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-19T18:08:06.3974402+00:00",
"SubmitDate": "2026-04-19T18:08:06.3974402+00:00",
"ReportPeriodStart": "2026-04-19T18:08:06.3974402+00:00",
"ReportPeriodEnd": "2026-04-19T18:08:06.3974402+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "52133e11-31f1-4f2d-bbc3-e115fd2bbfb6",
"Rows": [
{
"ItemId": "2efe2367-b98c-4245-adeb-d0d9da3fb852",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2efe2367-b98c-4245-adeb-d0d9da3fb852",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "52133e11-31f1-4f2d-bbc3-e115fd2bbfb6",
"Rows": [
{
"ItemId": "2efe2367-b98c-4245-adeb-d0d9da3fb852",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2efe2367-b98c-4245-adeb-d0d9da3fb852",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1935f3be-9319-48dc-989e-58b64a2f9a9e",
"171b3d9a-6987-4eae-b0ee-bd9aafddabfb"
],
"Approvers": [
"24f13a7d-4271-458c-8d3c-3bbb5f87c1c0",
"bb0e6a78-f136-4ab0-aa8d-c47ef00599bb"
],
"ApprovedBy": "8578969e-4ff4-408e-83e4-b2ede91263a3",
"ApprovalDate": "2026-04-19T18:08:06.3974402+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b800c59f-626f-45e3-8115-56f571408017",
"id": "360cd40a-97c6-4d82-ba37-ef8c021a0541",
"ConfigId": "8db47d77-256f-4133-8522-d6ba575d3b2c"
},
{
"GenerationDate": "2026-04-19T18:08:06.3974402+00:00",
"SubmitDate": "2026-04-19T18:08:06.3974402+00:00",
"ReportPeriodStart": "2026-04-19T18:08:06.3974402+00:00",
"ReportPeriodEnd": "2026-04-19T18:08:06.3974402+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "52133e11-31f1-4f2d-bbc3-e115fd2bbfb6",
"Rows": [
{
"ItemId": "2efe2367-b98c-4245-adeb-d0d9da3fb852",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2efe2367-b98c-4245-adeb-d0d9da3fb852",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "52133e11-31f1-4f2d-bbc3-e115fd2bbfb6",
"Rows": [
{
"ItemId": "2efe2367-b98c-4245-adeb-d0d9da3fb852",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2efe2367-b98c-4245-adeb-d0d9da3fb852",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1935f3be-9319-48dc-989e-58b64a2f9a9e",
"171b3d9a-6987-4eae-b0ee-bd9aafddabfb"
],
"Approvers": [
"24f13a7d-4271-458c-8d3c-3bbb5f87c1c0",
"bb0e6a78-f136-4ab0-aa8d-c47ef00599bb"
],
"ApprovedBy": "8578969e-4ff4-408e-83e4-b2ede91263a3",
"ApprovalDate": "2026-04-19T18:08:06.3974402+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b800c59f-626f-45e3-8115-56f571408017",
"id": "360cd40a-97c6-4d82-ba37-ef8c021a0541",
"ConfigId": "8db47d77-256f-4133-8522-d6ba575d3b2c"
}
]