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-02-17T08:51:01.762128+00:00",
"SubmitDate": "2026-02-17T08:51:01.762128+00:00",
"ReportPeriodStart": "2026-02-17T08:51:01.762128+00:00",
"ReportPeriodEnd": "2026-02-17T08:51:01.762128+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6ad096ee-24a0-4c8a-a782-07c356250158",
"Rows": [
{
"ItemId": "bb4a7073-af8f-4afd-a332-81a710ec5ef3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb4a7073-af8f-4afd-a332-81a710ec5ef3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6ad096ee-24a0-4c8a-a782-07c356250158",
"Rows": [
{
"ItemId": "bb4a7073-af8f-4afd-a332-81a710ec5ef3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb4a7073-af8f-4afd-a332-81a710ec5ef3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"74cf689d-f0fe-4a0f-8668-438f0d5e24aa",
"3939c745-5f70-481f-bde2-5a5b7bfb5630"
],
"Approvers": [
"1f599ae4-e2ec-44fa-99fd-d24bcd3a0f1e",
"37e941ff-4b2b-46bf-92fc-320ddf9a17e1"
],
"ApprovedBy": "1f29d82b-4897-44fb-9e9a-6389e1f5e77f",
"ApprovalDate": "2026-02-17T08:51:01.762128+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ebc15c53-8382-4b6d-ad79-20c460187bc8",
"id": "f04a9b5c-0410-4f56-b04b-f66812e9e8ff",
"ConfigId": "a6b27065-6f38-44da-b1b2-a35e5f82802b"
},
{
"GenerationDate": "2026-02-17T08:51:01.762128+00:00",
"SubmitDate": "2026-02-17T08:51:01.762128+00:00",
"ReportPeriodStart": "2026-02-17T08:51:01.762128+00:00",
"ReportPeriodEnd": "2026-02-17T08:51:01.762128+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6ad096ee-24a0-4c8a-a782-07c356250158",
"Rows": [
{
"ItemId": "bb4a7073-af8f-4afd-a332-81a710ec5ef3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb4a7073-af8f-4afd-a332-81a710ec5ef3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6ad096ee-24a0-4c8a-a782-07c356250158",
"Rows": [
{
"ItemId": "bb4a7073-af8f-4afd-a332-81a710ec5ef3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb4a7073-af8f-4afd-a332-81a710ec5ef3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"74cf689d-f0fe-4a0f-8668-438f0d5e24aa",
"3939c745-5f70-481f-bde2-5a5b7bfb5630"
],
"Approvers": [
"1f599ae4-e2ec-44fa-99fd-d24bcd3a0f1e",
"37e941ff-4b2b-46bf-92fc-320ddf9a17e1"
],
"ApprovedBy": "1f29d82b-4897-44fb-9e9a-6389e1f5e77f",
"ApprovalDate": "2026-02-17T08:51:01.762128+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ebc15c53-8382-4b6d-ad79-20c460187bc8",
"id": "f04a9b5c-0410-4f56-b04b-f66812e9e8ff",
"ConfigId": "a6b27065-6f38-44da-b1b2-a35e5f82802b"
}
]