GET api/agents
Get Multi Agents
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
ID |
integer |
None. |
| Type |
Type of multi agent |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"type": "sample string 2"
},
{
"id": 1,
"type": "sample string 2"
}
]