GET api/OpsLog/GetTasksForDispatch/{auth}/{tabid}/{pagenum}/{pagesize}

Used to provide the list of tasks for specified operations log tab (dispatch layout)

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 TaskItem
NameDescriptionTypeAdditional information
EntityGUID

Unique entity guid represented by this task

string

None.

EntityNumber

Visual entity number represented by this task

integer

None.

EntityType

Entity type represented by this task (S=shipment, P=pickup, M=manifest)

string

None.

TaskTypeID

string

None.

TaskTypeName

string

None.

IsResponsible

boolean

None.

DueDateTime

date

None.

DueDateTimeDisplay

string

None.

DueDateTimeColor

string

None.

IsFollowup

boolean

None.

FollowupToolTip

string

None.

HasNotes

boolean

None.

PickupStatus

string

None.

DeliveryStatus

string

None.

OfficeDisplay

string

None.

ServiceDisplay

string

None.

EntityNumberDisplay

string

None.

PickupFrom

string

None.

ReadyDateTimeDisplay

string

None.

DepartDateTimeDisplay

string

None.

ArriveDateTimeDisplay

string

None.

DeliveryDateTimeDisplay

string

None.

OriginHub

string

None.

OriginHubToolTip

string

None.

DestinationHub

string

None.

DestinationHubToolTip

string

None.

OpsCoordinatorDisplay

string

None.

OpsCoordinatorToolTip

string

None.

StatusDisplay

string

None.

CourierDisplay

string

None.

DeliverTo

string

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.