filterattributesetsasync.md

Filter Attribute Sets

Filters the tenant's Attribute Set resources using OData query options ($select, $expand, $filter, $orderby, $skip, $top, $skipToken). Result's paging is done using the default paging size options.

Parameters details

X-API-KEY

Custom HTTP request header containing the API key used for authentication.

Accept-Language

Standard HTTP request header that indicates the natural language and locale that the client prefers. It can take one of the following values:

Specifying various culture codes or q-factor weighting are currently disabled.

Examples:

$select

Expression describing the list of Attribute Set resource properties to be included in the result. The full list of the available Attribute Set resource properties is available in the JSON schema returned by the /AttributeSets/$metadata endpoint.

Examples:

$expand

Expression describing the list of collections embedded in the Attribute Set resource (Products) to be included in the result. By default, the result doesn't include the embedded collections (Products).

Example:

$filter

Expression describing the filters applied to the resources included in the result. By default, no filters are applied.

The expression follows the ODATA version 4.01 URI conventions. The following filter options are currently supported:

Examples:

$orderby

Expression describing the ordering applied to the properties of resources included in the result. By default, no sorting is applied. The expression follows the format: RESOURCE_PROPERTY_NAME (asc)|desc.

Examples:

$skip

Expression setting up result's paging according to the limit and offset paging strategy. The page size for the Attribute Set resource is limited by default to 100 items.

Example:

$skipToken

Expression setting up the continuation token used in paging the result. The page size for the Attribute Set resource is limited to 1 item.

Example:

$top

Expression setting up the number of items in the result. The page size for the Attribute Set resource is limited to 1 item.

Example: