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. |
|
| LinkedFileIds | Collection of string |
None. |
|
| LinkedLinkIds | Collection of string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"WorkTypeId": "88fa8a3a-0d6d-437f-8e9c-b810838b83f6",
"Name": "sample string 1",
"Created": "2026-06-05T16:26:07.643573+00:00",
"Modified": "2026-06-05T16:26:07.643573+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"a5bfa9a0-3ca5-4c0a-a947-fad2d0571df0",
"ee0435c8-edfd-4288-b176-27b1ede20907"
],
"NonLaborAssignments": [
{
"Id": "5502a1be-637e-42e7-aebd-06e6cb7590ea",
"ResourceId": "aa24bd4c-48c1-4954-84fd-d4aef60503f5",
"Quantity": 3.0
},
{
"Id": "5502a1be-637e-42e7-aebd-06e6cb7590ea",
"ResourceId": "aa24bd4c-48c1-4954-84fd-d4aef60503f5",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "af0b2656-8d00-45ce-8b88-291389de7546",
"Type": 0,
"ResourceId": "0bba602d-772e-42f9-a8f6-932e66e5eab8",
"Units": 3.0
},
{
"Id": "af0b2656-8d00-45ce-8b88-291389de7546",
"Type": 0,
"ResourceId": "0bba602d-772e-42f9-a8f6-932e66e5eab8",
"Units": 3.0
}
],
"ParentId": "1174a599-99c5-4b40-b207-fb7e85b4514d",
"WorkTypeParentId": "90011220-eeb4-4f64-bccd-17c96b826d46",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "3ad971e6-e713-4970-860e-22a3160f263d",
"UPN": "deb5a8b9-d1dd-4be3-8053-71cbc0dd9840",
"PostDate": "2026-06-05T16:26:07.643573+00:00",
"Comment": "sample string 4",
"CC": [
"a448f5c1-a32a-481d-b9ce-66048d5169f2",
"5d9e784f-45f3-42de-b566-4364046c9f89"
],
"Users": [
"22e4af79-2aea-4c6d-9d1f-10e8ca4aa351",
"19b4b798-1690-4725-9d4b-266041f7a240"
]
},
{
"Id": "3ad971e6-e713-4970-860e-22a3160f263d",
"UPN": "deb5a8b9-d1dd-4be3-8053-71cbc0dd9840",
"PostDate": "2026-06-05T16:26:07.643573+00:00",
"Comment": "sample string 4",
"CC": [
"a448f5c1-a32a-481d-b9ce-66048d5169f2",
"5d9e784f-45f3-42de-b566-4364046c9f89"
],
"Users": [
"22e4af79-2aea-4c6d-9d1f-10e8ca4aa351",
"19b4b798-1690-4725-9d4b-266041f7a240"
]
}
],
"StartDate": "2026-06-05T16:26:07.643573+00:00",
"DueDate": "2026-06-05T16:26:07.643573+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"ddddf922-8244-4f02-baf3-fe3b6a8f2611": "a875366f-3e87-48d5-a29a-65664775fdfc",
"4dfc3da3-0e31-4f23-89b4-2467ba0069dc": "c4ddbb01-5ce1-4e62-a4b8-0bdf593798e7"
},
"HasUpdates": true,
"Modified": "2026-06-05T16:26:07.643573+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": "2026-06-05T16:26:07.643573+00:00"
},
"LastComment": "2026-06-05T16:26:07.643573+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "4fdc8274-c291-4304-86b7-62c23714fb4d",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"LinkedFileIds": [
"sample string 1",
"sample string 2"
],
"LinkedLinkIds": [
"sample string 1",
"sample string 2"
],
"WorkPlanId": "08eeb323-eadb-41b6-8bb2-dc49e04ddb22",
"id": "83500801-24a4-416c-8f97-83ac14647ac3",
"ConfigId": "99742db6-53af-4354-a57e-21436400d773"
},
{
"WorkTypeId": "88fa8a3a-0d6d-437f-8e9c-b810838b83f6",
"Name": "sample string 1",
"Created": "2026-06-05T16:26:07.643573+00:00",
"Modified": "2026-06-05T16:26:07.643573+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"a5bfa9a0-3ca5-4c0a-a947-fad2d0571df0",
"ee0435c8-edfd-4288-b176-27b1ede20907"
],
"NonLaborAssignments": [
{
"Id": "5502a1be-637e-42e7-aebd-06e6cb7590ea",
"ResourceId": "aa24bd4c-48c1-4954-84fd-d4aef60503f5",
"Quantity": 3.0
},
{
"Id": "5502a1be-637e-42e7-aebd-06e6cb7590ea",
"ResourceId": "aa24bd4c-48c1-4954-84fd-d4aef60503f5",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "af0b2656-8d00-45ce-8b88-291389de7546",
"Type": 0,
"ResourceId": "0bba602d-772e-42f9-a8f6-932e66e5eab8",
"Units": 3.0
},
{
"Id": "af0b2656-8d00-45ce-8b88-291389de7546",
"Type": 0,
"ResourceId": "0bba602d-772e-42f9-a8f6-932e66e5eab8",
"Units": 3.0
}
],
"ParentId": "1174a599-99c5-4b40-b207-fb7e85b4514d",
"WorkTypeParentId": "90011220-eeb4-4f64-bccd-17c96b826d46",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "3ad971e6-e713-4970-860e-22a3160f263d",
"UPN": "deb5a8b9-d1dd-4be3-8053-71cbc0dd9840",
"PostDate": "2026-06-05T16:26:07.643573+00:00",
"Comment": "sample string 4",
"CC": [
"a448f5c1-a32a-481d-b9ce-66048d5169f2",
"5d9e784f-45f3-42de-b566-4364046c9f89"
],
"Users": [
"22e4af79-2aea-4c6d-9d1f-10e8ca4aa351",
"19b4b798-1690-4725-9d4b-266041f7a240"
]
},
{
"Id": "3ad971e6-e713-4970-860e-22a3160f263d",
"UPN": "deb5a8b9-d1dd-4be3-8053-71cbc0dd9840",
"PostDate": "2026-06-05T16:26:07.643573+00:00",
"Comment": "sample string 4",
"CC": [
"a448f5c1-a32a-481d-b9ce-66048d5169f2",
"5d9e784f-45f3-42de-b566-4364046c9f89"
],
"Users": [
"22e4af79-2aea-4c6d-9d1f-10e8ca4aa351",
"19b4b798-1690-4725-9d4b-266041f7a240"
]
}
],
"StartDate": "2026-06-05T16:26:07.643573+00:00",
"DueDate": "2026-06-05T16:26:07.643573+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"ddddf922-8244-4f02-baf3-fe3b6a8f2611": "a875366f-3e87-48d5-a29a-65664775fdfc",
"4dfc3da3-0e31-4f23-89b4-2467ba0069dc": "c4ddbb01-5ce1-4e62-a4b8-0bdf593798e7"
},
"HasUpdates": true,
"Modified": "2026-06-05T16:26:07.643573+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": "2026-06-05T16:26:07.643573+00:00"
},
"LastComment": "2026-06-05T16:26:07.643573+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "4fdc8274-c291-4304-86b7-62c23714fb4d",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"LinkedFileIds": [
"sample string 1",
"sample string 2"
],
"LinkedLinkIds": [
"sample string 1",
"sample string 2"
],
"WorkPlanId": "08eeb323-eadb-41b6-8bb2-dc49e04ddb22",
"id": "83500801-24a4-416c-8f97-83ac14647ac3",
"ConfigId": "99742db6-53af-4354-a57e-21436400d773"
}
]