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-01-13T05:34:01.878164+00:00",
"SubmitDate": "2026-01-13T05:34:01.878164+00:00",
"ReportPeriodStart": "2026-01-13T05:34:01.878164+00:00",
"ReportPeriodEnd": "2026-01-13T05:34:01.878164+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c1a8dc57-898b-40bf-b134-c205eb09218f",
"Rows": [
{
"ItemId": "1f779d96-874c-44fb-b0e7-d1f5e6346b52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f779d96-874c-44fb-b0e7-d1f5e6346b52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c1a8dc57-898b-40bf-b134-c205eb09218f",
"Rows": [
{
"ItemId": "1f779d96-874c-44fb-b0e7-d1f5e6346b52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f779d96-874c-44fb-b0e7-d1f5e6346b52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a1b66864-102f-48a5-83ab-2ffa85615048",
"ed404f28-c185-4115-98a0-9a19f25378e4"
],
"Approvers": [
"98865d18-4159-459d-8fb6-7fa996f9d370",
"c150529c-c7be-4fe9-8047-52944877aafd"
],
"ApprovedBy": "40957094-cc8c-4e2e-9ae9-b65dd0cb2059",
"ApprovalDate": "2026-01-13T05:34:01.878164+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7a46e2b6-0f57-40ce-bab1-3be7ba591500",
"id": "857af955-8ac2-4f84-b22e-d16e7a29e2e4",
"ConfigId": "67bf79d7-8930-490f-aed1-9b5b5de43b18"
},
{
"GenerationDate": "2026-01-13T05:34:01.878164+00:00",
"SubmitDate": "2026-01-13T05:34:01.878164+00:00",
"ReportPeriodStart": "2026-01-13T05:34:01.878164+00:00",
"ReportPeriodEnd": "2026-01-13T05:34:01.878164+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c1a8dc57-898b-40bf-b134-c205eb09218f",
"Rows": [
{
"ItemId": "1f779d96-874c-44fb-b0e7-d1f5e6346b52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f779d96-874c-44fb-b0e7-d1f5e6346b52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c1a8dc57-898b-40bf-b134-c205eb09218f",
"Rows": [
{
"ItemId": "1f779d96-874c-44fb-b0e7-d1f5e6346b52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f779d96-874c-44fb-b0e7-d1f5e6346b52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a1b66864-102f-48a5-83ab-2ffa85615048",
"ed404f28-c185-4115-98a0-9a19f25378e4"
],
"Approvers": [
"98865d18-4159-459d-8fb6-7fa996f9d370",
"c150529c-c7be-4fe9-8047-52944877aafd"
],
"ApprovedBy": "40957094-cc8c-4e2e-9ae9-b65dd0cb2059",
"ApprovalDate": "2026-01-13T05:34:01.878164+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7a46e2b6-0f57-40ce-bab1-3be7ba591500",
"id": "857af955-8ac2-4f84-b22e-d16e7a29e2e4",
"ConfigId": "67bf79d7-8930-490f-aed1-9b5b5de43b18"
}
]