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-09-26T04:06:32.1000155+00:00",
"SubmitDate": "2026-09-26T04:06:32.1000155+00:00",
"ReportPeriodStart": "2026-09-26T04:06:32.1000155+00:00",
"ReportPeriodEnd": "2026-09-26T04:06:32.1000155+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a28d4c99-489f-4e13-b528-86ceb2350619",
"Rows": [
{
"ItemId": "bb5a8228-fb4a-4b1a-b441-eec696994ccd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb5a8228-fb4a-4b1a-b441-eec696994ccd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a28d4c99-489f-4e13-b528-86ceb2350619",
"Rows": [
{
"ItemId": "bb5a8228-fb4a-4b1a-b441-eec696994ccd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb5a8228-fb4a-4b1a-b441-eec696994ccd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"714ec028-75e4-4df5-b3e9-7e80c1160823",
"2c49102c-7159-4113-af20-7bd28aa652b1"
],
"Approvers": [
"8519b191-9a2a-40f0-9979-0c1048721e3d",
"0862d60a-7971-4836-93c6-86f2528a3baa"
],
"ApprovedBy": "dbcbbbd4-e41e-4c1b-925a-5552890c506a",
"ApprovalDate": "2026-09-26T04:06:32.1156379+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d837027d-2e8d-494b-b587-35928070955a",
"WorkPlanId": "015048c8-c10f-4089-bc42-b2772e3fe3d6",
"id": "70497aa3-8a36-4c1a-ae29-1479e7864835",
"ConfigId": "01b75ba3-2aaf-4a21-81ed-1f46a656d601"
},
{
"GenerationDate": "2026-09-26T04:06:32.1000155+00:00",
"SubmitDate": "2026-09-26T04:06:32.1000155+00:00",
"ReportPeriodStart": "2026-09-26T04:06:32.1000155+00:00",
"ReportPeriodEnd": "2026-09-26T04:06:32.1000155+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a28d4c99-489f-4e13-b528-86ceb2350619",
"Rows": [
{
"ItemId": "bb5a8228-fb4a-4b1a-b441-eec696994ccd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb5a8228-fb4a-4b1a-b441-eec696994ccd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a28d4c99-489f-4e13-b528-86ceb2350619",
"Rows": [
{
"ItemId": "bb5a8228-fb4a-4b1a-b441-eec696994ccd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb5a8228-fb4a-4b1a-b441-eec696994ccd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"714ec028-75e4-4df5-b3e9-7e80c1160823",
"2c49102c-7159-4113-af20-7bd28aa652b1"
],
"Approvers": [
"8519b191-9a2a-40f0-9979-0c1048721e3d",
"0862d60a-7971-4836-93c6-86f2528a3baa"
],
"ApprovedBy": "dbcbbbd4-e41e-4c1b-925a-5552890c506a",
"ApprovalDate": "2026-09-26T04:06:32.1156379+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d837027d-2e8d-494b-b587-35928070955a",
"WorkPlanId": "015048c8-c10f-4089-bc42-b2772e3fe3d6",
"id": "70497aa3-8a36-4c1a-ae29-1479e7864835",
"ConfigId": "01b75ba3-2aaf-4a21-81ed-1f46a656d601"
}
]