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-14T01:39:07.7543894+00:00",
"SubmitDate": "2026-02-14T01:39:07.7543894+00:00",
"ReportPeriodStart": "2026-02-14T01:39:07.7543894+00:00",
"ReportPeriodEnd": "2026-02-14T01:39:07.7543894+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "99b948f4-941d-4a1e-9ab8-70f40898e895",
"Rows": [
{
"ItemId": "6e28c047-b5d9-4ba3-9b74-a8718cb403c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e28c047-b5d9-4ba3-9b74-a8718cb403c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "99b948f4-941d-4a1e-9ab8-70f40898e895",
"Rows": [
{
"ItemId": "6e28c047-b5d9-4ba3-9b74-a8718cb403c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e28c047-b5d9-4ba3-9b74-a8718cb403c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ae4b5b52-2da9-40e3-a568-951f1b25885a",
"5cbbb870-32cc-47d7-ad6d-2380264292c3"
],
"Approvers": [
"e302739f-9f8a-4895-ace0-4fcd9f178be9",
"d7568fc8-5984-4b62-bdf2-02f313cf3dcd"
],
"ApprovedBy": "7799da94-582e-47a9-853d-60bf5199b259",
"ApprovalDate": "2026-02-14T01:39:07.7543894+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1a0d4e2d-b3f0-4a57-9c75-7fedccb45d5c",
"id": "3a48ce0e-ea54-47fc-ace3-a6ef5c168551",
"ConfigId": "171636c4-cc72-4ee4-a542-b2a1f089bf85"
},
{
"GenerationDate": "2026-02-14T01:39:07.7543894+00:00",
"SubmitDate": "2026-02-14T01:39:07.7543894+00:00",
"ReportPeriodStart": "2026-02-14T01:39:07.7543894+00:00",
"ReportPeriodEnd": "2026-02-14T01:39:07.7543894+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "99b948f4-941d-4a1e-9ab8-70f40898e895",
"Rows": [
{
"ItemId": "6e28c047-b5d9-4ba3-9b74-a8718cb403c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e28c047-b5d9-4ba3-9b74-a8718cb403c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "99b948f4-941d-4a1e-9ab8-70f40898e895",
"Rows": [
{
"ItemId": "6e28c047-b5d9-4ba3-9b74-a8718cb403c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e28c047-b5d9-4ba3-9b74-a8718cb403c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ae4b5b52-2da9-40e3-a568-951f1b25885a",
"5cbbb870-32cc-47d7-ad6d-2380264292c3"
],
"Approvers": [
"e302739f-9f8a-4895-ace0-4fcd9f178be9",
"d7568fc8-5984-4b62-bdf2-02f313cf3dcd"
],
"ApprovedBy": "7799da94-582e-47a9-853d-60bf5199b259",
"ApprovalDate": "2026-02-14T01:39:07.7543894+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1a0d4e2d-b3f0-4a57-9c75-7fedccb45d5c",
"id": "3a48ce0e-ea54-47fc-ace3-a6ef5c168551",
"ConfigId": "171636c4-cc72-4ee4-a542-b2a1f089bf85"
}
]