| Param name | Description |
|---|---|
|
sort
optional |
Sort order Validations:
|
|
filter
optional |
Filter conditions Validations:
|
|
filter[query]
optional |
Search terms Validations:
|
|
filter[name]
optional |
Filter by product name Validations:
|
|
filter[tags]
optional |
Filter by product tag Validations:
|
|
filter[collection_ids]
optional |
Filter by collection ID. Validations:
|
|
filter[created_at]
optional |
Field can be a hash or a single value (see below) Validations:
|
|
filter[created_at][gt]
optional |
Field is strictly newer than specified value Validations:
|
|
filter[created_at][gte]
optional |
Field is newer than specified value Validations:
|
|
filter[created_at][lt]
optional |
Field is strictly older than specified value Validations:
|
|
filter[created_at][lte]
optional |
Field is older than specified value Validations:
|
|
filter[created_at]
optional |
Validations:
|
|
filter[updated_at]
optional |
Field can be a hash or a single value (see below) Validations:
|
|
filter[updated_at][gt]
optional |
Field is strictly newer than specified value Validations:
|
|
filter[updated_at][gte]
optional |
Field is newer than specified value Validations:
|
|
filter[updated_at][lt]
optional |
Field is strictly older than specified value Validations:
|
|
filter[updated_at][lte]
optional |
Field is older than specified value Validations:
|
|
filter[updated_at]
optional |
Validations:
|
|
page
optional |
Pagination options Validations:
|
|
page[number]
optional |
Page number to return from paginated collection Validations:
|
|
page[size]
optional |
Results per page to return Validations:
|
| Header name | Description |
|---|---|
|
Accept required |
application/vnd.api+json; com.pixelsquid.api.version=1 |
|
Authorization required |
Base64 encoding of [key_id]:[secret]
For example: key_id: DEVELOPER_PACK secret: pixelsquidsample |
|
X-Client-External-User-ID optional |
You may pass this header to associate any api requests with the unique identifier of the end user. |