GET api/OpsLog/GetTasksForQuality/{auth}/{tabid}/{pagenum}/{pagesize}
Used to provide the list of tasks for specified operations log tab (quality layout)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auth |
The authorization GUID for this user session |
string |
Required |
| tabid |
The tab identifier return from the GetTabs method |
integer |
Required |
| pagenum |
The current page number, 0=no paging |
integer |
Required |
| pagesize |
The current page size, 0=no paging |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of task items
Collection of TaskQualityItem| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityGUID | string |
None. |
|
| EntityNumber | integer |
None. |
|
| EntityType | string |
None. |
|
| TaskTypeID | string |
None. |
|
| TaskTypeName | string |
None. |
|
| DueDateTime | date |
None. |
|
| DueDateTimeDisplay | string |
None. |
|
| DueDateTimeColor | string |
None. |
|
| CustomerDisplay | string |
None. |
|
| OfficeCode | string |
None. |
|
| Problem | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.