ApiManagementV1WorkspacesWorkspaceidApplicationsId
Get an application by ID
curl -X GET "https://loading/management/v1/workspaces/{workspaceId}/applications/string"{
"id": "string",
"externalId": "string",
"name": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"maxEndpoints": 0,
"showEventTypes": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}{
"error": {
"code": "unauthorized",
"message": "Missing or invalid authorization header"
}
}{
"error": {
"code": "token_disabled",
"message": "Management token is disabled"
}
}{
"error": {
"code": "not_found",
"message": "Application not found"
}
}