If this content did not answer your questions, try searching or contacting our support team for further assistance.
acquia-dam-sdk / Components / BasicSearchParams
optional
expand:AssetSearchExpand
[]
List of data items to expand on the result set
src/apis/assets/requests.ts:85
optional
facet: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
optional
include_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
optional
include_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
optional
limit:number
Numeric limit of the total number of results to retrieve
Minimum: 1
Maximum: 100
100
src/apis/assets/requests.ts:109
optional
offset: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
optional
query: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
optional
scroll: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
optional
search_document_text:boolean
If true, will include searching of document text in your search results.
false
src/apis/assets/requests.ts:133
optional
sort: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)