Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Document type list.
Collection of DocumentType| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| value | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample String 1",
"value": "sample String 2"
},
{
"name": "sample String 1",
"value": "sample String 2"
}
]
text/html
Sample:
[{"name":"sample String 1","value":"sample String 2"},{"name":"sample String 1","value":"sample String 2"}]
application/xml, text/xml
Sample:
<ArrayOfDocumentType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DocumentType>
<Name>sample String 1</Name>
<Value>sample String 2</Value>
</DocumentType>
<DocumentType>
<Name>sample String 1</Name>
<Value>sample String 2</Value>
</DocumentType>
</ArrayOfDocumentType>