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-05-21T18:11:43.2881149+00:00",
"SubmitDate": "2026-05-21T18:11:43.2881149+00:00",
"ReportPeriodStart": "2026-05-21T18:11:43.2881149+00:00",
"ReportPeriodEnd": "2026-05-21T18:11:43.2881149+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f29a0b28-9f33-4d06-8909-5055edd027fc",
"Rows": [
{
"ItemId": "3dbb4854-0889-45e9-85f1-e08c584cd491",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3dbb4854-0889-45e9-85f1-e08c584cd491",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f29a0b28-9f33-4d06-8909-5055edd027fc",
"Rows": [
{
"ItemId": "3dbb4854-0889-45e9-85f1-e08c584cd491",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3dbb4854-0889-45e9-85f1-e08c584cd491",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7b5da854-2c83-4415-96f0-7178c3d007c8",
"333d8680-79b2-4cfc-96b6-37806d57726e"
],
"Approvers": [
"6343a069-8566-469b-8f7e-6c146c63f09f",
"cdb5a529-d552-4dc5-a60e-a8c1c11b0863"
],
"ApprovedBy": "409c5b3f-81ec-4786-8a84-2b275e386034",
"ApprovalDate": "2026-05-21T18:11:43.2881149+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ab21fcbd-c4d2-4265-9498-d25863f9ef43",
"id": "a6695760-e4c5-446a-8d88-318d84e72f32",
"ConfigId": "925da049-6370-4c75-b255-f0ad76ad4d50"
},
{
"GenerationDate": "2026-05-21T18:11:43.2881149+00:00",
"SubmitDate": "2026-05-21T18:11:43.2881149+00:00",
"ReportPeriodStart": "2026-05-21T18:11:43.2881149+00:00",
"ReportPeriodEnd": "2026-05-21T18:11:43.2881149+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f29a0b28-9f33-4d06-8909-5055edd027fc",
"Rows": [
{
"ItemId": "3dbb4854-0889-45e9-85f1-e08c584cd491",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3dbb4854-0889-45e9-85f1-e08c584cd491",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f29a0b28-9f33-4d06-8909-5055edd027fc",
"Rows": [
{
"ItemId": "3dbb4854-0889-45e9-85f1-e08c584cd491",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3dbb4854-0889-45e9-85f1-e08c584cd491",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7b5da854-2c83-4415-96f0-7178c3d007c8",
"333d8680-79b2-4cfc-96b6-37806d57726e"
],
"Approvers": [
"6343a069-8566-469b-8f7e-6c146c63f09f",
"cdb5a529-d552-4dc5-a60e-a8c1c11b0863"
],
"ApprovedBy": "409c5b3f-81ec-4786-8a84-2b275e386034",
"ApprovalDate": "2026-05-21T18:11:43.2881149+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ab21fcbd-c4d2-4265-9498-d25863f9ef43",
"id": "a6695760-e4c5-446a-8d88-318d84e72f32",
"ConfigId": "925da049-6370-4c75-b255-f0ad76ad4d50"
}
]