- Retrieve an application instance
Retrieves an application instance with specified application and organization IDs.
Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/applications/{id}/instances/{organizationId}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/applications/{id}/instances/{organizationId}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/applications/{id}/instances/{organizationId}
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/applications/{id}/instances/{organizationId}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Application instance 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": { "color": "red", "limit": "5" }, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ], "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "token": "string" }