App Offerings - App Instances API
Bu içerik henüz dilinizde mevcut değil.
List app instances of an app offering
Заголовок раздела «List app instances of an app offering»List all app instances of the app offering with a specific ID.
GET /app_offerings/:id/app_instancesResponse
Заголовок раздела «Response»Status: 200 OK[ { "id": 1, "app_offering": { "reference": "note-dispatcher", "id": 1 }, "customer_account": { "id": "dc", "name": "Widget Data Center" }, "created_at": "2021-04-13T04:36:10-05:00", "updated_at": "2021-04-13T04:36:10-05:00", "enabled_by_customer": true, "...": "..." }, "..."]The response contains these fields by default.