GET api/TasksList?key={key}
Get tasks list.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of TasksList| Name | Description | Type | Additional information |
|---|---|---|---|
| DatabaseId | globally unique identifier |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| CategoryName | string |
None. |
|
| StageName | string |
None. |
|
| Status | string |
None. |
|
| Priority | string |
None. |
|
| DueDate | string |
None. |
|
| Completion | byte |
None. |
|
| SupervisorName | string |
None. |
|
| AssignedTo | Collection of string |
None. |
|
| InsuredDatabaseId | globally unique identifier |
None. |
|
| InsuredEmail | string |
None. |
|
| InsuredFirstName | string |
None. |
|
| InsuredLastName | string |
None. |
|
| InsuredCommercialName | string |
None. |
|
| PolicyNumber | string |
None. |
|
| CreatorName | string |
None. |
|
| PerStageStatusRecord | Collection of PerStageStatusRecord |
None. |
|
| WorkGroupId | globally unique identifier |
None. |
|
| WorkGroupName | string |
None. |
|
| LastChangeUserId | globally unique identifier |
None. |
|
| LastChangeUserName | string |
None. |
|
| AssignedToDetails | Collection of ObjectBasicDetails |
None. |
|
| CreateDate | date |
None. |
|
| ChangeDate | date |
None. |