Query Parameters
Required range:
x >= 1
Required range:
1 <= x <= 2000
{
"total_pages": 123,
"current_page": 123,
"total_items": 123,
"per_page": 123,
"items": [
{
"id": 123,
"code": "<string>",
"label": "<string>"
}
]
}
{
"total_pages": 123,
"current_page": 123,
"total_items": 123,
"per_page": 123,
"items": [
{
"id": 123,
"code": "<string>",
"label": "<string>"
}
]
}
x >= 1
1 <= x <= 2000
Was this page helpful?