Skip to main content

Gets the agent type list

GET /v1/agenttype/list

Summary

Gets the agent type list.

Details

Returns the supported agent types.

Authentication

No operation-level security requirement is documented here.

Parameters

None documented here.

Request Body

No request body is documented here.

Responses

200

Success

application/json

  • array of AgentType
    • key (integer (int64), optional)
    • agentTypeName (string, optional)
    • detailedDescription (string, optional)
    • creationDate (string (date-time), optional)

Example

[
{
"key": 1,
"agentTypeName": "Device",
"detailedDescription": "Example description",
"creationDate": "2026-03-30T12:00:00.0000000Z"
}
]