If this content did not answer your questions, try searching or contacting our support team for further assistance.
acquia-dam-sdk / Components / BasicSearchParams
optionalexpand:AssetSearchExpand[]
List of data items to expand on the result set
src/apis/assets/requests.ts:85
optionalfacet:AssetSearchFacet[]
List of data items to facet on the result set. For more details on faceting, see this Acquia Developer Portal post
src/apis/assets/requests.ts:87
optionalinclude_archived:boolean
If true, archived assets will be returned in the results, if the user associated with the access token has permission to view archived assets.
false
src/apis/assets/requests.ts:93
optionalinclude_deleted:boolean
If true, deleted assets will be returned in the results, if the user associated with the access token has permission to view deleted assets.
false
src/apis/assets/requests.ts:99
optionallimit:number
Numeric limit of the total number of results to retrieve
Minimum: 1
Maximum: 100
100
src/apis/assets/requests.ts:109
optionaloffset:number
Starting position of query result set. For more details on when to use an offset and when to use scrolling, see this Acquia Developer Portal post
Minimum: 0
Maximum: 10000
0
src/apis/assets/requests.ts:119
optionalquery:string
DAM quicksearch query. Uses the same quick search syntax used within the Acquia DAM web UI. For more information on the format of a query string, see Quick Search Help
src/apis/assets/requests.ts:121
optionalscroll:boolean
If true, a scroll_id is included with the results to allow scrolling through large result sets.
false
src/apis/assets/requests.ts:127
optionalsearch_document_text:boolean
If true, will include searching of document text in your search results.
false
src/apis/assets/requests.ts:133
optionalsort:string
This field orders the search result set. The value can be prefixed with a negative sign (-) to sort in descending order.
"-created_date" (newest assets first)