GET api/Message/GetTrooxes
Get all trooxes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TrooxListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TrooxList | Collection of TrooxItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"TrooxList": [
{
"Id": "5bd9c064-ab2c-4d02-8f23-f3ef7ab80eac",
"Name": "sample string 2",
"IsSecret": true
},
{
"Id": "5bd9c064-ab2c-4d02-8f23-f3ef7ab80eac",
"Name": "sample string 2",
"IsSecret": true
}
]
}