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-06T18:19:36.7441969+00:00",
"SubmitDate": "2026-05-06T18:19:36.7441969+00:00",
"ReportPeriodStart": "2026-05-06T18:19:36.7441969+00:00",
"ReportPeriodEnd": "2026-05-06T18:19:36.7441969+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8b2d16b0-bd47-4de5-b56b-48248609303b",
"Rows": [
{
"ItemId": "3dba04c6-4659-4e15-8c6b-9741bfdb3c4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3dba04c6-4659-4e15-8c6b-9741bfdb3c4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8b2d16b0-bd47-4de5-b56b-48248609303b",
"Rows": [
{
"ItemId": "3dba04c6-4659-4e15-8c6b-9741bfdb3c4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3dba04c6-4659-4e15-8c6b-9741bfdb3c4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8401824b-6f0a-4602-9165-08d7219238a9",
"88e2b938-707a-4fbe-9a40-b1e61bdb7411"
],
"Approvers": [
"6a1d2d01-6af9-413d-b153-049f242039e6",
"64af97de-76b5-4a27-93d6-01060fd8c73f"
],
"ApprovedBy": "82730c34-3c33-4c50-a477-3937aba71de7",
"ApprovalDate": "2026-05-06T18:19:36.7441969+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "770e7f63-d130-43ad-90e8-4d6f4f71f35d",
"id": "5938e8ac-f134-4f4b-9ab5-19e636076769",
"ConfigId": "9a513b78-6da3-460d-a677-33a908ab3ca6"
},
{
"GenerationDate": "2026-05-06T18:19:36.7441969+00:00",
"SubmitDate": "2026-05-06T18:19:36.7441969+00:00",
"ReportPeriodStart": "2026-05-06T18:19:36.7441969+00:00",
"ReportPeriodEnd": "2026-05-06T18:19:36.7441969+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8b2d16b0-bd47-4de5-b56b-48248609303b",
"Rows": [
{
"ItemId": "3dba04c6-4659-4e15-8c6b-9741bfdb3c4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3dba04c6-4659-4e15-8c6b-9741bfdb3c4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8b2d16b0-bd47-4de5-b56b-48248609303b",
"Rows": [
{
"ItemId": "3dba04c6-4659-4e15-8c6b-9741bfdb3c4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3dba04c6-4659-4e15-8c6b-9741bfdb3c4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8401824b-6f0a-4602-9165-08d7219238a9",
"88e2b938-707a-4fbe-9a40-b1e61bdb7411"
],
"Approvers": [
"6a1d2d01-6af9-413d-b153-049f242039e6",
"64af97de-76b5-4a27-93d6-01060fd8c73f"
],
"ApprovedBy": "82730c34-3c33-4c50-a477-3937aba71de7",
"ApprovalDate": "2026-05-06T18:19:36.7441969+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "770e7f63-d130-43ad-90e8-4d6f4f71f35d",
"id": "5938e8ac-f134-4f4b-9ab5-19e636076769",
"ConfigId": "9a513b78-6da3-460d-a677-33a908ab3ca6"
}
]