GET api/TaskClient/SelectSummaryByTaskIDs?TaskID={TaskID}&ShowInactive={ShowInactive}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TaskID | integer |
Required |
|
ShowInactive | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
TaskSelectByTaskIDForExtranetName | Description | Type | Additional information |
---|---|---|---|
TaskID | integer |
None. |
|
Task | string |
None. |
|
TaskTypeID | integer |
None. |
|
CommunicationID | integer |
None. |
|
EntryID | integer |
None. |
|
AssignedTo_ContactID | integer |
None. |
|
From_ContactID | integer |
None. |
|
Due | date |
None. |
|
Completed | date |
None. |
|
MediaAndDocumentGroupID | integer |
None. |
|
CreateID | integer |
None. |
|
CreateSessionID | integer |
None. |
|
CreateTS | date |
None. |
|
ModifyID | integer |
None. |
|
ModifySessionID | integer |
None. |
|
ModifyTS | date |
None. |
|
InactiveID | integer |
None. |
|
InactiveSessionID | integer |
None. |
|
InactiveTS | date |
None. |
|
StatusID | integer |
None. |
|
Z_DB | integer |
None. |
|
Z_ID | integer |
None. |
|
WorkflowLineID | integer |
None. |
|
AssignedTo_UserGroupID | integer |
None. |
|
TaskCategoryID | integer |
None. |
|
ProcessedTS | date |
None. |
|
AccountID | integer |
None. |
|
Recurrence | string |
None. |
|
SuppressNotification | boolean |
None. |
|
PrincipalID | integer |
None. |
|
TaskPriorityID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "TaskID": 1, "Task": "sample string 2", "TaskTypeID": 3, "CommunicationID": 1, "EntryID": 1, "AssignedTo_ContactID": 1, "From_ContactID": 4, "Due": "2025-09-02T23:04:41.0847055+00:00", "Completed": "2025-09-02T23:04:41.0847055+00:00", "MediaAndDocumentGroupID": 1, "CreateID": 1, "CreateSessionID": 1, "CreateTS": "2025-09-02T23:04:41.0847055+00:00", "ModifyID": 1, "ModifySessionID": 1, "ModifyTS": "2025-09-02T23:04:41.0847055+00:00", "InactiveID": 1, "InactiveSessionID": 1, "InactiveTS": "2025-09-02T23:04:41.0847055+00:00", "StatusID": 1, "Z_DB": 1, "Z_ID": 1, "WorkflowLineID": 1, "AssignedTo_UserGroupID": 1, "TaskCategoryID": 1, "ProcessedTS": "2025-09-02T23:04:41.0847055+00:00", "AccountID": 1, "Recurrence": "sample string 5", "SuppressNotification": true, "PrincipalID": 1, "TaskPriorityID": 1 }
application/xml, text/xml
Sample:
<TaskSelectByTaskIDForExtranet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Task"> <AccountID>1</AccountID> <AssignedTo_ContactID>1</AssignedTo_ContactID> <AssignedTo_UserGroupID>1</AssignedTo_UserGroupID> <CommunicationID>1</CommunicationID> <Completed>2025-09-02T23:04:41.0847055+00:00</Completed> <CreateID>1</CreateID> <CreateSessionID>1</CreateSessionID> <CreateTS>2025-09-02T23:04:41.0847055+00:00</CreateTS> <Due>2025-09-02T23:04:41.0847055+00:00</Due> <EntryID>1</EntryID> <From_ContactID>4</From_ContactID> <InactiveID>1</InactiveID> <InactiveSessionID>1</InactiveSessionID> <InactiveTS>2025-09-02T23:04:41.0847055+00:00</InactiveTS> <MediaAndDocumentGroupID>1</MediaAndDocumentGroupID> <ModifyID>1</ModifyID> <ModifySessionID>1</ModifySessionID> <ModifyTS>2025-09-02T23:04:41.0847055+00:00</ModifyTS> <PrincipalID>1</PrincipalID> <ProcessedTS>2025-09-02T23:04:41.0847055+00:00</ProcessedTS> <Recurrence>sample string 5</Recurrence> <StatusID>1</StatusID> <SuppressNotification>true</SuppressNotification> <Task>sample string 2</Task> <TaskCategoryID>1</TaskCategoryID> <TaskID>1</TaskID> <TaskPriorityID>1</TaskPriorityID> <TaskTypeID>3</TaskTypeID> <WorkflowLineID>1</WorkflowLineID> <Z_DB>1</Z_DB> <Z_ID>1</Z_ID> </TaskSelectByTaskIDForExtranet>