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-28T03:40:25.4339027+00:00",
"SubmitDate": "2026-01-28T03:40:25.4339027+00:00",
"ReportPeriodStart": "2026-01-28T03:40:25.4339027+00:00",
"ReportPeriodEnd": "2026-01-28T03:40:25.4339027+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3c0bafc6-1ae3-4c2a-9833-747d56b22526",
"Rows": [
{
"ItemId": "a695ae15-c73d-412a-a678-b5e52c1e49c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a695ae15-c73d-412a-a678-b5e52c1e49c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3c0bafc6-1ae3-4c2a-9833-747d56b22526",
"Rows": [
{
"ItemId": "a695ae15-c73d-412a-a678-b5e52c1e49c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a695ae15-c73d-412a-a678-b5e52c1e49c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f4c4d06b-8831-4dee-8589-495c3dfda902",
"06e70073-495a-4db8-a798-fdff7a81f433"
],
"Approvers": [
"ade5c2ee-321f-43ec-97a4-0d8ae18965e9",
"9b12aade-e40d-4ab8-9fc0-77dfeb58304d"
],
"ApprovedBy": "5b033317-8c88-44d0-bcd1-3e73bb23717d",
"ApprovalDate": "2026-01-28T03:40:25.4339027+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "05592df2-4005-49f6-9ac5-36b1f5eda86c",
"id": "90e09e09-801a-4cf1-bf72-03bb8bf55f74",
"ConfigId": "6da4dc72-936e-4d87-b89b-4aa3e8c4abb4"
},
{
"GenerationDate": "2026-01-28T03:40:25.4339027+00:00",
"SubmitDate": "2026-01-28T03:40:25.4339027+00:00",
"ReportPeriodStart": "2026-01-28T03:40:25.4339027+00:00",
"ReportPeriodEnd": "2026-01-28T03:40:25.4339027+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3c0bafc6-1ae3-4c2a-9833-747d56b22526",
"Rows": [
{
"ItemId": "a695ae15-c73d-412a-a678-b5e52c1e49c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a695ae15-c73d-412a-a678-b5e52c1e49c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3c0bafc6-1ae3-4c2a-9833-747d56b22526",
"Rows": [
{
"ItemId": "a695ae15-c73d-412a-a678-b5e52c1e49c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a695ae15-c73d-412a-a678-b5e52c1e49c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f4c4d06b-8831-4dee-8589-495c3dfda902",
"06e70073-495a-4db8-a798-fdff7a81f433"
],
"Approvers": [
"ade5c2ee-321f-43ec-97a4-0d8ae18965e9",
"9b12aade-e40d-4ab8-9fc0-77dfeb58304d"
],
"ApprovedBy": "5b033317-8c88-44d0-bcd1-3e73bb23717d",
"ApprovalDate": "2026-01-28T03:40:25.4339027+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "05592df2-4005-49f6-9ac5-36b1f5eda86c",
"id": "90e09e09-801a-4cf1-bf72-03bb8bf55f74",
"ConfigId": "6da4dc72-936e-4d87-b89b-4aa3e8c4abb4"
}
]