Znode

Build Version:

POST categories/listbycategoryids

No documentation available.

Request Information

» Parameters

Name Description Additional information
model No documentation available.

Define this parameter in the request body.

» Expands

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

» Filters

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}

» Sorting

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

» Paging

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}

Request Body Formats

Sample:
	{
  "Ids": "sample string 1"
}