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-20T18:22:07.5141148+00:00",
"SubmitDate": "2026-02-20T18:22:07.5141148+00:00",
"ReportPeriodStart": "2026-02-20T18:22:07.5141148+00:00",
"ReportPeriodEnd": "2026-02-20T18:22:07.5141148+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "20ecdc04-de50-41c2-b813-008e970ff9c7",
"Rows": [
{
"ItemId": "8609f92d-727d-45b0-96bf-e541a77aa5d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8609f92d-727d-45b0-96bf-e541a77aa5d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "20ecdc04-de50-41c2-b813-008e970ff9c7",
"Rows": [
{
"ItemId": "8609f92d-727d-45b0-96bf-e541a77aa5d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8609f92d-727d-45b0-96bf-e541a77aa5d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9e6c9294-4daa-40eb-8cff-5e541b01d411",
"0556b83a-973b-48a8-83e6-65eac59ea667"
],
"Approvers": [
"88c6e3f7-ab5e-4070-a6ed-2c5cbbdaedb1",
"5d17f884-d289-4574-abcd-59766b5f3ee2"
],
"ApprovedBy": "4a37a691-97cc-421f-a73b-7c1694744192",
"ApprovalDate": "2026-02-20T18:22:07.5141148+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1c32bead-23c2-4519-a76b-27e1d5585fae",
"id": "66f7d726-4fd3-4720-b4ed-b0349c6f5c05",
"ConfigId": "170c8663-a632-4521-99dd-dfd3900e39c9"
},
{
"GenerationDate": "2026-02-20T18:22:07.5141148+00:00",
"SubmitDate": "2026-02-20T18:22:07.5141148+00:00",
"ReportPeriodStart": "2026-02-20T18:22:07.5141148+00:00",
"ReportPeriodEnd": "2026-02-20T18:22:07.5141148+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "20ecdc04-de50-41c2-b813-008e970ff9c7",
"Rows": [
{
"ItemId": "8609f92d-727d-45b0-96bf-e541a77aa5d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8609f92d-727d-45b0-96bf-e541a77aa5d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "20ecdc04-de50-41c2-b813-008e970ff9c7",
"Rows": [
{
"ItemId": "8609f92d-727d-45b0-96bf-e541a77aa5d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8609f92d-727d-45b0-96bf-e541a77aa5d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9e6c9294-4daa-40eb-8cff-5e541b01d411",
"0556b83a-973b-48a8-83e6-65eac59ea667"
],
"Approvers": [
"88c6e3f7-ab5e-4070-a6ed-2c5cbbdaedb1",
"5d17f884-d289-4574-abcd-59766b5f3ee2"
],
"ApprovedBy": "4a37a691-97cc-421f-a73b-7c1694744192",
"ApprovalDate": "2026-02-20T18:22:07.5141148+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1c32bead-23c2-4519-a76b-27e1d5585fae",
"id": "66f7d726-4fd3-4720-b4ed-b0349c6f5c05",
"ConfigId": "170c8663-a632-4521-99dd-dfd3900e39c9"
}
]