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-01-21T22:10:25.4741172+00:00",
"SubmitDate": "2026-01-21T22:10:25.4741172+00:00",
"ReportPeriodStart": "2026-01-21T22:10:25.4741172+00:00",
"ReportPeriodEnd": "2026-01-21T22:10:25.4741172+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c94c38bc-b868-4762-9df9-a7b6dc357cce",
"Rows": [
{
"ItemId": "5d7f0473-de64-45e0-95af-8cb7cee2f96d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5d7f0473-de64-45e0-95af-8cb7cee2f96d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c94c38bc-b868-4762-9df9-a7b6dc357cce",
"Rows": [
{
"ItemId": "5d7f0473-de64-45e0-95af-8cb7cee2f96d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5d7f0473-de64-45e0-95af-8cb7cee2f96d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"11ab558a-c08e-422a-b4fb-fa40078b9936",
"a769ef58-2ef6-46a4-9ac9-400b35e484d1"
],
"Approvers": [
"95287e80-3cbc-4f43-bf0e-797d7f56f16b",
"459097f7-c637-4544-a802-fc52f532831b"
],
"ApprovedBy": "03204605-b024-4cc9-968f-86cc9a68a9a8",
"ApprovalDate": "2026-01-21T22:10:25.4741172+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6875a71f-fe74-4c0c-ac01-09b8898b1e91",
"id": "a26ddeec-7bf0-4e9d-a047-a57bd24994fe",
"ConfigId": "68e350ab-ab43-40c4-9582-4a384db4b076"
},
{
"GenerationDate": "2026-01-21T22:10:25.4741172+00:00",
"SubmitDate": "2026-01-21T22:10:25.4741172+00:00",
"ReportPeriodStart": "2026-01-21T22:10:25.4741172+00:00",
"ReportPeriodEnd": "2026-01-21T22:10:25.4741172+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c94c38bc-b868-4762-9df9-a7b6dc357cce",
"Rows": [
{
"ItemId": "5d7f0473-de64-45e0-95af-8cb7cee2f96d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5d7f0473-de64-45e0-95af-8cb7cee2f96d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c94c38bc-b868-4762-9df9-a7b6dc357cce",
"Rows": [
{
"ItemId": "5d7f0473-de64-45e0-95af-8cb7cee2f96d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5d7f0473-de64-45e0-95af-8cb7cee2f96d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"11ab558a-c08e-422a-b4fb-fa40078b9936",
"a769ef58-2ef6-46a4-9ac9-400b35e484d1"
],
"Approvers": [
"95287e80-3cbc-4f43-bf0e-797d7f56f16b",
"459097f7-c637-4544-a802-fc52f532831b"
],
"ApprovedBy": "03204605-b024-4cc9-968f-86cc9a68a9a8",
"ApprovalDate": "2026-01-21T22:10:25.4741172+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6875a71f-fe74-4c0c-ac01-09b8898b1e91",
"id": "a26ddeec-7bf0-4e9d-a047-a57bd24994fe",
"ConfigId": "68e350ab-ab43-40c4-9582-4a384db4b076"
}
]