Asset Query Syntax
Any hyperlink to a collection of assets can accept query parameters that filter the returned assets.
Applicable endpoints
Section titled “Applicable endpoints”/customers/{customer}/allImages/customers/{customer}/spaces/{space}/images
Once you have registered images with the platform you can query it for information on them. One immediate use of this is to monitor the progress of ongoing registrations. For example, if you registered a batch of 100,000 images it will take some time for the platform to process them, and you would like to be able to monitor progress and view any errors that were encountered. You can also query for usage statistics.
Permitted queries
Section titled “Permitted queries”Shortcut metadata fields
Section titled “Shortcut metadata fields”Only the 6 built-in string and number fields are supported.
?string1=my-value?number1=99?string1=my-value&number1=99Query object
Section titled “Query object”?q={"string1":"my-value"}?q={"number1":99}?q={"string1":"my-value","number1":99}Pagination
Section titled “Pagination”?pageSize=10&page=2?q={"string1":"my-value","number1":99}&pageSize=10&page=2 💻 Query assets by metadata fields Filter assets using shortcut query parameters and the q object, with pagination