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


Was this article helpful to you?
GitHubProvide feedback

Last edited on April 17, 2024.
GitHubEdit this page