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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-17T12:01:19.1728602+00:00",
"SubmitDate": "2026-01-17T12:01:19.1728602+00:00",
"ReportPeriodStart": "2026-01-17T12:01:19.1728602+00:00",
"ReportPeriodEnd": "2026-01-17T12:01:19.1728602+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7ef54feb-40c4-47c9-929e-7f8034cc3c3f",
"Rows": [
{
"ItemId": "d2b2caa8-13f2-4705-8415-c3df2758215d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2b2caa8-13f2-4705-8415-c3df2758215d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7ef54feb-40c4-47c9-929e-7f8034cc3c3f",
"Rows": [
{
"ItemId": "d2b2caa8-13f2-4705-8415-c3df2758215d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2b2caa8-13f2-4705-8415-c3df2758215d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"250b70f0-4347-4d09-8eb9-ab29460cfe08",
"ae8a131a-c875-4ad4-97dc-1591a93e8ad6"
],
"Approvers": [
"3d429e6b-6de4-44b5-95f3-4cbd09155a71",
"bfccfb75-66b2-4a0a-a1da-c41951608b38"
],
"ApprovedBy": "b1569eb8-2b65-478f-9ad0-4abdb5da22a4",
"ApprovalDate": "2026-01-17T12:01:19.1728602+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7110c3ff-1964-4f3b-b75c-937522a29bf7",
"id": "fafeb958-b260-476d-a4e6-6a508acb700c",
"ConfigId": "7dbec2cb-4a3c-41b6-a8e6-09d1b4d5c32b"
},
{
"GenerationDate": "2026-01-17T12:01:19.1728602+00:00",
"SubmitDate": "2026-01-17T12:01:19.1728602+00:00",
"ReportPeriodStart": "2026-01-17T12:01:19.1728602+00:00",
"ReportPeriodEnd": "2026-01-17T12:01:19.1728602+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7ef54feb-40c4-47c9-929e-7f8034cc3c3f",
"Rows": [
{
"ItemId": "d2b2caa8-13f2-4705-8415-c3df2758215d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2b2caa8-13f2-4705-8415-c3df2758215d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7ef54feb-40c4-47c9-929e-7f8034cc3c3f",
"Rows": [
{
"ItemId": "d2b2caa8-13f2-4705-8415-c3df2758215d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2b2caa8-13f2-4705-8415-c3df2758215d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"250b70f0-4347-4d09-8eb9-ab29460cfe08",
"ae8a131a-c875-4ad4-97dc-1591a93e8ad6"
],
"Approvers": [
"3d429e6b-6de4-44b5-95f3-4cbd09155a71",
"bfccfb75-66b2-4a0a-a1da-c41951608b38"
],
"ApprovedBy": "b1569eb8-2b65-478f-9ad0-4abdb5da22a4",
"ApprovalDate": "2026-01-17T12:01:19.1728602+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7110c3ff-1964-4f3b-b75c-937522a29bf7",
"id": "fafeb958-b260-476d-a4e6-6a508acb700c",
"ConfigId": "7dbec2cb-4a3c-41b6-a8e6-09d1b4d5c32b"
}
]