Groups and Sections
Get Group
Get a group and it's associated business IDs.
For more information about the group system, see the Groups and Sections description.
get/sections/{section_id}/groups/{group_id}
Path parameters
section_idinteger required
Section ID
group_idinteger required
Group ID
Response
OK
Example response
{
"id": 1,
"name": "France",
"business_ids": [
"a1f0e2d3b4c5e6f7a8b9c0d1",
"3f2e1d4c5b6a7f8e9d0c1a2",
"0e1d2c3b4a5f6e7d8c9a0b1"
]
}