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-18T00:32:56.2612378+00:00",
"SubmitDate": "2026-04-18T00:32:56.2612378+00:00",
"ReportPeriodStart": "2026-04-18T00:32:56.2612378+00:00",
"ReportPeriodEnd": "2026-04-18T00:32:56.2612378+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1cbdf1f1-ed0e-48c6-8f9a-2874ed513782",
"Rows": [
{
"ItemId": "5b0b8d32-49bd-4e30-89db-c295c0dd57a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5b0b8d32-49bd-4e30-89db-c295c0dd57a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1cbdf1f1-ed0e-48c6-8f9a-2874ed513782",
"Rows": [
{
"ItemId": "5b0b8d32-49bd-4e30-89db-c295c0dd57a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5b0b8d32-49bd-4e30-89db-c295c0dd57a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dda3cb1f-d109-4446-a5db-ef7a65f3ade3",
"afcc0875-0957-4d52-8035-4ee9e8f206f1"
],
"Approvers": [
"05320277-f0ad-4a5c-bde4-e3b0a44d181f",
"de9a2314-0276-4f97-a34b-90c02085a524"
],
"ApprovedBy": "2db25fdd-c139-445c-b1e0-9271a72b806e",
"ApprovalDate": "2026-04-18T00:32:56.2612378+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cf8eb977-25bf-40b8-8a71-23943fa99114",
"id": "2ba11f20-446b-4f99-a6a6-0991a6657b72",
"ConfigId": "5e9855ab-b66b-4f4c-8557-a88db3d3dc16"
},
{
"GenerationDate": "2026-04-18T00:32:56.2612378+00:00",
"SubmitDate": "2026-04-18T00:32:56.2612378+00:00",
"ReportPeriodStart": "2026-04-18T00:32:56.2612378+00:00",
"ReportPeriodEnd": "2026-04-18T00:32:56.2612378+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1cbdf1f1-ed0e-48c6-8f9a-2874ed513782",
"Rows": [
{
"ItemId": "5b0b8d32-49bd-4e30-89db-c295c0dd57a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5b0b8d32-49bd-4e30-89db-c295c0dd57a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1cbdf1f1-ed0e-48c6-8f9a-2874ed513782",
"Rows": [
{
"ItemId": "5b0b8d32-49bd-4e30-89db-c295c0dd57a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5b0b8d32-49bd-4e30-89db-c295c0dd57a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dda3cb1f-d109-4446-a5db-ef7a65f3ade3",
"afcc0875-0957-4d52-8035-4ee9e8f206f1"
],
"Approvers": [
"05320277-f0ad-4a5c-bde4-e3b0a44d181f",
"de9a2314-0276-4f97-a34b-90c02085a524"
],
"ApprovedBy": "2db25fdd-c139-445c-b1e0-9271a72b806e",
"ApprovalDate": "2026-04-18T00:32:56.2612378+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cf8eb977-25bf-40b8-8a71-23943fa99114",
"id": "2ba11f20-446b-4f99-a6a6-0991a6657b72",
"ConfigId": "5e9855ab-b66b-4f4c-8557-a88db3d3dc16"
}
]