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-04-17T11:57:00.6585944+00:00",
"SubmitDate": "2026-04-17T11:57:00.6585944+00:00",
"ReportPeriodStart": "2026-04-17T11:57:00.6585944+00:00",
"ReportPeriodEnd": "2026-04-17T11:57:00.6585944+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4b472f43-a23b-4258-a609-2658f9bdb5cc",
"Rows": [
{
"ItemId": "b1379cdd-faf1-4087-b2db-34a9e6e9c081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b1379cdd-faf1-4087-b2db-34a9e6e9c081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4b472f43-a23b-4258-a609-2658f9bdb5cc",
"Rows": [
{
"ItemId": "b1379cdd-faf1-4087-b2db-34a9e6e9c081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b1379cdd-faf1-4087-b2db-34a9e6e9c081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"77e2d9b1-8da2-4345-a1a5-3f152e582ebf",
"c0a9d2e4-b315-4541-9fa9-09efaad9d16b"
],
"Approvers": [
"24148681-216f-4964-b8ab-21c163c86151",
"5a6236dc-2de1-49b7-9d92-180124032234"
],
"ApprovedBy": "03ca076a-a05e-47b0-a1f4-1da381f3dff2",
"ApprovalDate": "2026-04-17T11:57:00.6585944+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6f7205f2-14cb-48b9-960b-fbc664b86159",
"id": "29fa745c-9513-48fa-8a59-8764db2c5cb2",
"ConfigId": "0a231f8f-d91e-471e-98ed-c3289639500b"
},
{
"GenerationDate": "2026-04-17T11:57:00.6585944+00:00",
"SubmitDate": "2026-04-17T11:57:00.6585944+00:00",
"ReportPeriodStart": "2026-04-17T11:57:00.6585944+00:00",
"ReportPeriodEnd": "2026-04-17T11:57:00.6585944+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4b472f43-a23b-4258-a609-2658f9bdb5cc",
"Rows": [
{
"ItemId": "b1379cdd-faf1-4087-b2db-34a9e6e9c081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b1379cdd-faf1-4087-b2db-34a9e6e9c081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4b472f43-a23b-4258-a609-2658f9bdb5cc",
"Rows": [
{
"ItemId": "b1379cdd-faf1-4087-b2db-34a9e6e9c081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b1379cdd-faf1-4087-b2db-34a9e6e9c081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"77e2d9b1-8da2-4345-a1a5-3f152e582ebf",
"c0a9d2e4-b315-4541-9fa9-09efaad9d16b"
],
"Approvers": [
"24148681-216f-4964-b8ab-21c163c86151",
"5a6236dc-2de1-49b7-9d92-180124032234"
],
"ApprovedBy": "03ca076a-a05e-47b0-a1f4-1da381f3dff2",
"ApprovalDate": "2026-04-17T11:57:00.6585944+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6f7205f2-14cb-48b9-960b-fbc664b86159",
"id": "29fa745c-9513-48fa-8a59-8764db2c5cb2",
"ConfigId": "0a231f8f-d91e-471e-98ed-c3289639500b"
}
]