GET api/NE/Document_AdvancedSearch?documentId={documentId}&name={name}&documentTypeId={documentTypeId}&documentSourceId={documentSourceId}&documentSourceDetails={documentSourceDetails}¬es={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
Name | Description | Type | Additional 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 DocumentSearchResultName | Description | Type | Additional 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": "2025-03-22T09:41:28.446+00:00", "CreatedBy": "sample string 6", "CreatedDateLocal": "2025-03-22T09:41:28.446+00:00" }, { "$ref": "1" } ]