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-26T22:02:39.1505729+00:00",
"SubmitDate": "2026-09-26T22:02:39.1505729+00:00",
"ReportPeriodStart": "2026-09-26T22:02:39.1505729+00:00",
"ReportPeriodEnd": "2026-09-26T22:02:39.1505729+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a253b1e3-d702-47e0-9ccd-360ad16cd420",
"Rows": [
{
"ItemId": "eb39ab71-5d40-462f-b9a7-915e6927f9f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eb39ab71-5d40-462f-b9a7-915e6927f9f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a253b1e3-d702-47e0-9ccd-360ad16cd420",
"Rows": [
{
"ItemId": "eb39ab71-5d40-462f-b9a7-915e6927f9f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eb39ab71-5d40-462f-b9a7-915e6927f9f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"02edc30e-f495-4be1-9904-82aeca8ab6f2",
"f4eba484-20ca-4917-a69e-174d58b063bc"
],
"Approvers": [
"2d39531c-0a94-447c-a97e-30f472388d78",
"e583fa8e-742a-4af2-9ffb-31b8cfd98902"
],
"ApprovedBy": "de97fbd1-bfd7-44c3-8721-31bc16b199ba",
"ApprovalDate": "2026-09-26T22:02:39.1505729+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a756ce43-fbc4-44b1-8014-7721d6680dd3",
"WorkPlanId": "ea578061-e2cf-477a-b934-ce5258b3f206",
"id": "00389ab6-c9df-4f2b-90a0-4190c4c765e9",
"ConfigId": "910040f0-e8d1-4860-962b-cf48121c938c"
},
{
"GenerationDate": "2026-09-26T22:02:39.1505729+00:00",
"SubmitDate": "2026-09-26T22:02:39.1505729+00:00",
"ReportPeriodStart": "2026-09-26T22:02:39.1505729+00:00",
"ReportPeriodEnd": "2026-09-26T22:02:39.1505729+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a253b1e3-d702-47e0-9ccd-360ad16cd420",
"Rows": [
{
"ItemId": "eb39ab71-5d40-462f-b9a7-915e6927f9f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eb39ab71-5d40-462f-b9a7-915e6927f9f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a253b1e3-d702-47e0-9ccd-360ad16cd420",
"Rows": [
{
"ItemId": "eb39ab71-5d40-462f-b9a7-915e6927f9f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eb39ab71-5d40-462f-b9a7-915e6927f9f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"02edc30e-f495-4be1-9904-82aeca8ab6f2",
"f4eba484-20ca-4917-a69e-174d58b063bc"
],
"Approvers": [
"2d39531c-0a94-447c-a97e-30f472388d78",
"e583fa8e-742a-4af2-9ffb-31b8cfd98902"
],
"ApprovedBy": "de97fbd1-bfd7-44c3-8721-31bc16b199ba",
"ApprovalDate": "2026-09-26T22:02:39.1505729+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a756ce43-fbc4-44b1-8014-7721d6680dd3",
"WorkPlanId": "ea578061-e2cf-477a-b934-ce5258b3f206",
"id": "00389ab6-c9df-4f2b-90a0-4190c4c765e9",
"ConfigId": "910040f0-e8d1-4860-962b-cf48121c938c"
}
]