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-16T13:45:51.4851283+00:00",
"SubmitDate": "2026-02-16T13:45:51.4851283+00:00",
"ReportPeriodStart": "2026-02-16T13:45:51.4851283+00:00",
"ReportPeriodEnd": "2026-02-16T13:45:51.4851283+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "26564faf-4678-4a6f-81f7-c8719646675b",
"Rows": [
{
"ItemId": "a8685484-a8c8-4750-9acb-942cf99984d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a8685484-a8c8-4750-9acb-942cf99984d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "26564faf-4678-4a6f-81f7-c8719646675b",
"Rows": [
{
"ItemId": "a8685484-a8c8-4750-9acb-942cf99984d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a8685484-a8c8-4750-9acb-942cf99984d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b57f3b78-b43c-4439-bd3f-dc1028e3f495",
"b54b73aa-1fd7-42e6-a6af-714806147a1b"
],
"Approvers": [
"28c75d08-e61c-4ac0-91b8-2e817f425149",
"d3e18119-71a3-4e20-9642-e6a1a73f07a4"
],
"ApprovedBy": "397fa386-2d6b-4bbd-bd53-ca7492be9a45",
"ApprovalDate": "2026-02-16T13:45:51.4851283+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9d2a37ef-f3e8-4e7c-9888-b9f1bbed57c6",
"id": "3fed89c2-7ba2-478c-b794-a03dd97854a3",
"ConfigId": "0e2a7abd-e872-4920-a244-6f2ec6316932"
},
{
"GenerationDate": "2026-02-16T13:45:51.4851283+00:00",
"SubmitDate": "2026-02-16T13:45:51.4851283+00:00",
"ReportPeriodStart": "2026-02-16T13:45:51.4851283+00:00",
"ReportPeriodEnd": "2026-02-16T13:45:51.4851283+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "26564faf-4678-4a6f-81f7-c8719646675b",
"Rows": [
{
"ItemId": "a8685484-a8c8-4750-9acb-942cf99984d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a8685484-a8c8-4750-9acb-942cf99984d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "26564faf-4678-4a6f-81f7-c8719646675b",
"Rows": [
{
"ItemId": "a8685484-a8c8-4750-9acb-942cf99984d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a8685484-a8c8-4750-9acb-942cf99984d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b57f3b78-b43c-4439-bd3f-dc1028e3f495",
"b54b73aa-1fd7-42e6-a6af-714806147a1b"
],
"Approvers": [
"28c75d08-e61c-4ac0-91b8-2e817f425149",
"d3e18119-71a3-4e20-9642-e6a1a73f07a4"
],
"ApprovedBy": "397fa386-2d6b-4bbd-bd53-ca7492be9a45",
"ApprovalDate": "2026-02-16T13:45:51.4851283+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9d2a37ef-f3e8-4e7c-9888-b9f1bbed57c6",
"id": "3fed89c2-7ba2-478c-b794-a03dd97854a3",
"ConfigId": "0e2a7abd-e872-4920-a244-6f2ec6316932"
}
]