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-02T15:44:36.3693879+00:00",
"SubmitDate": "2026-06-02T15:44:36.3693879+00:00",
"ReportPeriodStart": "2026-06-02T15:44:36.3693879+00:00",
"ReportPeriodEnd": "2026-06-02T15:44:36.3693879+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "86a63ce9-c49b-4a4d-a12e-326cfeeb095d",
"Rows": [
{
"ItemId": "3f6d3808-d194-4fa2-af7e-dd7cbb7e2870",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3f6d3808-d194-4fa2-af7e-dd7cbb7e2870",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "86a63ce9-c49b-4a4d-a12e-326cfeeb095d",
"Rows": [
{
"ItemId": "3f6d3808-d194-4fa2-af7e-dd7cbb7e2870",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3f6d3808-d194-4fa2-af7e-dd7cbb7e2870",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d0235ebd-3da1-4f77-886c-163b78e2f985",
"3aced1f8-7d3a-49ae-af19-bc0f0e33b855"
],
"Approvers": [
"8a40b33d-5e18-4dfb-8446-1c76bc0ec98e",
"5a7a7d83-4f7b-4ef2-b220-a549f0529644"
],
"ApprovedBy": "9e59ec81-4d63-488e-911a-88cfbee88d00",
"ApprovalDate": "2026-06-02T15:44:36.3693879+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b388d630-4af6-4fe5-bf8a-14b957f8b2b4",
"id": "6fd6c3ee-4914-45f9-8977-0da98539eec5",
"ConfigId": "0123790b-181c-4bd1-b27a-f29765b3e16c"
},
{
"GenerationDate": "2026-06-02T15:44:36.3693879+00:00",
"SubmitDate": "2026-06-02T15:44:36.3693879+00:00",
"ReportPeriodStart": "2026-06-02T15:44:36.3693879+00:00",
"ReportPeriodEnd": "2026-06-02T15:44:36.3693879+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "86a63ce9-c49b-4a4d-a12e-326cfeeb095d",
"Rows": [
{
"ItemId": "3f6d3808-d194-4fa2-af7e-dd7cbb7e2870",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3f6d3808-d194-4fa2-af7e-dd7cbb7e2870",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "86a63ce9-c49b-4a4d-a12e-326cfeeb095d",
"Rows": [
{
"ItemId": "3f6d3808-d194-4fa2-af7e-dd7cbb7e2870",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3f6d3808-d194-4fa2-af7e-dd7cbb7e2870",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d0235ebd-3da1-4f77-886c-163b78e2f985",
"3aced1f8-7d3a-49ae-af19-bc0f0e33b855"
],
"Approvers": [
"8a40b33d-5e18-4dfb-8446-1c76bc0ec98e",
"5a7a7d83-4f7b-4ef2-b220-a549f0529644"
],
"ApprovedBy": "9e59ec81-4d63-488e-911a-88cfbee88d00",
"ApprovalDate": "2026-06-02T15:44:36.3693879+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b388d630-4af6-4fe5-bf8a-14b957f8b2b4",
"id": "6fd6c3ee-4914-45f9-8977-0da98539eec5",
"ConfigId": "0123790b-181c-4bd1-b27a-f29765b3e16c"
}
]