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-06-18T07:23:02.9106964+00:00",
"SubmitDate": "2026-06-18T07:23:02.9106964+00:00",
"ReportPeriodStart": "2026-06-18T07:23:02.9106964+00:00",
"ReportPeriodEnd": "2026-06-18T07:23:02.9106964+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "691125b6-f06f-4613-b33b-4858b9e8b467",
"Rows": [
{
"ItemId": "5a57fd16-ea48-486e-be8e-c6f4e2071406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5a57fd16-ea48-486e-be8e-c6f4e2071406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "691125b6-f06f-4613-b33b-4858b9e8b467",
"Rows": [
{
"ItemId": "5a57fd16-ea48-486e-be8e-c6f4e2071406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5a57fd16-ea48-486e-be8e-c6f4e2071406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0d7d4d7f-6ed3-42a4-ba0d-ec0bad690c45",
"da3360c9-4f98-4c65-bed8-a9c5797433db"
],
"Approvers": [
"36eb1298-1c79-4a1f-ac9c-6044cc025f61",
"faf3d5a5-e370-454e-8681-8aa473ff92ef"
],
"ApprovedBy": "c646246c-dbf5-42be-9c1e-d2717f9a82ed",
"ApprovalDate": "2026-06-18T07:23:02.9106964+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2bb7f011-136e-4e61-95ce-a7b02c69d7ce",
"id": "a3469745-beea-4c97-8fff-42d46b943494",
"ConfigId": "17aa946e-3591-4cf6-85fc-d586173843ed"
},
{
"GenerationDate": "2026-06-18T07:23:02.9106964+00:00",
"SubmitDate": "2026-06-18T07:23:02.9106964+00:00",
"ReportPeriodStart": "2026-06-18T07:23:02.9106964+00:00",
"ReportPeriodEnd": "2026-06-18T07:23:02.9106964+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "691125b6-f06f-4613-b33b-4858b9e8b467",
"Rows": [
{
"ItemId": "5a57fd16-ea48-486e-be8e-c6f4e2071406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5a57fd16-ea48-486e-be8e-c6f4e2071406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "691125b6-f06f-4613-b33b-4858b9e8b467",
"Rows": [
{
"ItemId": "5a57fd16-ea48-486e-be8e-c6f4e2071406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5a57fd16-ea48-486e-be8e-c6f4e2071406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0d7d4d7f-6ed3-42a4-ba0d-ec0bad690c45",
"da3360c9-4f98-4c65-bed8-a9c5797433db"
],
"Approvers": [
"36eb1298-1c79-4a1f-ac9c-6044cc025f61",
"faf3d5a5-e370-454e-8681-8aa473ff92ef"
],
"ApprovedBy": "c646246c-dbf5-42be-9c1e-d2717f9a82ed",
"ApprovalDate": "2026-06-18T07:23:02.9106964+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2bb7f011-136e-4e61-95ce-a7b02c69d7ce",
"id": "a3469745-beea-4c97-8fff-42d46b943494",
"ConfigId": "17aa946e-3591-4cf6-85fc-d586173843ed"
}
]