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-25T18:07:14.0902638+00:00",
"SubmitDate": "2026-06-25T18:07:14.0902638+00:00",
"ReportPeriodStart": "2026-06-25T18:07:14.0902638+00:00",
"ReportPeriodEnd": "2026-06-25T18:07:14.0902638+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "65768e9c-6ead-4a85-ace6-796c0582761e",
"Rows": [
{
"ItemId": "2d3e687c-8c98-4d4a-a114-41f7110ebfff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2d3e687c-8c98-4d4a-a114-41f7110ebfff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "65768e9c-6ead-4a85-ace6-796c0582761e",
"Rows": [
{
"ItemId": "2d3e687c-8c98-4d4a-a114-41f7110ebfff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2d3e687c-8c98-4d4a-a114-41f7110ebfff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6aafd453-b181-47a4-a434-256c8781ff93",
"3f90d9cd-f87f-43c1-bc48-5fc58c78699f"
],
"Approvers": [
"ef8f5ce3-2352-4f54-a408-74182a9a4cb4",
"a0271fd6-bf39-45ed-9023-651c2342b8b8"
],
"ApprovedBy": "5ba39a9d-5890-447f-a282-cdee9a04af25",
"ApprovalDate": "2026-06-25T18:07:14.0902638+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e5d1a66a-ccc0-47f0-9654-d355b67c2ada",
"id": "e3250a4b-dd02-41f1-93d5-3b3c1e388d39",
"ConfigId": "21e4dca7-eed5-4232-be24-09a201005fa6"
},
{
"GenerationDate": "2026-06-25T18:07:14.0902638+00:00",
"SubmitDate": "2026-06-25T18:07:14.0902638+00:00",
"ReportPeriodStart": "2026-06-25T18:07:14.0902638+00:00",
"ReportPeriodEnd": "2026-06-25T18:07:14.0902638+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "65768e9c-6ead-4a85-ace6-796c0582761e",
"Rows": [
{
"ItemId": "2d3e687c-8c98-4d4a-a114-41f7110ebfff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2d3e687c-8c98-4d4a-a114-41f7110ebfff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "65768e9c-6ead-4a85-ace6-796c0582761e",
"Rows": [
{
"ItemId": "2d3e687c-8c98-4d4a-a114-41f7110ebfff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2d3e687c-8c98-4d4a-a114-41f7110ebfff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6aafd453-b181-47a4-a434-256c8781ff93",
"3f90d9cd-f87f-43c1-bc48-5fc58c78699f"
],
"Approvers": [
"ef8f5ce3-2352-4f54-a408-74182a9a4cb4",
"a0271fd6-bf39-45ed-9023-651c2342b8b8"
],
"ApprovedBy": "5ba39a9d-5890-447f-a282-cdee9a04af25",
"ApprovalDate": "2026-06-25T18:07:14.0902638+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e5d1a66a-ccc0-47f0-9654-d355b67c2ada",
"id": "e3250a4b-dd02-41f1-93d5-3b3c1e388d39",
"ConfigId": "21e4dca7-eed5-4232-be24-09a201005fa6"
}
]