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-25T02:05:39.0462498+00:00",
"SubmitDate": "2026-07-25T02:05:39.0462498+00:00",
"ReportPeriodStart": "2026-07-25T02:05:39.0462498+00:00",
"ReportPeriodEnd": "2026-07-25T02:05:39.0462498+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "914eab82-3caa-4c76-9610-39c76b7b7b6f",
"Rows": [
{
"ItemId": "602ce3d0-be02-4100-b855-70ff71a98730",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "602ce3d0-be02-4100-b855-70ff71a98730",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "914eab82-3caa-4c76-9610-39c76b7b7b6f",
"Rows": [
{
"ItemId": "602ce3d0-be02-4100-b855-70ff71a98730",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "602ce3d0-be02-4100-b855-70ff71a98730",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f8a7d29e-2876-497a-9470-2fa2224ae9b1",
"3969baa7-9f47-4f01-a10d-8dcd0a9f3f29"
],
"Approvers": [
"734d6358-bad1-47e8-bc8e-0e7bf4773e21",
"55cbadb4-e6c1-4c53-959f-abaa6d5b2d22"
],
"ApprovedBy": "d2412200-8a17-425e-9495-d3e693957de6",
"ApprovalDate": "2026-07-25T02:05:39.0462498+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "26674548-ff36-4494-88a0-5adf5308a928",
"WorkPlanId": "76cd1103-5d2d-44a2-b8fd-627f63f1befb",
"id": "3f13d635-d3bf-4e1f-9a9c-b8513a52f16b",
"ConfigId": "8124631e-c8b7-49b3-87ff-4dcd30256487"
},
{
"GenerationDate": "2026-07-25T02:05:39.0462498+00:00",
"SubmitDate": "2026-07-25T02:05:39.0462498+00:00",
"ReportPeriodStart": "2026-07-25T02:05:39.0462498+00:00",
"ReportPeriodEnd": "2026-07-25T02:05:39.0462498+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "914eab82-3caa-4c76-9610-39c76b7b7b6f",
"Rows": [
{
"ItemId": "602ce3d0-be02-4100-b855-70ff71a98730",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "602ce3d0-be02-4100-b855-70ff71a98730",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "914eab82-3caa-4c76-9610-39c76b7b7b6f",
"Rows": [
{
"ItemId": "602ce3d0-be02-4100-b855-70ff71a98730",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "602ce3d0-be02-4100-b855-70ff71a98730",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f8a7d29e-2876-497a-9470-2fa2224ae9b1",
"3969baa7-9f47-4f01-a10d-8dcd0a9f3f29"
],
"Approvers": [
"734d6358-bad1-47e8-bc8e-0e7bf4773e21",
"55cbadb4-e6c1-4c53-959f-abaa6d5b2d22"
],
"ApprovedBy": "d2412200-8a17-425e-9495-d3e693957de6",
"ApprovalDate": "2026-07-25T02:05:39.0462498+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "26674548-ff36-4494-88a0-5adf5308a928",
"WorkPlanId": "76cd1103-5d2d-44a2-b8fd-627f63f1befb",
"id": "3f13d635-d3bf-4e1f-9a9c-b8513a52f16b",
"ConfigId": "8124631e-c8b7-49b3-87ff-4dcd30256487"
}
]