get Document Types

GET {{baseUrl}}/document_types?subdomain={{subdomain}}

Get a list of document types

Request Params

KeyDatatypeRequiredDescription
subdomainstring(Required) Used to scope the request to the specified institution

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"code":"\u003cboolean\u003e","description":"\u003cstring\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":[{"id":"\u003cinteger\u003e","active":"\u003cboolean\u003e","default":"\u003cboolean\u003e","name":"\u003cstring\u003e","created_at":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","active":"\u003cboolean\u003e","default":"\u003cboolean\u003e","name":"\u003cstring\u003e","created_at":"\u003cstring\u003e"}],"count":"\u003cinteger\u003e"}