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-06-02T09:27:18.3872124+00:00",
"SubmitDate": "2026-06-02T09:27:18.3872124+00:00",
"ReportPeriodStart": "2026-06-02T09:27:18.3872124+00:00",
"ReportPeriodEnd": "2026-06-02T09:27:18.3872124+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0f0c741c-1dd3-4768-b9d3-f7068ea37b57",
"Rows": [
{
"ItemId": "d3138d93-65c9-4877-97fb-30b2a5b85d74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3138d93-65c9-4877-97fb-30b2a5b85d74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0f0c741c-1dd3-4768-b9d3-f7068ea37b57",
"Rows": [
{
"ItemId": "d3138d93-65c9-4877-97fb-30b2a5b85d74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3138d93-65c9-4877-97fb-30b2a5b85d74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"13176aa7-6d4a-43a3-a6b3-1541e5d4f9d2",
"10ce3af2-6207-4495-9c49-959acceafa52"
],
"Approvers": [
"afda1427-3058-4747-8ef7-f21a9397ad8f",
"649fa2fc-ec63-4da2-a79b-ebf7a45e482e"
],
"ApprovedBy": "600cca54-a56e-45c0-9265-8c108c2b6701",
"ApprovalDate": "2026-06-02T09:27:18.3872124+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "be7f61a2-7ff0-4205-bfa7-1650424007bb",
"id": "caa88ee7-441d-4c33-9288-2dbf9031bfd9",
"ConfigId": "bdd992bf-a10f-4fd4-b837-a5aa7d46aa4e"
},
{
"GenerationDate": "2026-06-02T09:27:18.3872124+00:00",
"SubmitDate": "2026-06-02T09:27:18.3872124+00:00",
"ReportPeriodStart": "2026-06-02T09:27:18.3872124+00:00",
"ReportPeriodEnd": "2026-06-02T09:27:18.3872124+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0f0c741c-1dd3-4768-b9d3-f7068ea37b57",
"Rows": [
{
"ItemId": "d3138d93-65c9-4877-97fb-30b2a5b85d74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3138d93-65c9-4877-97fb-30b2a5b85d74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0f0c741c-1dd3-4768-b9d3-f7068ea37b57",
"Rows": [
{
"ItemId": "d3138d93-65c9-4877-97fb-30b2a5b85d74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3138d93-65c9-4877-97fb-30b2a5b85d74",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"13176aa7-6d4a-43a3-a6b3-1541e5d4f9d2",
"10ce3af2-6207-4495-9c49-959acceafa52"
],
"Approvers": [
"afda1427-3058-4747-8ef7-f21a9397ad8f",
"649fa2fc-ec63-4da2-a79b-ebf7a45e482e"
],
"ApprovedBy": "600cca54-a56e-45c0-9265-8c108c2b6701",
"ApprovalDate": "2026-06-02T09:27:18.3872124+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "be7f61a2-7ff0-4205-bfa7-1650424007bb",
"id": "caa88ee7-441d-4c33-9288-2dbf9031bfd9",
"ConfigId": "bdd992bf-a10f-4fd4-b837-a5aa7d46aa4e"
}
]