Get Endpoint Type Category By Id

Get Endpoint Type Category By Id

The API returns a specific endpoint type category, based on the category id.

Request
URI
GET
https://{api_host}/endpoint-configuration-service/api/categories/{id}
COPY
Path Parameters
string
id
Required

The id of the endpoint type category to be retrieved.


Responses
200
Returns EndpointTypeCategory of type(s) */*
{
    "lastUpdated": "string",
    "createdDate": "string",
    "name": "string",
    "id": "string",
    "version": 0
}
string As date-time As date-time
lastUpdated
Optional

lastUpdated

string As date-time As date-time
createdDate
Optional

createdDate

string
name
Optional

name

string
id
Optional

id

integer As int64 As int64
version
Optional

version


400

Bad Request.

Operation doesn't return any data structure

403

Unauthorized.

Operation doesn't return any data structure

404

Endpoint type category does not exist.

Operation doesn't return any data structure