Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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-04-25T18:06:14.840591Z",
    "documentId": "sample String 3",
    "name": "sample String 4",
    "schemaId": "sample String 5"
  },
  {
    "id": "sample String 1",
    "date": "2025-04-25T18:06:14.840591Z",
    "documentId": "sample String 3",
    "name": "sample String 4",
    "schemaId": "sample String 5"
  }
]

text/html

Sample:
[{"id":"sample String 1","date":"2025-04-25T18:06:14.840591Z","documentId":"sample String 3","name":"sample String 4","schemaId":"sample String 5"},{"id":"sample String 1","date":"2025-04-25T18:06:14.840591Z","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-04-25T18:06:14.840591Z</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-04-25T18:06:14.840591Z</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.