Assignment Resources
Was this helpful?
Was this helpful?
Manage Assignments
Your Emporix tenant's name.
Note: The tenant should always be written in lowercase.
saasdev2
Assignment's reference unique identifier, for example: productId.
44170435
If set to true
, resources assigned to not published categories are retrieved as well.
Possible values:
true
false
Note: To get unpublished categories you need to have category.category_read_unpublished
scope.false
Example: true
If set to true
, each entry is enriched with supercategoriesIds
field containing supercategories ids.
Possible values:
true
false
false
Example: true
Page number to be retrieved. The number of the first page is 1.
Note: If the pageNumber
parameter is passed, size of the pages must be specified in the pageSize
parameter.
1
Number of export files to be retrieved per page.
60
List of properties used to sort the results, separated by commas. This list is validated against available fields. Sorting by deprecated field is forbidden. Possible values:
{fieldName}:ASC
{fieldName}:DESC
{fieldName}:ASC,{fieldName2}:DESC
{internationalizedFieldName.en}:ASC
- contains localized field name and extension. Valid only if Accepted-language header contains this extension and it is supported by configuration of the tenant. If all language are accepted (Accept-language='*') then extension must exist in tenant configuration. No other sorting are allowed for this specific internationalized field.{internationalizedFieldName}:ASC
- contains only localized field name. Extension will be deducted based on Accept-language header. If all language are accepted (Accept-language='*') then extension is taken from tenant configuration and is equal to default language. In other case the language with highest priority is taken. No other sorting are allowed for this specific localized field.{fieldName}:ASC,{fieldName2}:DESC
List of properties used to project and sort the results, separated by commas. Possible values:
*
- each internationalized field is returned as a map containing all available (specified in tenant configuration) translations. This is also the default behaviour if the header is not set.en
, en,de
- each internationalized field is returned as a map containing translation specified by a header value. If translation is not supported by tenant configuration then exception is thrown. First language is the one with highest priority.fr-CH, fr;q=0.9, en;q=0.8, de;q=0.7, *;q=0.5
- each internationalized field is returned as a map containing translation specified by a header value. If translation is not supported by tenant configuration then exception is thrown.*
Example: `*`, `en`, `en,de,fr`, `en-EN`, `fr-CH, fr;q=0.9, en;q=0.8, de;q=0.7`
To use this endpoint you have to add X-Version
header with proper value to your request.
Note: The header value has to match following regular expression: ^v[1-9][0-9]?$
v2
Pattern: ^v[1-9][0-9]?$
The header value indicates if the total count of entities should be returned. Possible values:
true
false
Default value: false
false
Example: true
Your Emporix tenant's name.
Note: The tenant should always be written in lowercase.
saasdev2
Assignment's reference unique identifier, for example: productId.
1256792345
To use this endpoint you have to add X-Version
header with proper value to your request.
Note: The header value has to match following regular expression: ^v[1-9][0-9]?$
v2
Pattern: ^v[1-9][0-9]?$