ApiManagementV1WorkspacesWorkspaceidEvent typesId

Get an event type by ID

GET
/management/v1/workspaces/{workspaceId}/event-types/{id}
AuthorizationBearer <token>

Management token (nhm_...)

In: header

Path Parameters

idstring

Response Body

curl -X GET "https://loading/management/v1/workspaces/{workspaceId}/event-types/string"
{
  "id": "string",
  "name": "string",
  "description": "string",
  "subscriberCount": 0,
  "createdAt": "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": "Event type not found"
  }
}