GET api/NE/Document_AdvancedSearch?documentId={documentId}&name={name}&documentTypeId={documentTypeId}&documentSourceId={documentSourceId}&documentSourceDetails={documentSourceDetails}&notes={notes}&receiptDate={receiptDate}&createdBy={createdBy}&createdDate={createdDate}&isAssigned={isAssigned}&startDate={startDate}&endDate={endDate}&personId={personId}&take={take}&skip={skip}&recipientNumber={recipientNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
documentId

integer

None.

name

string

None.

documentTypeId

integer

None.

documentSourceId

integer

None.

documentSourceDetails

string

None.

notes

string

None.

receiptDate

date

None.

createdBy

integer

None.

createdDate

date

None.

isAssigned

boolean

None.

startDate

date

None.

endDate

date

None.

personId

integer

None.

take

integer

Default value is 0

skip

integer

Default value is 0

recipientNumber

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DocumentSearchResult
NameDescriptionTypeAdditional information
DocumentId

integer

None.

PersonId

integer

None.

Name

string

None.

Type

string

None.

Category

string

None.

CreatedDate

date

None.

CreatedBy

string

None.

CreatedDateLocal

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "NE.Models.DocumentSearchResult, NE.Models",
    "DocumentId": 1,
    "PersonId": 1,
    "Name": "sample string 2",
    "Type": "sample string 3",
    "Category": "sample string 4",
    "CreatedDate": "2024-03-29T02:05:57.054+00:00",
    "CreatedBy": "sample string 6",
    "CreatedDateLocal": "2024-03-29T02:05:57.054+00:00"
  },
  {
    "$ref": "1"
  }
]