Get Agent Types
GET
/agenttype/all
Agent APIs
agentType_id
query parameter is provided, the response will return details for the specified agent type. Otherwise, all available agent types will be returned.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/agenttype/all'
Response Response Example
{
"success": true,
"message": "status code 200: Agent Type Data fetched successfully",
"data": [
{
"id": 1,
"created_by": "System",
"created_on": "2024-08-23T21:38:47.044052Z",
"modified_by": "",
"modified_on": "2024-08-23T21:38:47.044079Z",
"name": "testAgent",
"description": "i am testing"
}
]
}
Request
Query Params
agentType_id
integer
optional