Facilities
GET
/api/v1/generic-api-service/content/list-facilities
The facilities endpoint provides listing of all facilities in the Etstur structure.
- Request
- Response
- Response Details
/// no request parameter required
[
{
"facilityId": 1019,
"facilityName": "Isıtma",
"groupId": 1,
"groupName": "Tesis Olanakları"
},
{
"facilityId": 232,
"facilityName": "Otel",
"groupId": 1,
"groupName": "Tesis Olanakları"
},
{
"facilityId": 4404,
"facilityName": "Yaşam Dostu Otel",
"groupId": 2,
"groupName": "Otel Teması"
},
{
"facilityId": 223,
"facilityName": "Hotel",
"groupId": 1,
"groupName": "Tesis Olanakları"
},
{
"facilityId": 280,
"facilityName": "Rent a Car",
"groupId": 1,
"groupName": "Tesis Olanakları"
},
...
]
Name | Type | Required | Description |
---|---|---|---|
facilityId | int | Yes | Facility id |
facilityName | string | Yes | Facility name |
groupId | int | Yes | Group id the facility belongs to. |
groupName | string | Yes | Group name the facility belongs to. |