GET api/mywork/tasks?PeriodStart={PeriodStart}&PeriodEnd={PeriodEnd}&ShowComplete={ShowComplete}&UserId={UserId}
Get My Work for period
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PeriodStart |
If not defined Start = today-30 |
date |
None. |
| PeriodEnd |
If not defined End = today + 20 years |
date |
None. |
| ShowComplete |
True to show all tasks including completed |
boolean |
Default value is False |
| UserId |
UserId instead of current user (Can only be used with api key) |
globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of WorkPlanTask| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Author | string |
None. |
|
| Editor | string |
None. |
|
| AssignedTo | Collection of globally unique identifier |
None. |
|
| NonLaborAssignments | Collection of TaskNonLaborAssignment |
None. |
|
| Assignments | Collection of TaskAssignment |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| WorkTypeParentId | globally unique identifier |
None. |
|
| WorkTypeIndex | integer |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Index | integer |
None. |
|
| Complete | boolean |
None. |
|
| Comments | Collection of TaskComment |
None. |
|
| StartDate | date |
None. |
|
| DueDate | date |
None. |
|
| TaskScheduleType | TaskType |
None. |
|
| StatusUpdate | StatusUpdateClass |
None. |
|
| LastComment | date |
None. |
|
| IsScheduled | boolean |
None. |
|
| Integration | TaskIntegrationInfo |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"WorkTypeId": "04a3457f-0acc-4cc4-8df7-32d63e6a850c",
"Name": "sample string 1",
"Created": "2025-12-03T13:09:33.0573601+00:00",
"Modified": "2025-12-03T13:09:33.0573601+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"7ff9fa78-4f87-4cb6-afc5-8182e6f924af",
"bb1d4816-39cd-4847-b61c-12f52afe7069"
],
"NonLaborAssignments": [
{
"Id": "a9ea06f2-a34a-4588-aaaa-753c69e0a4b4",
"ResourceId": "f570cae8-bc76-449e-bb41-91724a9c0f8c",
"Quantity": 3.0
},
{
"Id": "a9ea06f2-a34a-4588-aaaa-753c69e0a4b4",
"ResourceId": "f570cae8-bc76-449e-bb41-91724a9c0f8c",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "7b7780be-7e12-49db-9bfb-48fbf07df380",
"Type": 0,
"ResourceId": "ab32d959-6032-4c29-ab41-c36cf9ab16c3",
"Units": 3.0
},
{
"Id": "7b7780be-7e12-49db-9bfb-48fbf07df380",
"Type": 0,
"ResourceId": "ab32d959-6032-4c29-ab41-c36cf9ab16c3",
"Units": 3.0
}
],
"ParentId": "81ccc2ce-28e3-4fbd-9157-f7e44bbc08fa",
"WorkTypeParentId": "7a861f4d-9e83-4c5a-a227-184757554319",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "afe915f6-8be1-45f3-9451-eb9390a4b1fb",
"UPN": "8b5dfc81-6f07-4792-98ae-802143dc06d0",
"PostDate": "2025-12-03T13:09:33.0573601+00:00",
"Comment": "sample string 4",
"CC": [
"930a75a6-28b6-4ab8-b27c-0725c29d4b91",
"4a61e69d-aa78-424f-82cb-73fd3004e4ea"
],
"Users": [
"dae910a5-626d-4748-afd5-cd8dc56fc3b7",
"d897ac58-0124-4f87-8d92-7199f23fdf3a"
]
},
{
"Id": "afe915f6-8be1-45f3-9451-eb9390a4b1fb",
"UPN": "8b5dfc81-6f07-4792-98ae-802143dc06d0",
"PostDate": "2025-12-03T13:09:33.0573601+00:00",
"Comment": "sample string 4",
"CC": [
"930a75a6-28b6-4ab8-b27c-0725c29d4b91",
"4a61e69d-aa78-424f-82cb-73fd3004e4ea"
],
"Users": [
"dae910a5-626d-4748-afd5-cd8dc56fc3b7",
"d897ac58-0124-4f87-8d92-7199f23fdf3a"
]
}
],
"StartDate": "2025-12-03T13:09:33.0573601+00:00",
"DueDate": "2025-12-03T13:09:33.0573601+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"912da4aa-a579-47e0-a166-0589b8c3610c": "4ba228d3-de65-4ff5-995e-d64b71b4a51c",
"21fd658c-efd0-4219-a902-2e69ebb32f3b": "2964d0a6-b9f7-4b62-abe4-2c020a94974c"
},
"HasUpdates": true,
"Modified": "2025-12-03T13:09:33.0573601+00:00",
"Editor": "sample string 3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"CalcFields": {
"sample string 1": {},
"sample string 3": {}
},
"State": 0,
"ApproveRejectBy": "sample string 4",
"ApproveRejectDate": "2025-12-03T13:09:33.0573601+00:00"
},
"LastComment": "2025-12-03T13:09:33.0573601+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "91174e6a-0e11-41d3-8886-435c2a74419e",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"WorkPlanId": "727a3b0c-686f-4c3f-b285-f25b2cdd9382",
"id": "051cd06c-8fcf-451e-9873-89e7db959fdb",
"ConfigId": "7edc4321-8b66-4cad-9e9b-d155afd2753e"
},
{
"WorkTypeId": "04a3457f-0acc-4cc4-8df7-32d63e6a850c",
"Name": "sample string 1",
"Created": "2025-12-03T13:09:33.0573601+00:00",
"Modified": "2025-12-03T13:09:33.0573601+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"7ff9fa78-4f87-4cb6-afc5-8182e6f924af",
"bb1d4816-39cd-4847-b61c-12f52afe7069"
],
"NonLaborAssignments": [
{
"Id": "a9ea06f2-a34a-4588-aaaa-753c69e0a4b4",
"ResourceId": "f570cae8-bc76-449e-bb41-91724a9c0f8c",
"Quantity": 3.0
},
{
"Id": "a9ea06f2-a34a-4588-aaaa-753c69e0a4b4",
"ResourceId": "f570cae8-bc76-449e-bb41-91724a9c0f8c",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "7b7780be-7e12-49db-9bfb-48fbf07df380",
"Type": 0,
"ResourceId": "ab32d959-6032-4c29-ab41-c36cf9ab16c3",
"Units": 3.0
},
{
"Id": "7b7780be-7e12-49db-9bfb-48fbf07df380",
"Type": 0,
"ResourceId": "ab32d959-6032-4c29-ab41-c36cf9ab16c3",
"Units": 3.0
}
],
"ParentId": "81ccc2ce-28e3-4fbd-9157-f7e44bbc08fa",
"WorkTypeParentId": "7a861f4d-9e83-4c5a-a227-184757554319",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "afe915f6-8be1-45f3-9451-eb9390a4b1fb",
"UPN": "8b5dfc81-6f07-4792-98ae-802143dc06d0",
"PostDate": "2025-12-03T13:09:33.0573601+00:00",
"Comment": "sample string 4",
"CC": [
"930a75a6-28b6-4ab8-b27c-0725c29d4b91",
"4a61e69d-aa78-424f-82cb-73fd3004e4ea"
],
"Users": [
"dae910a5-626d-4748-afd5-cd8dc56fc3b7",
"d897ac58-0124-4f87-8d92-7199f23fdf3a"
]
},
{
"Id": "afe915f6-8be1-45f3-9451-eb9390a4b1fb",
"UPN": "8b5dfc81-6f07-4792-98ae-802143dc06d0",
"PostDate": "2025-12-03T13:09:33.0573601+00:00",
"Comment": "sample string 4",
"CC": [
"930a75a6-28b6-4ab8-b27c-0725c29d4b91",
"4a61e69d-aa78-424f-82cb-73fd3004e4ea"
],
"Users": [
"dae910a5-626d-4748-afd5-cd8dc56fc3b7",
"d897ac58-0124-4f87-8d92-7199f23fdf3a"
]
}
],
"StartDate": "2025-12-03T13:09:33.0573601+00:00",
"DueDate": "2025-12-03T13:09:33.0573601+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"912da4aa-a579-47e0-a166-0589b8c3610c": "4ba228d3-de65-4ff5-995e-d64b71b4a51c",
"21fd658c-efd0-4219-a902-2e69ebb32f3b": "2964d0a6-b9f7-4b62-abe4-2c020a94974c"
},
"HasUpdates": true,
"Modified": "2025-12-03T13:09:33.0573601+00:00",
"Editor": "sample string 3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"CalcFields": {
"sample string 1": {},
"sample string 3": {}
},
"State": 0,
"ApproveRejectBy": "sample string 4",
"ApproveRejectDate": "2025-12-03T13:09:33.0573601+00:00"
},
"LastComment": "2025-12-03T13:09:33.0573601+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "91174e6a-0e11-41d3-8886-435c2a74419e",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"WorkPlanId": "727a3b0c-686f-4c3f-b285-f25b2cdd9382",
"id": "051cd06c-8fcf-451e-9873-89e7db959fdb",
"ConfigId": "7edc4321-8b66-4cad-9e9b-d155afd2753e"
}
]