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-05-02T04:34:13.0215887+00:00",
"SubmitDate": "2026-05-02T04:34:13.0215887+00:00",
"ReportPeriodStart": "2026-05-02T04:34:13.0215887+00:00",
"ReportPeriodEnd": "2026-05-02T04:34:13.0215887+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7b35283a-b58c-46b4-be35-2d1574ff0d15",
"Rows": [
{
"ItemId": "5bca9ae6-28d4-44da-b4ca-820502723547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5bca9ae6-28d4-44da-b4ca-820502723547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7b35283a-b58c-46b4-be35-2d1574ff0d15",
"Rows": [
{
"ItemId": "5bca9ae6-28d4-44da-b4ca-820502723547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5bca9ae6-28d4-44da-b4ca-820502723547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1b4b5eb5-03cd-4671-adbc-9f640b8f8c00",
"fa95472f-df03-4b36-a008-c51ac072d6a4"
],
"Approvers": [
"79682f49-45b6-4d3b-9e48-2b76d6d061da",
"28eb8d70-1fd1-4425-88bf-707c7f361b79"
],
"ApprovedBy": "9a04202a-f183-43d7-8a33-0b7c938df03c",
"ApprovalDate": "2026-05-02T04:34:13.0215887+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a979aebb-3f98-4b46-b566-1c0643da9408",
"id": "1a827936-aa25-4ab8-92f3-57011d086adc",
"ConfigId": "c3b49735-1e9a-4d34-bfd6-aee90b0f58dd"
},
{
"GenerationDate": "2026-05-02T04:34:13.0215887+00:00",
"SubmitDate": "2026-05-02T04:34:13.0215887+00:00",
"ReportPeriodStart": "2026-05-02T04:34:13.0215887+00:00",
"ReportPeriodEnd": "2026-05-02T04:34:13.0215887+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7b35283a-b58c-46b4-be35-2d1574ff0d15",
"Rows": [
{
"ItemId": "5bca9ae6-28d4-44da-b4ca-820502723547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5bca9ae6-28d4-44da-b4ca-820502723547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7b35283a-b58c-46b4-be35-2d1574ff0d15",
"Rows": [
{
"ItemId": "5bca9ae6-28d4-44da-b4ca-820502723547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5bca9ae6-28d4-44da-b4ca-820502723547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1b4b5eb5-03cd-4671-adbc-9f640b8f8c00",
"fa95472f-df03-4b36-a008-c51ac072d6a4"
],
"Approvers": [
"79682f49-45b6-4d3b-9e48-2b76d6d061da",
"28eb8d70-1fd1-4425-88bf-707c7f361b79"
],
"ApprovedBy": "9a04202a-f183-43d7-8a33-0b7c938df03c",
"ApprovalDate": "2026-05-02T04:34:13.0215887+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a979aebb-3f98-4b46-b566-1c0643da9408",
"id": "1a827936-aa25-4ab8-92f3-57011d086adc",
"ConfigId": "c3b49735-1e9a-4d34-bfd6-aee90b0f58dd"
}
]