Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of x app doc type.
Collection of Nano.XAppDocType| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the code. |
string |
None. |
| date |
Gets or sets the date. |
date |
None. |
| documentId |
Gets or sets the document identifier. |
string |
None. |
| name |
Gets or sets the name. |
string |
None. |
| schemaId |
Gets or sets the schema identifier. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "sample String 1",
"date": "2025-11-09T05:55:31.0392274Z",
"documentId": "sample String 3",
"name": "sample String 4",
"schemaId": "sample String 5"
},
{
"id": "sample String 1",
"date": "2025-11-09T05:55:31.0392274Z",
"documentId": "sample String 3",
"name": "sample String 4",
"schemaId": "sample String 5"
}
]
text/html
Sample:
[{"id":"sample String 1","date":"2025-11-09T05:55:31.0392274Z","documentId":"sample String 3","name":"sample String 4","schemaId":"sample String 5"},{"id":"sample String 1","date":"2025-11-09T05:55:31.0392274Z","documentId":"sample String 3","name":"sample String 4","schemaId":"sample String 5"}]
application/xml, text/xml
Sample:
<ArrayOfXAppDocType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<XAppDocType>
<XAppDocTypeId>sample String 1</XAppDocTypeId>
<Date>2025-11-09T05:55:31.0392274Z</Date>
<DocumentId>sample String 3</DocumentId>
<Name>sample String 4</Name>
<SchemaId>sample String 5</SchemaId>
</XAppDocType>
<XAppDocType>
<XAppDocTypeId>sample String 1</XAppDocTypeId>
<Date>2025-11-09T05:55:31.0392274Z</Date>
<DocumentId>sample String 3</DocumentId>
<Name>sample String 4</Name>
<SchemaId>sample String 5</SchemaId>
</XAppDocType>
</ArrayOfXAppDocType>
application/vnd.api+json
Sample:
Sample not available.