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-20T17:27:08.7506691+00:00",
"SubmitDate": "2026-05-20T17:27:08.7506691+00:00",
"ReportPeriodStart": "2026-05-20T17:27:08.7506691+00:00",
"ReportPeriodEnd": "2026-05-20T17:27:08.7506691+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e3b50485-3f10-49f2-abd4-65dd465833d0",
"Rows": [
{
"ItemId": "eb6b8646-c599-4f1d-a90a-fd2c3feabb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eb6b8646-c599-4f1d-a90a-fd2c3feabb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e3b50485-3f10-49f2-abd4-65dd465833d0",
"Rows": [
{
"ItemId": "eb6b8646-c599-4f1d-a90a-fd2c3feabb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eb6b8646-c599-4f1d-a90a-fd2c3feabb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0b1aac7d-9340-4e19-8083-d42bfe10cb93",
"c2699e90-9793-489a-b2bf-27a2e282151d"
],
"Approvers": [
"5f57b77e-34cc-4060-8894-f8dcc5c5b553",
"f51af0d7-7041-4c6d-8ecf-81b0e9d46beb"
],
"ApprovedBy": "e3cefdf4-a630-4ca7-9e5a-404b78fd28c4",
"ApprovalDate": "2026-05-20T17:27:08.7506691+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fc86131d-650f-4330-a035-6d36b87461ea",
"id": "1f2737b1-3d47-4431-b585-6d16e866b844",
"ConfigId": "04b7f2a9-1a8f-4707-bf82-bc9be8a055da"
},
{
"GenerationDate": "2026-05-20T17:27:08.7506691+00:00",
"SubmitDate": "2026-05-20T17:27:08.7506691+00:00",
"ReportPeriodStart": "2026-05-20T17:27:08.7506691+00:00",
"ReportPeriodEnd": "2026-05-20T17:27:08.7506691+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e3b50485-3f10-49f2-abd4-65dd465833d0",
"Rows": [
{
"ItemId": "eb6b8646-c599-4f1d-a90a-fd2c3feabb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eb6b8646-c599-4f1d-a90a-fd2c3feabb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e3b50485-3f10-49f2-abd4-65dd465833d0",
"Rows": [
{
"ItemId": "eb6b8646-c599-4f1d-a90a-fd2c3feabb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eb6b8646-c599-4f1d-a90a-fd2c3feabb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0b1aac7d-9340-4e19-8083-d42bfe10cb93",
"c2699e90-9793-489a-b2bf-27a2e282151d"
],
"Approvers": [
"5f57b77e-34cc-4060-8894-f8dcc5c5b553",
"f51af0d7-7041-4c6d-8ecf-81b0e9d46beb"
],
"ApprovedBy": "e3cefdf4-a630-4ca7-9e5a-404b78fd28c4",
"ApprovalDate": "2026-05-20T17:27:08.7506691+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fc86131d-650f-4330-a035-6d36b87461ea",
"id": "1f2737b1-3d47-4431-b585-6d16e866b844",
"ConfigId": "04b7f2a9-1a8f-4707-bf82-bc9be8a055da"
}
]