POST api/TaskWorkflow/GetTasks

Request Information

URI Parameters

None.

Body Parameters

TaskFilter
NameDescriptionTypeAdditional information
ApplicationId

integer

None.

AccountId

string

None.

WorkflowTypeId

integer

None.

AssignedToUserId

string

None.

TaskStatusId

integer

None.

ObjectTypeId

integer

None.

CreatedById

integer

None.

objectId

string

None.

ClientCaseID

string

None.

CreatedDateFrom

date

None.

CreatedDateTo

date

None.

DueDateFrom

date

None.

DueDateTo

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplicationId": 1,
  "AccountId": "sample string 2",
  "WorkflowTypeId": 3,
  "AssignedToUserId": "sample string 4",
  "TaskStatusId": 5,
  "ObjectTypeId": 6,
  "CreatedById": 7,
  "objectId": "sample string 8",
  "ClientCaseID": "sample string 9",
  "CreatedDateFrom": "2026-05-01T21:08:54.2974509+00:00",
  "CreatedDateTo": "2026-05-01T21:08:54.2974509+00:00",
  "DueDateFrom": "2026-05-01T21:08:54.2974509+00:00",
  "DueDateTo": "2026-05-01T21:08:54.2974509+00:00"
}

text/html

Sample:
{"ApplicationId":1,"AccountId":"sample string 2","WorkflowTypeId":3,"AssignedToUserId":"sample string 4","TaskStatusId":5,"ObjectTypeId":6,"CreatedById":7,"objectId":"sample string 8","ClientCaseID":"sample string 9","CreatedDateFrom":"2026-05-01T21:08:54.2974509+00:00","CreatedDateTo":"2026-05-01T21:08:54.2974509+00:00","DueDateFrom":"2026-05-01T21:08:54.2974509+00:00","DueDateTo":"2026-05-01T21:08:54.2974509+00:00"}

application/xml, text/xml

Sample:
<TaskFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS_Business.Entities.TaskWorkflow">
  <AccountId>sample string 2</AccountId>
  <ApplicationId>1</ApplicationId>
  <AssignedToUserId>sample string 4</AssignedToUserId>
  <ClientCaseID>sample string 9</ClientCaseID>
  <CreatedById>7</CreatedById>
  <CreatedDateFrom>2026-05-01T21:08:54.2974509+00:00</CreatedDateFrom>
  <CreatedDateTo>2026-05-01T21:08:54.2974509+00:00</CreatedDateTo>
  <DueDateFrom>2026-05-01T21:08:54.2974509+00:00</DueDateFrom>
  <DueDateTo>2026-05-01T21:08:54.2974509+00:00</DueDateTo>
  <ObjectTypeId>6</ObjectTypeId>
  <TaskStatusId>5</TaskStatusId>
  <WorkflowTypeId>3</WorkflowTypeId>
  <objectId>sample string 8</objectId>
</TaskFilter>

multipart/form-data

Sample:
<TaskFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS_Business.Entities.TaskWorkflow"><AccountId>sample string 2</AccountId><ApplicationId>1</ApplicationId><AssignedToUserId>sample string 4</AssignedToUserId><ClientCaseID>sample string 9</ClientCaseID><CreatedById>7</CreatedById><CreatedDateFrom>2026-05-01T21:08:54.2974509+00:00</CreatedDateFrom><CreatedDateTo>2026-05-01T21:08:54.2974509+00:00</CreatedDateTo><DueDateFrom>2026-05-01T21:08:54.2974509+00:00</DueDateFrom><DueDateTo>2026-05-01T21:08:54.2974509+00:00</DueDateTo><ObjectTypeId>6</ObjectTypeId><TaskStatusId>5</TaskStatusId><WorkflowTypeId>3</WorkflowTypeId><objectId>sample string 8</objectId></TaskFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseData
NameDescriptionTypeAdditional information
MessageCode

string

None.

MessageText

string

None.

MessageType

EnumMessageType

None.

HasException

boolean

None.

Exception

string

None.

Data

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "MessageCode": "sample string 1",
  "MessageText": "sample string 2",
  "MessageType": 1,
  "HasException": true,
  "Exception": "sample string 4",
  "Data": [
    {},
    {}
  ]
}

text/html

Sample:
{"MessageCode":"sample string 1","MessageText":"sample string 2","MessageType":1,"HasException":true,"Exception":"sample string 4","Data":[{},{}]}

application/xml, text/xml

Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS_Business.Entities.Common">
  <Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </Data>
  <Exception>sample string 4</Exception>
  <HasException>true</HasException>
  <MessageCode>sample string 1</MessageCode>
  <MessageText>sample string 2</MessageText>
  <MessageType>OPERATION_SUCCESS</MessageType>
</ResponseData>

multipart/form-data

Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS_Business.Entities.Common"><Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d2p1:anyType /><d2p1:anyType /></Data><Exception>sample string 4</Exception><HasException>true</HasException><MessageCode>sample string 1</MessageCode><MessageText>sample string 2</MessageText><MessageType>OPERATION_SUCCESS</MessageType></ResponseData>