Skip to main content

Room Attributes

All Attributes

GET

/api/v1/generic-api-service/content/list-rooms/ATTRIBUTE_ALL

All hotel facilities can be retrieved via this service endpoint.

curl --location 'https://api.etscore.com/api/v1/generic-api-service/content/list-rooms/ATTRIBUTE_ALL?page=0&size=1000' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data ''

Room Types

GET

/api/v1/generic-api-service/content/list-rooms/ATTRIBUTE_PARENT_ROOM_TYPE

This service returns room attributes in the ROOM TYPES category

curl --location 'https://api.etscore.com/api/v1/generic-api-service/content/list-rooms/ATTRIBUTE_PARENT_ROOM_TYPE?page=0&size=1000' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data ''

Room Views

GET

/api/v1/generic-api-service/content/list-rooms/ATTRIBUTE_PARENT_ROOM_VIEWS

This service returns room attributes in the ROOM VIEWS category

curl --location 'https://api.etscore.com/api/v1/generic-api-service/content/list-rooms/ATTRIBUTE_PARENT_ROOM_VIEWS?page=0&size=1000' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data ''

Room Speciality

GET

/api/v1/generic-api-service/content/list-rooms/ATTRIBUTE_PARENT_ROOM_SPECIALITY

This service returns room attributes in the ROOM SPECIALITY category

curl --location 'https://api.etscore.com/api/v1/generic-api-service/content/list-rooms/ATTRIBUTE_PARENT_ROOM_SPECIALITY?page=0&size=1000' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data ''

Room Bed Types

GET

/api/v1/generic-api-service/content/list-rooms/ATTRIBUTE_PARENT_ROOM_BED_TYPES

This service returns room attributes in the BED TYPES category

curl --location 'https://api.etscore.com/api/v1/generic-api-service/content/list-rooms/ATTRIBUTE_PARENT_ROOM_BED_TYPES?page=0&size=1000' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data ''

Request & Response Details

NameTypeRequiredDescription
pageintNoPagination offset. Integer starting at 0.
sizeintNoThe number of hotels is requested response.