GET residentapi/documenttypes
Get all Document Types in alphabetical order
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfDocumentType| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of DocumentType |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"elements": [
{
"documentTypeId": 1,
"name": "sample string 2"
},
{
"documentTypeId": 1,
"name": "sample string 2"
}
]
}