GET client-app/…
Retrieves the details for a specific registered client app.
Resource URL
https://www.drillster.com/api/2.1.1/client-app/{client_id}
Parameters
Field | Description |
---|---|
client_id required |
The client application's client ID. Example value: 37bc8ad2c94c41619a2baa0c3fa916d8 |
Response
A 2.1.1 ClientApp object, containing the details of the client app.
Error responses
The following error situations are possible:
ID | Response code | Description |
---|---|---|
missing_client_id |
400 (Bad request) | No client ID given |
not_found |
404 (Not found) | Client application not found |
undefined_creator |
500 (Internal error) | No creator is defined for this client application |
creator_not_found |
500 (Internal error) | The creator of this client application could not be found |
Last updated on