Protected ReadonlyargsOptionalmethodArgs: { headers?: { [key: string]: string | string[] } }Checks if an Application with a given id exists. Returns 200 OK if the Application exists, or 404 Not Found if it doesn't. Specific Error Codes:
- ResourceNotFound
- GeneralError
OptionalmethodArgs: { headers?: { [key: string]: string | string[] } }
Retrieves an Application by a given
id.