Перейти к содержимому
R-Service R-Service
Руководство разработчика RR Tech Service Management

App Offerings - App Instances API

Эта документация пока недоступна на вашем языке, поэтому показана английская версия.

List all app instances of the app offering with a specific ID.

GET /app_offerings/:id/app_instances
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.