Get Group Options
Returns a tuple of groups, given a menu ID, formatted for use with Remote Options for the authenticated API Key.
Full path of the group names are also shown in case of nested groups.
"label": "Parent Group Name > Child Group Name"
Groups are returned in (ascending) order of full name path.
Request
Set the :menuId
value and the X-API-Key: [API Key]
header.
curl --request GET 'https://menu-api.raydiant.com/v1/menus/:menuId/groups/options' \
--header 'X-API-Key: [API Key]'
Response
[
{
"label": "Signature Pizzas",
"value": "1a7827c3-d4ed-43e8-a030-8b0f2b7fb6bd",
}
]
Next Steps
- Read the full On-Brand Menu API reference
- Learn how to create an API key and authenticate
- Learn how to use Remote Options with the Select input
- Learn how to use Remote Options with the Multi-select input
Was this article helpful to you?
Provide feedback
Last edited on July 02, 2024.
Edit this page