Query Groups
Retrieve group information for a specified hotel. The results can include all groups or narrowed down using filter criteria.
REST API Tokens
How to Construct and Use security tokens
REST Method/Endpoint
| Method | Endpoint | 
|---|---|
GET | https://[environment]/v1/api/hotel/{id}/groups/{code} | 
GET | https://[environment]/v1/api/hotel/{id}/groups/ | 
Path Parameters
| Parameter | Description | Type | 
|---|---|---|
| id | Id that uniquely identifies a single hotel property in SynXis | String | 
| code | Group code | String | 
Header Parameters
| Parameter | Description | Type | 
|---|---|---|
| Accept-Language | Language code with optional culture code. Use to request content in specified language (i.e. en-US). | String | 
| Context | Business context for caller | String | 
| ActivityID | Unique Id per request for system tracing | String |