No documentation available.
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Name | Description | Usage |
---|---|---|
categoryNodes | This will retrieve the related list of category nodes. | POST categories/listbycategoryids?expand=categorynodes |
productIds | This will retrieve the related list of product IDs. | POST categories/listbycategoryids?expand=productids |
subcategories | This will retrieve the related list of subcategories. | POST categories/listbycategoryids?expand=subcategories |
Name | Description | Usage |
---|---|---|
externalId | This will filter the request by external ID. | POST categories/listbycategoryids?filter=externalid~{operator}~{value} |
isVisible | This will filter the request by the is visible flag. | POST categories/listbycategoryids?filter=isvisible~{operator}~{value} |
name | This will filter the request by name. | POST categories/listbycategoryids?filter=name~{operator}~{value} |
portalId | This will filter the request by portal ID. | POST categories/listbycategoryids?filter=portalid~{operator}~{value} |
title | This will filter the request by title. | POST categories/listbycategoryids?filter=title~{operator}~{value} |
Name | Description | Usage |
---|---|---|
categoryId | This will sort the response by category ID. | POST categories/listbycategoryids?sort=categoryid |
displayOrder | This will sort the response by display order. | POST categories/listbycategoryids?sort=displayorder |
name | This will sort the response by name. | POST categories/listbycategoryids?sort=name |
title | This will sort the response by title. | POST categories/listbycategoryids?sort=title |
Name | Description | Usage |
---|---|---|
index | The index to retrieve when requesting paged results. | POST categories/listbycategoryids?page=index~{value} |
size | The size of the page when retrieving paged results. | POST categories/listbycategoryids?page=size~{value} |
{
"Ids": "sample string 1"
}