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-06-17T07:42:34.9675924+00:00",
"SubmitDate": "2026-06-17T07:42:34.9675924+00:00",
"ReportPeriodStart": "2026-06-17T07:42:34.9675924+00:00",
"ReportPeriodEnd": "2026-06-17T07:42:34.9675924+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5eab52be-77d5-432a-b0c3-6975ffac79db",
"Rows": [
{
"ItemId": "e81a1e58-a44f-417b-b58a-f144927e322b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e81a1e58-a44f-417b-b58a-f144927e322b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5eab52be-77d5-432a-b0c3-6975ffac79db",
"Rows": [
{
"ItemId": "e81a1e58-a44f-417b-b58a-f144927e322b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e81a1e58-a44f-417b-b58a-f144927e322b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"572ccf57-fa99-4fbf-88d1-5ad5462081e2",
"53254fe9-1cfe-43a8-9fc3-e0536275c3fc"
],
"Approvers": [
"0f309740-ba63-4f6f-bcd5-11f67dcb3af9",
"c02ce156-c31b-42a9-bf97-2b4178901b64"
],
"ApprovedBy": "a926dd42-437a-4e41-8229-9999c109a78a",
"ApprovalDate": "2026-06-17T07:42:34.9675924+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "74350bb8-a8eb-4e68-9c72-5e4cab4b3113",
"id": "2c555853-91f0-491d-bb2b-01d23fa90e7b",
"ConfigId": "b71c119a-f28a-4e30-b4c3-8bc0495ab710"
},
{
"GenerationDate": "2026-06-17T07:42:34.9675924+00:00",
"SubmitDate": "2026-06-17T07:42:34.9675924+00:00",
"ReportPeriodStart": "2026-06-17T07:42:34.9675924+00:00",
"ReportPeriodEnd": "2026-06-17T07:42:34.9675924+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5eab52be-77d5-432a-b0c3-6975ffac79db",
"Rows": [
{
"ItemId": "e81a1e58-a44f-417b-b58a-f144927e322b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e81a1e58-a44f-417b-b58a-f144927e322b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5eab52be-77d5-432a-b0c3-6975ffac79db",
"Rows": [
{
"ItemId": "e81a1e58-a44f-417b-b58a-f144927e322b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e81a1e58-a44f-417b-b58a-f144927e322b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"572ccf57-fa99-4fbf-88d1-5ad5462081e2",
"53254fe9-1cfe-43a8-9fc3-e0536275c3fc"
],
"Approvers": [
"0f309740-ba63-4f6f-bcd5-11f67dcb3af9",
"c02ce156-c31b-42a9-bf97-2b4178901b64"
],
"ApprovedBy": "a926dd42-437a-4e41-8229-9999c109a78a",
"ApprovalDate": "2026-06-17T07:42:34.9675924+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "74350bb8-a8eb-4e68-9c72-5e4cab4b3113",
"id": "2c555853-91f0-491d-bb2b-01d23fa90e7b",
"ConfigId": "b71c119a-f28a-4e30-b4c3-8bc0495ab710"
}
]