Calendars - Service Offerings API
Bu içerik henüz dilinizde mevcut değil.
List service offerings of a calendar
Заголовок раздела «List service offerings of a calendar»List all service offerings of a calendar with a specific ID.
GET /calendars/:id/service_offeringsResponse
Заголовок раздела «Response»Status: 200 OK[ { "name": "Bronze Conference Room", "created_at": "2016-03-14T03:10:41-06:00", "sourceID": null, "updated_at": "2016-03-14T03:10:41-06:00", "service": { "name": "Conference Room", "id": 10, "provider": { "name": "Widget Data Center, Internal IT", "id": 32 } }, "id": 20, "status": "available" }, { "name": "Bronze Local Printing", "created_at": "2016-03-14T03:10:41-06:00", "sourceID": null, "updated_at": "2016-03-14T03:10:41-06:00", "service": { "name": "Local Printing", "id": 17, "provider": { "name": "Widget Data Center, Internal IT", "id": 32 } }, "id": 21, "status": "available" }, "..."]The response contains these fields by default.