Znode

Build Version:

GET addonValues

No documentation available.

Request Information

» Filters

Name Description Usage
addOnId This will filter the request by AddOn ID. GET addonValues?filter=addonid~{operator}~{value}
addOnValueId This will filter the request by AddOnValue ID. GET addonValues?filter=addonvalueid~{operator}~{value}

» Sorting

Name Description Usage
addOnId This will sort the request by AddOn ID. GET addonValues?sort=addonid
addOnValueId This will sort the request by AddOnValue ID. GET addonValues?sort=addonvalueid

» Paging

Name Description Usage
index The index to retrieve when requesting paged results. GET addonValues?page=index~{value}
size The size of the page when retrieving paged results. GET addonValues?page=size~{value}