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-03-17T04:22:04.1565276+00:00",
"SubmitDate": "2026-03-17T04:22:04.1565276+00:00",
"ReportPeriodStart": "2026-03-17T04:22:04.1565276+00:00",
"ReportPeriodEnd": "2026-03-17T04:22:04.1565276+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6550efe4-2373-449f-bd78-308b0cce57a8",
"Rows": [
{
"ItemId": "6e04f611-0a31-4972-8dd8-fd05b2bf905e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e04f611-0a31-4972-8dd8-fd05b2bf905e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6550efe4-2373-449f-bd78-308b0cce57a8",
"Rows": [
{
"ItemId": "6e04f611-0a31-4972-8dd8-fd05b2bf905e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e04f611-0a31-4972-8dd8-fd05b2bf905e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"71f2ee61-e6ed-41bb-a32c-1b8533386231",
"b7bee125-3aa5-4f46-82f7-091c391fbb54"
],
"Approvers": [
"071c7c8b-fa88-4c39-8f93-9a0803366e48",
"4e2d0217-afac-4abb-84d4-99c18aa6ba33"
],
"ApprovedBy": "4cc57ecd-6e47-4990-aadd-a9cc0f984e60",
"ApprovalDate": "2026-03-17T04:22:04.1565276+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5f62763e-0e05-46e1-8600-22669b314def",
"id": "4dad9147-4e07-4b2b-9d42-7ae90225ffb9",
"ConfigId": "9beb602d-05f3-43c9-beae-18aa7ed02b70"
},
{
"GenerationDate": "2026-03-17T04:22:04.1565276+00:00",
"SubmitDate": "2026-03-17T04:22:04.1565276+00:00",
"ReportPeriodStart": "2026-03-17T04:22:04.1565276+00:00",
"ReportPeriodEnd": "2026-03-17T04:22:04.1565276+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6550efe4-2373-449f-bd78-308b0cce57a8",
"Rows": [
{
"ItemId": "6e04f611-0a31-4972-8dd8-fd05b2bf905e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e04f611-0a31-4972-8dd8-fd05b2bf905e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6550efe4-2373-449f-bd78-308b0cce57a8",
"Rows": [
{
"ItemId": "6e04f611-0a31-4972-8dd8-fd05b2bf905e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e04f611-0a31-4972-8dd8-fd05b2bf905e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"71f2ee61-e6ed-41bb-a32c-1b8533386231",
"b7bee125-3aa5-4f46-82f7-091c391fbb54"
],
"Approvers": [
"071c7c8b-fa88-4c39-8f93-9a0803366e48",
"4e2d0217-afac-4abb-84d4-99c18aa6ba33"
],
"ApprovedBy": "4cc57ecd-6e47-4990-aadd-a9cc0f984e60",
"ApprovalDate": "2026-03-17T04:22:04.1565276+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5f62763e-0e05-46e1-8600-22669b314def",
"id": "4dad9147-4e07-4b2b-9d42-7ae90225ffb9",
"ConfigId": "9beb602d-05f3-43c9-beae-18aa7ed02b70"
}
]