v1
latestOpenAPI 3.1.02026-07-24257573.4 KBRetrieve Menus
This operation will retrieve all Menus that are linked to the Integrated Partner.
You can use the sort and filter query parameters to refine the results and locate specific Menus.
💡 Tip 💡
The Menu response includes a nested organization object.
You can use its id field (organization.id) with the filters[organization_id] query parameter to fetch all Menus belonging to that Organization.
Query parameters
Number of items per page for paginated lists. Maximum 150.
Optionally return resources in a specified order. Use a '-' to invert order.
Filter menus that are eligible to be assigned as this feature
Filter menus that have an items_count above this number
Filter menus that have an items_count below this number
Filter resources where name equals; cannot be combined with match
Filter resources where name contains; cannot be combined with eq
Filter menus belonging to this organization_id
Filter resources after the updated_at timestamp
Filter resources before the updated_at timestamp
Response
Successful Menus Retrieval
Example response
{
"data": [
{
"id": 420,
"items_count": 72,
"name": "Purple Urkle",
"organization": {
"id": 420,
"name": "Purple Urkle"
},
"updated_at": "2023-04-20T16:20:00Z"
}
],
"meta": {
"page": 1,
"per_page": 20,
"total": 42
}
}