GET api/agents

Get Multi Agents

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

NameDescriptionTypeAdditional 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"
  }
]