GET v1/application/{environment}/{orgId}/{appId}
Returns true if the environment, org and app combination exists, false otherwise.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| environment |
Environment where the org originated from. |
string |
Required |
| orgId |
Organization Id |
integer |
Required |
| appId |
Application Id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns true if the app exists, false otherwise.
booleanResponse Formats
application/json, text/json
Sample:
true
