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-02-11T10:29:45.7287112+00:00",
"SubmitDate": "2026-02-11T10:29:45.7287112+00:00",
"ReportPeriodStart": "2026-02-11T10:29:45.7287112+00:00",
"ReportPeriodEnd": "2026-02-11T10:29:45.7287112+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "72da6b2b-8047-4ca4-a653-29127ce94197",
"Rows": [
{
"ItemId": "08e0003f-c3f8-4f9b-852f-324c7eb8b44c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08e0003f-c3f8-4f9b-852f-324c7eb8b44c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "72da6b2b-8047-4ca4-a653-29127ce94197",
"Rows": [
{
"ItemId": "08e0003f-c3f8-4f9b-852f-324c7eb8b44c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08e0003f-c3f8-4f9b-852f-324c7eb8b44c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"36f9df8e-7317-4cb3-8563-218f7bd99ac6",
"1ce87c29-c6e5-43a6-b64c-1097c2ea35e6"
],
"Approvers": [
"6a432004-d2dd-4a97-81ba-33f1c191a8fc",
"97ac8fe6-3f4e-470a-b58d-d0c6f4bb50bc"
],
"ApprovedBy": "814953fa-e154-480a-bb65-84353de7ffd2",
"ApprovalDate": "2026-02-11T10:29:45.7287112+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7a980ce5-fc30-418d-91cd-9bb760900dde",
"id": "cffca490-1765-4c20-818a-5a79b56d149d",
"ConfigId": "37411e98-5b95-45e8-a0ae-5c5a8266a305"
},
{
"GenerationDate": "2026-02-11T10:29:45.7287112+00:00",
"SubmitDate": "2026-02-11T10:29:45.7287112+00:00",
"ReportPeriodStart": "2026-02-11T10:29:45.7287112+00:00",
"ReportPeriodEnd": "2026-02-11T10:29:45.7287112+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "72da6b2b-8047-4ca4-a653-29127ce94197",
"Rows": [
{
"ItemId": "08e0003f-c3f8-4f9b-852f-324c7eb8b44c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08e0003f-c3f8-4f9b-852f-324c7eb8b44c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "72da6b2b-8047-4ca4-a653-29127ce94197",
"Rows": [
{
"ItemId": "08e0003f-c3f8-4f9b-852f-324c7eb8b44c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08e0003f-c3f8-4f9b-852f-324c7eb8b44c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"36f9df8e-7317-4cb3-8563-218f7bd99ac6",
"1ce87c29-c6e5-43a6-b64c-1097c2ea35e6"
],
"Approvers": [
"6a432004-d2dd-4a97-81ba-33f1c191a8fc",
"97ac8fe6-3f4e-470a-b58d-d0c6f4bb50bc"
],
"ApprovedBy": "814953fa-e154-480a-bb65-84353de7ffd2",
"ApprovalDate": "2026-02-11T10:29:45.7287112+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7a980ce5-fc30-418d-91cd-9bb760900dde",
"id": "cffca490-1765-4c20-818a-5a79b56d149d",
"ConfigId": "37411e98-5b95-45e8-a0ae-5c5a8266a305"
}
]