FindEmployeeTasks

Paths

Example

Example request object

{
  "Criteria": {
    "Id": null,
    "EmployeeId": null,
    "From": null,
    "Until": null,
    "Type": null,
    "SubjectId": null,
    "Paging": {
      "PageIndex": 0,
      "PageSize": 0,
      "Sorting": null
    },
    "Includes": {
      "EmployeeName": false,
      "Language": false,
      "WorkGroup": false,
      "WorkType": false,
      "Comment": false,
      "Attachment": false,
      "Cancelled": false,
      "AssignType": 0,
      "Skills": false
    },
    "WorkGroups": null,
    "WorkTypes": null
  },
  "Context": {
    "DivisionId": "00000000-0000-0000-0000-000000000000",
    "Language": "string_example",
    "ShopId": "00000000-0000-0000-0000-000000000000",
    "SessionId": "00000000-0000-0000-0000-000000000000",
    "Origin": 0,
    "Password": "string_example",
    "Encode": false,
    "AccessToken": "string_example"
  }
}

Example response object

{
  "EmployeeTasks": null
}

ShouldBeExecuted

Postdata

Response