Request Information

URI Parameters

NameDescriptionTypeAdditional information
titleOrderId

The title order id.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of addresses.

Collection of Nano.TitleOrderDocument
NameDescriptionTypeAdditional information
definition

Gets or sets the definition.

string

None.

name

Gets or sets the name.

string

None.

documentId

Gets or sets the document id.

string

None.

notified

Gets or sets the notified.

date

None.

source

Gets or sets the source.

string

None.

id

Gets or sets the identifier.

integer

None.

titleOrder

Gets or sets the title order identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "definition": "sample String 1",
    "name": "sample String 2",
    "documentId": "sample String 3",
    "notified": "2025-04-25T18:36:29.8253936Z",
    "source": "sample String 4",
    "id": 5,
    "titleOrder": "6"
  },
  {
    "definition": "sample String 1",
    "name": "sample String 2",
    "documentId": "sample String 3",
    "notified": "2025-04-25T18:36:29.8253936Z",
    "source": "sample String 4",
    "id": 5,
    "titleOrder": "6"
  }
]

text/html

Sample:
[{"definition":"sample String 1","name":"sample String 2","documentId":"sample String 3","notified":"2025-04-25T18:36:29.8253936Z","source":"sample String 4","id":5,"titleOrder":"6"},{"definition":"sample String 1","name":"sample String 2","documentId":"sample String 3","notified":"2025-04-25T18:36:29.8253936Z","source":"sample String 4","id":5,"titleOrder":"6"}]

application/xml, text/xml

Sample:
<ArrayOfTitleOrderDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TitleOrderDocument>
    <Definition>sample String 1</Definition>
    <DocumentName>sample String 2</DocumentName>
    <DocumentId>sample String 3</DocumentId>
    <Notified>2025-04-25T18:36:29.8253936Z</Notified>
    <Source>sample String 4</Source>
    <TitleOrderDocumentId>5</TitleOrderDocumentId>
    <TitleOrderId>6</TitleOrderId>
  </TitleOrderDocument>
  <TitleOrderDocument>
    <Definition>sample String 1</Definition>
    <DocumentName>sample String 2</DocumentName>
    <DocumentId>sample String 3</DocumentId>
    <Notified>2025-04-25T18:36:29.8253936Z</Notified>
    <Source>sample String 4</Source>
    <TitleOrderDocumentId>5</TitleOrderDocumentId>
    <TitleOrderId>6</TitleOrderId>
  </TitleOrderDocument>
</ArrayOfTitleOrderDocument>

application/vnd.api+json

Sample:

Sample not available.