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-02T06:11:37.3563476+00:00",
"SubmitDate": "2026-02-02T06:11:37.3563476+00:00",
"ReportPeriodStart": "2026-02-02T06:11:37.3563476+00:00",
"ReportPeriodEnd": "2026-02-02T06:11:37.3563476+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b3aef6b2-5b2b-4193-9f50-06ce0f445b90",
"Rows": [
{
"ItemId": "95f910b0-cb79-48b2-bb73-3cf41f62831f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "95f910b0-cb79-48b2-bb73-3cf41f62831f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b3aef6b2-5b2b-4193-9f50-06ce0f445b90",
"Rows": [
{
"ItemId": "95f910b0-cb79-48b2-bb73-3cf41f62831f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "95f910b0-cb79-48b2-bb73-3cf41f62831f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"057bbee8-ba51-4c6f-a797-1f34b8d35056",
"8062aec1-7059-41b9-8ab0-cf4a9893f4d5"
],
"Approvers": [
"7a0194e5-71ab-4bd3-bb52-086c0edef893",
"40231ca1-0e48-4c7b-bc83-542b76bd7567"
],
"ApprovedBy": "a6bb378d-da10-4d19-86a2-b2273c5bfa68",
"ApprovalDate": "2026-02-02T06:11:37.3563476+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0813e742-a7cf-4fee-b297-e0ac7f1bd17d",
"id": "2b8db2f5-c327-4d20-bb67-54c11415ca4b",
"ConfigId": "a71ccf29-ef02-493e-9e92-e05b073b7ab7"
},
{
"GenerationDate": "2026-02-02T06:11:37.3563476+00:00",
"SubmitDate": "2026-02-02T06:11:37.3563476+00:00",
"ReportPeriodStart": "2026-02-02T06:11:37.3563476+00:00",
"ReportPeriodEnd": "2026-02-02T06:11:37.3563476+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b3aef6b2-5b2b-4193-9f50-06ce0f445b90",
"Rows": [
{
"ItemId": "95f910b0-cb79-48b2-bb73-3cf41f62831f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "95f910b0-cb79-48b2-bb73-3cf41f62831f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b3aef6b2-5b2b-4193-9f50-06ce0f445b90",
"Rows": [
{
"ItemId": "95f910b0-cb79-48b2-bb73-3cf41f62831f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "95f910b0-cb79-48b2-bb73-3cf41f62831f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"057bbee8-ba51-4c6f-a797-1f34b8d35056",
"8062aec1-7059-41b9-8ab0-cf4a9893f4d5"
],
"Approvers": [
"7a0194e5-71ab-4bd3-bb52-086c0edef893",
"40231ca1-0e48-4c7b-bc83-542b76bd7567"
],
"ApprovedBy": "a6bb378d-da10-4d19-86a2-b2273c5bfa68",
"ApprovalDate": "2026-02-02T06:11:37.3563476+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0813e742-a7cf-4fee-b297-e0ac7f1bd17d",
"id": "2b8db2f5-c327-4d20-bb67-54c11415ca4b",
"ConfigId": "a71ccf29-ef02-493e-9e92-e05b073b7ab7"
}
]