Request Information

URI Parameters

NameDescriptionTypeAdditional information
titleOrderId

The title order identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of title order notes.

Collection of Nano.TitleOrderNote
NameDescriptionTypeAdditional information
actionRequired

Gets or sets a value indicating whether gets or sets the actionRequired.

boolean

None.

date

Gets or sets the Date.

date

None.

isCreateTask

Gets or sets a value indicating whether gets or sets the IsCreateTask.

boolean

None.

note

Gets or sets the note.

string

None.

noteId

Gets or sets the noteId.

string

None.

notified

Gets or sets the notified.

date

None.

source

Gets or sets the Source.

string

None.

titleOrder

Gets or sets the TitleOrderId.

integer

None.

id

Gets or sets the title order note identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "actionRequired": true,
    "date": "2025-04-25T18:12:47.230683Z",
    "isCreateTask": true,
    "note": "sample String 3",
    "noteId": "sample String 4",
    "notified": "2025-04-25T18:12:47.230683Z",
    "source": "sample String 5",
    "titleOrder": "6",
    "id": "7"
  },
  {
    "actionRequired": true,
    "date": "2025-04-25T18:12:47.230683Z",
    "isCreateTask": true,
    "note": "sample String 3",
    "noteId": "sample String 4",
    "notified": "2025-04-25T18:12:47.230683Z",
    "source": "sample String 5",
    "titleOrder": "6",
    "id": "7"
  }
]

text/html

Sample:
[{"actionRequired":true,"date":"2025-04-25T18:12:47.230683Z","isCreateTask":true,"note":"sample String 3","noteId":"sample String 4","notified":"2025-04-25T18:12:47.230683Z","source":"sample String 5","titleOrder":"6","id":"7"},{"actionRequired":true,"date":"2025-04-25T18:12:47.230683Z","isCreateTask":true,"note":"sample String 3","noteId":"sample String 4","notified":"2025-04-25T18:12:47.230683Z","source":"sample String 5","titleOrder":"6","id":"7"}]

application/xml, text/xml

Sample:
<ArrayOfTitleOrderNote xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TitleOrderNote>
    <ActionRequired>true</ActionRequired>
    <Date>2025-04-25T18:12:47.230683Z</Date>
    <IsCreateTask>true</IsCreateTask>
    <Note>sample String 3</Note>
    <NoteId>sample String 4</NoteId>
    <Notified>2025-04-25T18:12:47.230683Z</Notified>
    <Source>sample String 5</Source>
    <TitleOrderId>6</TitleOrderId>
    <TitleOrderNoteId>7</TitleOrderNoteId>
  </TitleOrderNote>
  <TitleOrderNote>
    <ActionRequired>true</ActionRequired>
    <Date>2025-04-25T18:12:47.230683Z</Date>
    <IsCreateTask>true</IsCreateTask>
    <Note>sample String 3</Note>
    <NoteId>sample String 4</NoteId>
    <Notified>2025-04-25T18:12:47.230683Z</Notified>
    <Source>sample String 5</Source>
    <TitleOrderId>6</TitleOrderId>
    <TitleOrderNoteId>7</TitleOrderNoteId>
  </TitleOrderNote>
</ArrayOfTitleOrderNote>

application/vnd.api+json

Sample:

Sample not available.