- Retrieve application instances
Retrieves a list of application instances for the specified application.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/applications/{id}/instances
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/applications/{id}/instances
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/applications/{id}/instances
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/applications/{id}/instances?limit=0&offset=0' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Application instances retrieved.
Total number of items that match the request. The value is independent of limit, including when limit is 0.
Current status of the application instance.
Specifies if the configuration of the application instance is complete. Some applications require additional configuration after installation before they can be used. Configuration is completed using the Upsert an application instance configuration operation.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.
[ { "status": "enabling", "isConfigured": true, "settings": { … }, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ], "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "token": "string" } ]