GET api/statusreports/mysubmit
Get list of submitted reports for me to approve
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-07-28T11:15:12.9455052+00:00",
"SubmitDate": "2026-07-28T11:15:12.9455052+00:00",
"ReportPeriodStart": "2026-07-28T11:15:12.9455052+00:00",
"ReportPeriodEnd": "2026-07-28T11:15:12.9455052+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7e42f044-d4fd-4508-981d-16d4be770a04",
"Rows": [
{
"ItemId": "b83a7c89-aced-40db-9c97-0d302ab139c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b83a7c89-aced-40db-9c97-0d302ab139c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7e42f044-d4fd-4508-981d-16d4be770a04",
"Rows": [
{
"ItemId": "b83a7c89-aced-40db-9c97-0d302ab139c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b83a7c89-aced-40db-9c97-0d302ab139c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dbef89b5-d0f7-4fe2-8e05-edc27715514c",
"e85acaa0-a811-4d7e-8694-8654ab32b96e"
],
"Approvers": [
"f3bab9e8-ecb4-4584-ac14-30d39541b399",
"22703762-7e0d-416b-b095-fecb97d6fefc"
],
"ApprovedBy": "767480d7-01dd-4da8-950e-67353f99d86f",
"ApprovalDate": "2026-07-28T11:15:12.9455052+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0f409cdb-4228-4f09-abe5-f7053fd70dc7",
"WorkPlanId": "648ecf54-3c33-4685-b3d2-fa778170a6d9",
"id": "5195a6c9-8e2f-40cb-831c-86c8fa97eb06",
"ConfigId": "6b697010-5c63-4463-ae28-dd1f4676d866"
},
{
"GenerationDate": "2026-07-28T11:15:12.9455052+00:00",
"SubmitDate": "2026-07-28T11:15:12.9455052+00:00",
"ReportPeriodStart": "2026-07-28T11:15:12.9455052+00:00",
"ReportPeriodEnd": "2026-07-28T11:15:12.9455052+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7e42f044-d4fd-4508-981d-16d4be770a04",
"Rows": [
{
"ItemId": "b83a7c89-aced-40db-9c97-0d302ab139c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b83a7c89-aced-40db-9c97-0d302ab139c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7e42f044-d4fd-4508-981d-16d4be770a04",
"Rows": [
{
"ItemId": "b83a7c89-aced-40db-9c97-0d302ab139c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b83a7c89-aced-40db-9c97-0d302ab139c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dbef89b5-d0f7-4fe2-8e05-edc27715514c",
"e85acaa0-a811-4d7e-8694-8654ab32b96e"
],
"Approvers": [
"f3bab9e8-ecb4-4584-ac14-30d39541b399",
"22703762-7e0d-416b-b095-fecb97d6fefc"
],
"ApprovedBy": "767480d7-01dd-4da8-950e-67353f99d86f",
"ApprovalDate": "2026-07-28T11:15:12.9455052+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0f409cdb-4228-4f09-abe5-f7053fd70dc7",
"WorkPlanId": "648ecf54-3c33-4685-b3d2-fa778170a6d9",
"id": "5195a6c9-8e2f-40cb-831c-86c8fa97eb06",
"ConfigId": "6b697010-5c63-4463-ae28-dd1f4676d866"
}
]