Amenity group API

Returns the list of available Amenity groups.

API details

GET /api/v1/hotel/content-api/types/amenitygroups

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <Access token>

Accept-Encoding

gzip

Query Params

Name
Type
Description

SyncId

string

SyncId (optional)

Response

{
    "success": true,
    "data": {
        "syncId": "d65e74aecce5a37b58fcd9fc97f1e199",
        "total": 24,
        "from": 1,
        "to": 24,
        "amenitygroups": [
            {
                "amenityGroupId": 100001,
                "name": "Parking"
            },
            {
                "amenityGroupId": 100002,
                "name": "Green Programmes - Europe"
            },
            {
                "amenityGroupId": 100003,
                "name": "Things to keep in mind"
            },
            {
                "amenityGroupId": 100004,
                "name": "Entertainment"
            },
            {
                "amenityGroupId": 100005,
                "name": "Facilities"
            }
		]
	}
}	

Last updated