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-25T09:52:06.4938261+00:00",
"SubmitDate": "2026-06-25T09:52:06.4938261+00:00",
"ReportPeriodStart": "2026-06-25T09:52:06.4938261+00:00",
"ReportPeriodEnd": "2026-06-25T09:52:06.4938261+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f58cab8a-2412-46b9-bef1-beaf8eb26f79",
"Rows": [
{
"ItemId": "fd44c023-2af2-4c51-939e-ada4651dedb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd44c023-2af2-4c51-939e-ada4651dedb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f58cab8a-2412-46b9-bef1-beaf8eb26f79",
"Rows": [
{
"ItemId": "fd44c023-2af2-4c51-939e-ada4651dedb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd44c023-2af2-4c51-939e-ada4651dedb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c6e1a1cd-36c3-4cce-96f4-74af982376c9",
"edaa5cb6-2310-4989-aa7b-4cb176895465"
],
"Approvers": [
"fb688866-f495-485d-bc3f-91b921f60640",
"44605bf3-716d-4034-b389-6409077d558c"
],
"ApprovedBy": "757d7107-e6fe-4e4b-9d97-f92634819a5b",
"ApprovalDate": "2026-06-25T09:52:06.4938261+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ba7a282c-3d56-4058-910a-17067bd61a54",
"id": "9af22490-6660-4e83-a8ec-9d7a8d32a71f",
"ConfigId": "b814c825-c17d-46d4-925b-357e3be0fd7f"
},
{
"GenerationDate": "2026-06-25T09:52:06.4938261+00:00",
"SubmitDate": "2026-06-25T09:52:06.4938261+00:00",
"ReportPeriodStart": "2026-06-25T09:52:06.4938261+00:00",
"ReportPeriodEnd": "2026-06-25T09:52:06.4938261+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f58cab8a-2412-46b9-bef1-beaf8eb26f79",
"Rows": [
{
"ItemId": "fd44c023-2af2-4c51-939e-ada4651dedb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd44c023-2af2-4c51-939e-ada4651dedb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f58cab8a-2412-46b9-bef1-beaf8eb26f79",
"Rows": [
{
"ItemId": "fd44c023-2af2-4c51-939e-ada4651dedb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd44c023-2af2-4c51-939e-ada4651dedb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c6e1a1cd-36c3-4cce-96f4-74af982376c9",
"edaa5cb6-2310-4989-aa7b-4cb176895465"
],
"Approvers": [
"fb688866-f495-485d-bc3f-91b921f60640",
"44605bf3-716d-4034-b389-6409077d558c"
],
"ApprovedBy": "757d7107-e6fe-4e4b-9d97-f92634819a5b",
"ApprovalDate": "2026-06-25T09:52:06.4938261+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ba7a282c-3d56-4058-910a-17067bd61a54",
"id": "9af22490-6660-4e83-a8ec-9d7a8d32a71f",
"ConfigId": "b814c825-c17d-46d4-925b-357e3be0fd7f"
}
]