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-01-13T18:15:27.6347723+00:00",
"SubmitDate": "2026-01-13T18:15:27.6347723+00:00",
"ReportPeriodStart": "2026-01-13T18:15:27.6347723+00:00",
"ReportPeriodEnd": "2026-01-13T18:15:27.6347723+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8c27d4ee-8136-4ae1-9d93-7d5b67cac9c9",
"Rows": [
{
"ItemId": "f78228b0-aa79-4cd6-be30-e362ef38e23d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f78228b0-aa79-4cd6-be30-e362ef38e23d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8c27d4ee-8136-4ae1-9d93-7d5b67cac9c9",
"Rows": [
{
"ItemId": "f78228b0-aa79-4cd6-be30-e362ef38e23d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f78228b0-aa79-4cd6-be30-e362ef38e23d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d7a1ace2-610b-4bdc-b2ef-03b173ff3603",
"25928f7b-0fd1-4333-835e-bb82a7a55190"
],
"Approvers": [
"3b25c9ce-0f20-49c0-bbb6-bb82a0bab894",
"9112ef9d-bed8-4b03-b5b1-dda1390f4fc7"
],
"ApprovedBy": "b7adf649-a550-41e3-bee2-591bd8d593f3",
"ApprovalDate": "2026-01-13T18:15:27.6347723+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "08d6d4e4-4f45-4a1d-b6c2-5c41fbee7948",
"id": "d33273c3-3b5d-43f2-b2d2-d0eb4283863c",
"ConfigId": "4aa2e0a1-ac7a-481c-b3cf-1397b732d5e1"
},
{
"GenerationDate": "2026-01-13T18:15:27.6347723+00:00",
"SubmitDate": "2026-01-13T18:15:27.6347723+00:00",
"ReportPeriodStart": "2026-01-13T18:15:27.6347723+00:00",
"ReportPeriodEnd": "2026-01-13T18:15:27.6347723+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8c27d4ee-8136-4ae1-9d93-7d5b67cac9c9",
"Rows": [
{
"ItemId": "f78228b0-aa79-4cd6-be30-e362ef38e23d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f78228b0-aa79-4cd6-be30-e362ef38e23d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8c27d4ee-8136-4ae1-9d93-7d5b67cac9c9",
"Rows": [
{
"ItemId": "f78228b0-aa79-4cd6-be30-e362ef38e23d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f78228b0-aa79-4cd6-be30-e362ef38e23d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d7a1ace2-610b-4bdc-b2ef-03b173ff3603",
"25928f7b-0fd1-4333-835e-bb82a7a55190"
],
"Approvers": [
"3b25c9ce-0f20-49c0-bbb6-bb82a0bab894",
"9112ef9d-bed8-4b03-b5b1-dda1390f4fc7"
],
"ApprovedBy": "b7adf649-a550-41e3-bee2-591bd8d593f3",
"ApprovalDate": "2026-01-13T18:15:27.6347723+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "08d6d4e4-4f45-4a1d-b6c2-5c41fbee7948",
"id": "d33273c3-3b5d-43f2-b2d2-d0eb4283863c",
"ConfigId": "4aa2e0a1-ac7a-481c-b3cf-1397b732d5e1"
}
]