GET api/docAssignment/assignee/{id}?includeCompleted={includeCompleted}&includeCancelled={includeCancelled}
Get assignments for specific user from the Assignments table
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| includeCompleted | boolean |
Default value is False |
|
| includeCancelled | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of docAssignmentEx| Name | Description | Type | Additional information |
|---|---|---|---|
| Warehouse | string |
None. |
|
| PastReads | integer |
None. |
|
| HasQuiz | boolean |
None. |
|
| AssignmentID | integer |
None. |
|
| FromTriggerID | integer |
None. |
|
| FromTriggerName | string |
None. |
|
| PersonID | integer |
Required |
|
| PersonName | string |
None. |
|
| DocumentID | integer |
Required |
|
| DocumentTitle | string |
None. |
|
| VersionID | integer |
None. |
|
| AssignedBy | integer |
Required |
|
| AssignedByName | string |
None. |
|
| AssignedDate | date |
Required |
|
| AssignmentReason | string |
None. |
|
| SoftDueDate | date |
None. |
|
| HardDueDate | date |
None. |
|
| CompletedDate | date |
None. |
|
| CancelledDate | date |
None. |
|
| CancelledBy | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| results | Collection of ValidationResult |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"results": null,
"Warehouse": "sample string 1",
"PastReads": 2,
"HasQuiz": true,
"AssignmentID": 4,
"FromTriggerID": 5,
"FromTriggerName": "sample string 6",
"PersonID": 7,
"PersonName": "sample string 8",
"DocumentID": 9,
"DocumentTitle": "sample string 10",
"VersionID": 1,
"AssignedBy": 11,
"AssignedByName": "sample string 12",
"AssignedDate": "2025-12-06T23:37:06.0291668+00:00",
"AssignmentReason": "sample string 14",
"SoftDueDate": "2025-12-06T23:37:06.0291668+00:00",
"HardDueDate": "2025-12-06T23:37:06.0291668+00:00",
"CompletedDate": "2025-12-06T23:37:06.0291668+00:00",
"CancelledDate": "2025-12-06T23:37:06.0291668+00:00",
"CancelledBy": 1,
"CreatedBy": 15,
"CreatedDate": "2025-12-06T23:37:06.0291668+00:00",
"UpdatedBy": 17,
"UpdatedDate": "2025-12-06T23:37:06.0291668+00:00"
},
{
"results": null,
"Warehouse": "sample string 1",
"PastReads": 2,
"HasQuiz": true,
"AssignmentID": 4,
"FromTriggerID": 5,
"FromTriggerName": "sample string 6",
"PersonID": 7,
"PersonName": "sample string 8",
"DocumentID": 9,
"DocumentTitle": "sample string 10",
"VersionID": 1,
"AssignedBy": 11,
"AssignedByName": "sample string 12",
"AssignedDate": "2025-12-06T23:37:06.0291668+00:00",
"AssignmentReason": "sample string 14",
"SoftDueDate": "2025-12-06T23:37:06.0291668+00:00",
"HardDueDate": "2025-12-06T23:37:06.0291668+00:00",
"CompletedDate": "2025-12-06T23:37:06.0291668+00:00",
"CancelledDate": "2025-12-06T23:37:06.0291668+00:00",
"CancelledBy": 1,
"CreatedBy": 15,
"CreatedDate": "2025-12-06T23:37:06.0291668+00:00",
"UpdatedBy": 17,
"UpdatedDate": "2025-12-06T23:37:06.0291668+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfdocAssignmentEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
<docAssignmentEx>
<results xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
<AssignedBy>11</AssignedBy>
<AssignedByName>sample string 12</AssignedByName>
<AssignedDate>2025-12-06T23:37:06.0291668+00:00</AssignedDate>
<AssignmentID>4</AssignmentID>
<AssignmentReason>sample string 14</AssignmentReason>
<CancelledBy>1</CancelledBy>
<CancelledDate>2025-12-06T23:37:06.0291668+00:00</CancelledDate>
<CompletedDate>2025-12-06T23:37:06.0291668+00:00</CompletedDate>
<CreatedBy>15</CreatedBy>
<CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:37:06.0291668Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</CreatedDate>
<DocumentID>9</DocumentID>
<DocumentTitle>sample string 10</DocumentTitle>
<FromTriggerID>5</FromTriggerID>
<FromTriggerName>sample string 6</FromTriggerName>
<HardDueDate>2025-12-06T23:37:06.0291668+00:00</HardDueDate>
<PersonID>7</PersonID>
<PersonName>sample string 8</PersonName>
<SoftDueDate>2025-12-06T23:37:06.0291668+00:00</SoftDueDate>
<UpdatedBy>17</UpdatedBy>
<UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:37:06.0291668Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</UpdatedDate>
<VersionID>1</VersionID>
<HasQuiz>true</HasQuiz>
<PastReads>2</PastReads>
<Warehouse>sample string 1</Warehouse>
</docAssignmentEx>
<docAssignmentEx>
<results xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
<AssignedBy>11</AssignedBy>
<AssignedByName>sample string 12</AssignedByName>
<AssignedDate>2025-12-06T23:37:06.0291668+00:00</AssignedDate>
<AssignmentID>4</AssignmentID>
<AssignmentReason>sample string 14</AssignmentReason>
<CancelledBy>1</CancelledBy>
<CancelledDate>2025-12-06T23:37:06.0291668+00:00</CancelledDate>
<CompletedDate>2025-12-06T23:37:06.0291668+00:00</CompletedDate>
<CreatedBy>15</CreatedBy>
<CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:37:06.0291668Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</CreatedDate>
<DocumentID>9</DocumentID>
<DocumentTitle>sample string 10</DocumentTitle>
<FromTriggerID>5</FromTriggerID>
<FromTriggerName>sample string 6</FromTriggerName>
<HardDueDate>2025-12-06T23:37:06.0291668+00:00</HardDueDate>
<PersonID>7</PersonID>
<PersonName>sample string 8</PersonName>
<SoftDueDate>2025-12-06T23:37:06.0291668+00:00</SoftDueDate>
<UpdatedBy>17</UpdatedBy>
<UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:37:06.0291668Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</UpdatedDate>
<VersionID>1</VersionID>
<HasQuiz>true</HasQuiz>
<PastReads>2</PastReads>
<Warehouse>sample string 1</Warehouse>
</docAssignmentEx>
</ArrayOfdocAssignmentEx>