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-19T13:44:48.2109394+00:00",
"SubmitDate": "2026-07-19T13:44:48.2109394+00:00",
"ReportPeriodStart": "2026-07-19T13:44:48.2109394+00:00",
"ReportPeriodEnd": "2026-07-19T13:44:48.2109394+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3bd2c54c-6e85-4f21-b70b-7900dca10486",
"Rows": [
{
"ItemId": "bf352bc6-dae6-42c7-857e-1c10311c8617",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf352bc6-dae6-42c7-857e-1c10311c8617",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3bd2c54c-6e85-4f21-b70b-7900dca10486",
"Rows": [
{
"ItemId": "bf352bc6-dae6-42c7-857e-1c10311c8617",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf352bc6-dae6-42c7-857e-1c10311c8617",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d1ed80a4-abb1-40bd-a76a-ac0bc5026020",
"dcc1346b-4902-49be-8dc7-4ba26387e430"
],
"Approvers": [
"6a6544fe-809e-4a2d-8de6-64782cf95bd3",
"2ff74f1b-9a98-4928-b974-54dda440c554"
],
"ApprovedBy": "e8ba95c2-56b5-4cc9-9bb0-4d9aa8fb0408",
"ApprovalDate": "2026-07-19T13:44:48.2109394+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9d621e9f-7a59-4eba-9071-1257012cd49f",
"WorkPlanId": "6891f29e-3dee-4175-9146-b0fc3e7706e6",
"id": "daefb3ee-c1fa-430f-84b6-b1586e6f78b4",
"ConfigId": "10b670cf-70cb-46a7-8c55-60884cbaf8d3"
},
{
"GenerationDate": "2026-07-19T13:44:48.2109394+00:00",
"SubmitDate": "2026-07-19T13:44:48.2109394+00:00",
"ReportPeriodStart": "2026-07-19T13:44:48.2109394+00:00",
"ReportPeriodEnd": "2026-07-19T13:44:48.2109394+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3bd2c54c-6e85-4f21-b70b-7900dca10486",
"Rows": [
{
"ItemId": "bf352bc6-dae6-42c7-857e-1c10311c8617",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf352bc6-dae6-42c7-857e-1c10311c8617",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3bd2c54c-6e85-4f21-b70b-7900dca10486",
"Rows": [
{
"ItemId": "bf352bc6-dae6-42c7-857e-1c10311c8617",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf352bc6-dae6-42c7-857e-1c10311c8617",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d1ed80a4-abb1-40bd-a76a-ac0bc5026020",
"dcc1346b-4902-49be-8dc7-4ba26387e430"
],
"Approvers": [
"6a6544fe-809e-4a2d-8de6-64782cf95bd3",
"2ff74f1b-9a98-4928-b974-54dda440c554"
],
"ApprovedBy": "e8ba95c2-56b5-4cc9-9bb0-4d9aa8fb0408",
"ApprovalDate": "2026-07-19T13:44:48.2109394+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9d621e9f-7a59-4eba-9071-1257012cd49f",
"WorkPlanId": "6891f29e-3dee-4175-9146-b0fc3e7706e6",
"id": "daefb3ee-c1fa-430f-84b6-b1586e6f78b4",
"ConfigId": "10b670cf-70cb-46a7-8c55-60884cbaf8d3"
}
]