getCategoriesByPage
Retrieve a list of Categories by page number
Query parameters
This is the Category Name in Enterprise Manager. Use 3 or more characters.
This is General Ledger Description. Use 3 or more characters.
This is General Ledger Number.
Specify 'true' to output null data elements.
This is Micro Category Name associated with the Sub Category. Use 3 or more characters.
The number of minutes since a category record was last updated. Use to set how far back to search.
Provide the page number to retrieve Application Users on a particular page. Default is 1 when no 'pageNumber' value provided.
pageSize
This is Sub Category Name associated with the Category. Use 3 or more characters.
Headers
Secure token for API authentication.
Password for the Crunchtime Application User.
Crunchtime site identifier. (test or production)
User ID for the Crunchtime Application User.
Optional trace identifier for troubleshooting.
Response
Success
Example response
{
"categoryDetails": [
{
"categoryDetailDetails": [
{
"categoryName": "CTEST-CAT",
"glDescription": "test GL",
"microcategoryName": "CTEST-MICRO",
"subcategoryName": "CTEST-SUB"
}
]
}
],
"hasNext": true,
"totalPages": 10
}