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-03-24T01:08:30.6139469+00:00",
"SubmitDate": "2026-03-24T01:08:30.6139469+00:00",
"ReportPeriodStart": "2026-03-24T01:08:30.6139469+00:00",
"ReportPeriodEnd": "2026-03-24T01:08:30.6139469+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b87f8704-5152-44a0-b5a1-babe47ac1c46",
"Rows": [
{
"ItemId": "bdb12614-51af-48a4-bf0e-b14029d81e74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bdb12614-51af-48a4-bf0e-b14029d81e74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b87f8704-5152-44a0-b5a1-babe47ac1c46",
"Rows": [
{
"ItemId": "bdb12614-51af-48a4-bf0e-b14029d81e74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bdb12614-51af-48a4-bf0e-b14029d81e74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"58ae370b-270c-46cc-b5e8-d9a73e7d7cbb",
"0f9756e8-2d95-4e2a-9baf-b4eab2b085a0"
],
"Approvers": [
"8a9acab8-19f6-4c18-927b-1a0aa1d5fd16",
"6cda95b8-1fd5-4d9a-a3d7-a31f54545e66"
],
"ApprovedBy": "6d860269-dc9e-437f-b381-274e864117a9",
"ApprovalDate": "2026-03-24T01:08:30.6139469+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e99f79a3-a1c3-4dd1-ad3d-1bc01ed4d017",
"id": "7be296ff-3f17-45da-88c4-88b2a20a3737",
"ConfigId": "e92f661f-a24d-41b1-b0f8-187a17057db0"
},
{
"GenerationDate": "2026-03-24T01:08:30.6139469+00:00",
"SubmitDate": "2026-03-24T01:08:30.6139469+00:00",
"ReportPeriodStart": "2026-03-24T01:08:30.6139469+00:00",
"ReportPeriodEnd": "2026-03-24T01:08:30.6139469+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b87f8704-5152-44a0-b5a1-babe47ac1c46",
"Rows": [
{
"ItemId": "bdb12614-51af-48a4-bf0e-b14029d81e74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bdb12614-51af-48a4-bf0e-b14029d81e74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b87f8704-5152-44a0-b5a1-babe47ac1c46",
"Rows": [
{
"ItemId": "bdb12614-51af-48a4-bf0e-b14029d81e74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bdb12614-51af-48a4-bf0e-b14029d81e74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"58ae370b-270c-46cc-b5e8-d9a73e7d7cbb",
"0f9756e8-2d95-4e2a-9baf-b4eab2b085a0"
],
"Approvers": [
"8a9acab8-19f6-4c18-927b-1a0aa1d5fd16",
"6cda95b8-1fd5-4d9a-a3d7-a31f54545e66"
],
"ApprovedBy": "6d860269-dc9e-437f-b381-274e864117a9",
"ApprovalDate": "2026-03-24T01:08:30.6139469+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e99f79a3-a1c3-4dd1-ad3d-1bc01ed4d017",
"id": "7be296ff-3f17-45da-88c4-88b2a20a3737",
"ConfigId": "e92f661f-a24d-41b1-b0f8-187a17057db0"
}
]