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-04-08T20:33:54.9735074+00:00",
"SubmitDate": "2026-04-08T20:33:54.9735074+00:00",
"ReportPeriodStart": "2026-04-08T20:33:54.9735074+00:00",
"ReportPeriodEnd": "2026-04-08T20:33:54.9735074+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "84227e6b-f0d3-4a5f-b2a0-50bf87a9a7b4",
"Rows": [
{
"ItemId": "3763857f-767f-49d9-845c-9ffdf1adc577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3763857f-767f-49d9-845c-9ffdf1adc577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "84227e6b-f0d3-4a5f-b2a0-50bf87a9a7b4",
"Rows": [
{
"ItemId": "3763857f-767f-49d9-845c-9ffdf1adc577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3763857f-767f-49d9-845c-9ffdf1adc577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f5f02da3-d997-45ab-b323-6dd602fc7716",
"ac31aedd-7dce-42a8-a4b9-da70be6c672a"
],
"Approvers": [
"e79162c0-03b1-4dd3-8a20-119a3bec04d1",
"57817e6d-35b2-4937-ae9e-038b66f0af0f"
],
"ApprovedBy": "040be677-8a74-427f-975a-e984e597c7cd",
"ApprovalDate": "2026-04-08T20:33:54.9735074+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "78817648-555f-4de7-a28f-d019bdda6ca7",
"id": "53d0f46b-c343-4aaf-901d-af8dc96f07eb",
"ConfigId": "6d70a4f9-8ed5-41d3-b4ab-501296488387"
},
{
"GenerationDate": "2026-04-08T20:33:54.9735074+00:00",
"SubmitDate": "2026-04-08T20:33:54.9735074+00:00",
"ReportPeriodStart": "2026-04-08T20:33:54.9735074+00:00",
"ReportPeriodEnd": "2026-04-08T20:33:54.9735074+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "84227e6b-f0d3-4a5f-b2a0-50bf87a9a7b4",
"Rows": [
{
"ItemId": "3763857f-767f-49d9-845c-9ffdf1adc577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3763857f-767f-49d9-845c-9ffdf1adc577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "84227e6b-f0d3-4a5f-b2a0-50bf87a9a7b4",
"Rows": [
{
"ItemId": "3763857f-767f-49d9-845c-9ffdf1adc577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3763857f-767f-49d9-845c-9ffdf1adc577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f5f02da3-d997-45ab-b323-6dd602fc7716",
"ac31aedd-7dce-42a8-a4b9-da70be6c672a"
],
"Approvers": [
"e79162c0-03b1-4dd3-8a20-119a3bec04d1",
"57817e6d-35b2-4937-ae9e-038b66f0af0f"
],
"ApprovedBy": "040be677-8a74-427f-975a-e984e597c7cd",
"ApprovalDate": "2026-04-08T20:33:54.9735074+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "78817648-555f-4de7-a28f-d019bdda6ca7",
"id": "53d0f46b-c343-4aaf-901d-af8dc96f07eb",
"ConfigId": "6d70a4f9-8ed5-41d3-b4ab-501296488387"
}
]