Retrieves application instances with specified IDs.
Application instances retrieved.
required | object Settings that are available for the user to complete when they install the application. Use this object to describe fields that are rendered during installation, in the settings form. |
status | string Status of the application instance. |
createdTime | string <date-time> (CreatedTime) Date and time which is set automatically when the resource is created. |
updatedTime | string <date-time> (UpdatedTime) Date and time which updates automatically when the resource is updated. |
Array of objects (SelfLink) Related links. | |
organizationId | string <= 50 characters Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID. |
token | string Session token used to authenticate an organization. |
Unauthorized access. Invalid credentials used.
Access forbidden.
$applicationInstances = $client->applications()->loadInstances('applicationId');
[- {
- "status": "enabling",
- "settings": {
- "color": "red",
- "limit": "5"
}, - "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
], - "organizationId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "token": "string"
}
]