Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The app identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of title orders.

Collection of Nano.TitleOrder
NameDescriptionTypeAdditional information
fileNumber

Gets or sets the file number.

string

None.

partnerFileNumber

Gets or sets the partner file number.

string

None.

cplEffectiveDate

Gets or sets the CplEffectiveDate.

string

None.

effectiveDate

Gets or sets the EffectiveDate.

string

None.

isSilkCompany

Gets or sets a value indicating whether gets or sets the is silk company.

boolean

None.

note

Gets or sets the note.

string

None.

name

Gets or sets the note.

string

None.

orderDate

Gets or sets the OrderDate.

date

None.

isActive

Gets or sets a value indicating whether gets or sets the is active.

boolean

None.

id

Gets or sets the title order identifier.

integer

None.

contact

Gets or sets the contact.

integer

None.

provider

Gets or sets the provider.

integer

None.

app

Gets or sets the app.

integer

None.

createdBy

Gets or sets the createdBy.

integer

None.

titleOrderNotes

Gets or sets the title order note identifiers.

Collection of integer

None.

titleOrderDocuments

Gets or sets the title order document identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "fileNumber": "sample String 1",
    "partnerFileNumber": "sample String 2",
    "cplEffectiveDate": "sample String 3",
    "effectiveDate": "sample String 4",
    "isSilkCompany": true,
    "note": "sample String 6",
    "name": "sample String 7",
    "orderDate": "2025-04-25T18:12:47.6871866Z",
    "isActive": true,
    "id": "9",
    "contact": "1",
    "provider": "1",
    "app": "10",
    "createdBy": "1",
    "titleOrderNotes": [
      "1",
      "2"
    ],
    "titleOrderDocuments": [
      "1",
      "2"
    ]
  },
  {
    "fileNumber": "sample String 1",
    "partnerFileNumber": "sample String 2",
    "cplEffectiveDate": "sample String 3",
    "effectiveDate": "sample String 4",
    "isSilkCompany": true,
    "note": "sample String 6",
    "name": "sample String 7",
    "orderDate": "2025-04-25T18:12:47.6871866Z",
    "isActive": true,
    "id": "9",
    "contact": "1",
    "provider": "1",
    "app": "10",
    "createdBy": "1",
    "titleOrderNotes": [
      "1",
      "2"
    ],
    "titleOrderDocuments": [
      "1",
      "2"
    ]
  }
]

text/html

Sample:
[{"fileNumber":"sample String 1","partnerFileNumber":"sample String 2","cplEffectiveDate":"sample String 3","effectiveDate":"sample String 4","isSilkCompany":true,"note":"sample String 6","name":"sample String 7","orderDate":"2025-04-25T18:12:47.6871866Z","isActive":true,"id":"9","contact":"1","provider":"1","app":"10","createdBy":"1","titleOrderNotes":["1","2"],"titleOrderDocuments":["1","2"]},{"fileNumber":"sample String 1","partnerFileNumber":"sample String 2","cplEffectiveDate":"sample String 3","effectiveDate":"sample String 4","isSilkCompany":true,"note":"sample String 6","name":"sample String 7","orderDate":"2025-04-25T18:12:47.6871866Z","isActive":true,"id":"9","contact":"1","provider":"1","app":"10","createdBy":"1","titleOrderNotes":["1","2"],"titleOrderDocuments":["1","2"]}]

application/vnd.api+json

Sample:

Sample not available.