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-02-26T09:58:12.8613139+00:00",
"SubmitDate": "2026-02-26T09:58:12.8613139+00:00",
"ReportPeriodStart": "2026-02-26T09:58:12.8613139+00:00",
"ReportPeriodEnd": "2026-02-26T09:58:12.8613139+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1d7d9459-5de9-4106-a4b2-3e17454f4607",
"Rows": [
{
"ItemId": "bb955584-7d3c-46f7-abe0-c82bd630f822",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb955584-7d3c-46f7-abe0-c82bd630f822",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1d7d9459-5de9-4106-a4b2-3e17454f4607",
"Rows": [
{
"ItemId": "bb955584-7d3c-46f7-abe0-c82bd630f822",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb955584-7d3c-46f7-abe0-c82bd630f822",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"601588e5-a9c4-4806-b6a4-51b7933cb166",
"0f890d2d-66fe-4f7a-9a21-5773ac8270a9"
],
"Approvers": [
"6f6deda9-71fd-4e3e-afaa-1e8b8fa49e0b",
"422f5e9c-fb8a-4ee1-9bc6-870204cb3911"
],
"ApprovedBy": "5f6eb469-5f0b-4ada-8c52-c044fd633e14",
"ApprovalDate": "2026-02-26T09:58:12.8613139+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "066ab20e-4f59-4167-afc2-df01756687b6",
"id": "adb7161d-29b0-40d1-b60e-e5be71b4e134",
"ConfigId": "35a672aa-6487-4420-9cd1-2d8412e53dc8"
},
{
"GenerationDate": "2026-02-26T09:58:12.8613139+00:00",
"SubmitDate": "2026-02-26T09:58:12.8613139+00:00",
"ReportPeriodStart": "2026-02-26T09:58:12.8613139+00:00",
"ReportPeriodEnd": "2026-02-26T09:58:12.8613139+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1d7d9459-5de9-4106-a4b2-3e17454f4607",
"Rows": [
{
"ItemId": "bb955584-7d3c-46f7-abe0-c82bd630f822",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb955584-7d3c-46f7-abe0-c82bd630f822",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1d7d9459-5de9-4106-a4b2-3e17454f4607",
"Rows": [
{
"ItemId": "bb955584-7d3c-46f7-abe0-c82bd630f822",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb955584-7d3c-46f7-abe0-c82bd630f822",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"601588e5-a9c4-4806-b6a4-51b7933cb166",
"0f890d2d-66fe-4f7a-9a21-5773ac8270a9"
],
"Approvers": [
"6f6deda9-71fd-4e3e-afaa-1e8b8fa49e0b",
"422f5e9c-fb8a-4ee1-9bc6-870204cb3911"
],
"ApprovedBy": "5f6eb469-5f0b-4ada-8c52-c044fd633e14",
"ApprovalDate": "2026-02-26T09:58:12.8613139+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "066ab20e-4f59-4167-afc2-df01756687b6",
"id": "adb7161d-29b0-40d1-b60e-e5be71b4e134",
"ConfigId": "35a672aa-6487-4420-9cd1-2d8412e53dc8"
}
]