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-06-24T08:07:00.5489046+00:00",
"SubmitDate": "2026-06-24T08:07:00.5489046+00:00",
"ReportPeriodStart": "2026-06-24T08:07:00.5489046+00:00",
"ReportPeriodEnd": "2026-06-24T08:07:00.5489046+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2d5d802a-c6a1-47d2-b794-5227605672b4",
"Rows": [
{
"ItemId": "bfa7f85d-7e48-4111-89fd-a983630fd082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bfa7f85d-7e48-4111-89fd-a983630fd082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2d5d802a-c6a1-47d2-b794-5227605672b4",
"Rows": [
{
"ItemId": "bfa7f85d-7e48-4111-89fd-a983630fd082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bfa7f85d-7e48-4111-89fd-a983630fd082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"14b11d06-c1bd-4bd5-9944-096d6c244979",
"cce135bc-07cd-487d-b503-e01b9b927bbf"
],
"Approvers": [
"221870c3-697a-47fe-bc62-0d465ce31070",
"2fffe2bf-849e-44b8-8117-d9958cf9b502"
],
"ApprovedBy": "ac2e3486-ea56-4692-977a-305e10403092",
"ApprovalDate": "2026-06-24T08:07:00.5489046+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a267206e-c82b-4032-8d59-dce91b4a9421",
"id": "6b4e2af6-5099-4d31-b05b-b1b5804e3a45",
"ConfigId": "b86a5c58-e0c8-46aa-b291-8c6f897e5c48"
},
{
"GenerationDate": "2026-06-24T08:07:00.5489046+00:00",
"SubmitDate": "2026-06-24T08:07:00.5489046+00:00",
"ReportPeriodStart": "2026-06-24T08:07:00.5489046+00:00",
"ReportPeriodEnd": "2026-06-24T08:07:00.5489046+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2d5d802a-c6a1-47d2-b794-5227605672b4",
"Rows": [
{
"ItemId": "bfa7f85d-7e48-4111-89fd-a983630fd082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bfa7f85d-7e48-4111-89fd-a983630fd082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2d5d802a-c6a1-47d2-b794-5227605672b4",
"Rows": [
{
"ItemId": "bfa7f85d-7e48-4111-89fd-a983630fd082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bfa7f85d-7e48-4111-89fd-a983630fd082",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"14b11d06-c1bd-4bd5-9944-096d6c244979",
"cce135bc-07cd-487d-b503-e01b9b927bbf"
],
"Approvers": [
"221870c3-697a-47fe-bc62-0d465ce31070",
"2fffe2bf-849e-44b8-8117-d9958cf9b502"
],
"ApprovedBy": "ac2e3486-ea56-4692-977a-305e10403092",
"ApprovalDate": "2026-06-24T08:07:00.5489046+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a267206e-c82b-4032-8d59-dce91b4a9421",
"id": "6b4e2af6-5099-4d31-b05b-b1b5804e3a45",
"ConfigId": "b86a5c58-e0c8-46aa-b291-8c6f897e5c48"
}
]