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-25T22:06:20.2228083+00:00",
"SubmitDate": "2026-04-25T22:06:20.2228083+00:00",
"ReportPeriodStart": "2026-04-25T22:06:20.2228083+00:00",
"ReportPeriodEnd": "2026-04-25T22:06:20.2228083+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c9cc5fc0-2bea-4235-8198-92b45f72cc3a",
"Rows": [
{
"ItemId": "4d426e93-30b7-4c74-a641-d9e540399ff7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d426e93-30b7-4c74-a641-d9e540399ff7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c9cc5fc0-2bea-4235-8198-92b45f72cc3a",
"Rows": [
{
"ItemId": "4d426e93-30b7-4c74-a641-d9e540399ff7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d426e93-30b7-4c74-a641-d9e540399ff7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"391f8e67-b8c9-4be8-bbbd-5be7b82b5e8f",
"703dbf69-5047-4ff8-8b1c-2d602ddf95fa"
],
"Approvers": [
"dc64e32d-f828-4043-be28-9ccd38de9235",
"b6eddad0-1da8-405d-af72-0f15a1f6ab05"
],
"ApprovedBy": "e92e3512-03cc-426e-bb44-78206fe5a128",
"ApprovalDate": "2026-04-25T22:06:20.2228083+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f267f82d-1679-4132-863d-b24923b158bc",
"id": "96b2400a-ee60-4b7e-b9ca-394eeb89e6c8",
"ConfigId": "a406a817-c517-481a-a45c-04e58f281867"
},
{
"GenerationDate": "2026-04-25T22:06:20.2228083+00:00",
"SubmitDate": "2026-04-25T22:06:20.2228083+00:00",
"ReportPeriodStart": "2026-04-25T22:06:20.2228083+00:00",
"ReportPeriodEnd": "2026-04-25T22:06:20.2228083+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c9cc5fc0-2bea-4235-8198-92b45f72cc3a",
"Rows": [
{
"ItemId": "4d426e93-30b7-4c74-a641-d9e540399ff7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d426e93-30b7-4c74-a641-d9e540399ff7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c9cc5fc0-2bea-4235-8198-92b45f72cc3a",
"Rows": [
{
"ItemId": "4d426e93-30b7-4c74-a641-d9e540399ff7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d426e93-30b7-4c74-a641-d9e540399ff7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"391f8e67-b8c9-4be8-bbbd-5be7b82b5e8f",
"703dbf69-5047-4ff8-8b1c-2d602ddf95fa"
],
"Approvers": [
"dc64e32d-f828-4043-be28-9ccd38de9235",
"b6eddad0-1da8-405d-af72-0f15a1f6ab05"
],
"ApprovedBy": "e92e3512-03cc-426e-bb44-78206fe5a128",
"ApprovalDate": "2026-04-25T22:06:20.2228083+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f267f82d-1679-4132-863d-b24923b158bc",
"id": "96b2400a-ee60-4b7e-b9ca-394eeb89e6c8",
"ConfigId": "a406a817-c517-481a-a45c-04e58f281867"
}
]