classTypeId | integer Used to filter concepts only of a specific type.
Example: classTypeId=1 |
conceptId | integer Used to identify concept by passing the ID in the URL link.
Example: conceptId=1 |
fetchModificationDate | boolean Default: false If enabled modification date will be determined against concept values.
Example: fetchModificationDate=false |
page | integer >= 0 Default: 0 The number of the page to read. Parameter isn't required, by default, set to '0'.
Example: page=0 |
pageSize | integer >= 0 Default: 10 Maximum number of elements on the page to read. Parameter isn't required. Can't be negative, by default, set to 10 .
Example: pageSize=10 |
publicationStatus | string If enabled, start filtering based on publication status.
Enum: | Description |
---|
PUBLISHED | Published status.
| UNPUBLISHED | Unpublished status.
|
Example: publicationStatus=PUBLISHED |
searchedText | string Example: searchedText=Searched Text |
sort | string Enum: "LAST_EDITOR" "LAST_MODIFICATION" "NAME" "URL" Example: sort=NAME |
sortType | string Default: "ASC" Allows changing the default sorting order (ASC) to desire by user.
Enum: | Description |
---|
DESC | Sort in descending order.
| ASC | Sort in ascending order.
|
Example: sortType=ASC |