GET api/subtypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of subtype| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| warningPeriod | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"name": "sample string 2",
"warningPeriod": 3
},
{
"$ref": "1"
}
]