Skip to content
R-Service R-Service
RR Tech Service Management Developer Guide

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.