GET api/documentsubtypes
Get all document subtypes
Request Information
Authentication
This method requires user authentication
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfDocumentSubtype| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of DocumentSubtype |
None. |
Response Formats
application/json, text/json
Sample:
{
"Total": 1,
"Elements": [
{
"DocumentSubtypeId": 1,
"DocumentTypeId": 1,
"DocumentSubtypeName": "sample string 2",
"DocumentSubtypeCategory": "sample string 3"
},
{
"DocumentSubtypeId": 1,
"DocumentTypeId": 1,
"DocumentSubtypeName": "sample string 2",
"DocumentSubtypeCategory": "sample string 3"
}
]
}