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-07T20:26:22.2759428+00:00",
"SubmitDate": "2026-05-07T20:26:22.2759428+00:00",
"ReportPeriodStart": "2026-05-07T20:26:22.2759428+00:00",
"ReportPeriodEnd": "2026-05-07T20:26:22.2759428+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4dd0ed09-b05e-421c-83c9-9237d300b328",
"Rows": [
{
"ItemId": "0fc90143-17fd-4065-85ff-b68744cff396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0fc90143-17fd-4065-85ff-b68744cff396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4dd0ed09-b05e-421c-83c9-9237d300b328",
"Rows": [
{
"ItemId": "0fc90143-17fd-4065-85ff-b68744cff396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0fc90143-17fd-4065-85ff-b68744cff396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"34b737ad-8fb2-4b7e-9f17-5c473e1f5a28",
"ae1bffc9-13be-4083-8d33-c9781f48ec3e"
],
"Approvers": [
"de7dbd33-396b-4a03-b86c-2a3fa42cf74d",
"490540bd-70a0-4955-a252-9de303dfe0e6"
],
"ApprovedBy": "6f07e15b-90ad-42f0-9f39-f7c255d21fc2",
"ApprovalDate": "2026-05-07T20:26:22.2759428+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "997c4280-ff0f-47d8-a7d6-e76a9c49e012",
"id": "e4daeadc-f924-4a6e-9f44-65114bb97f23",
"ConfigId": "36e4a305-b4f7-4443-9c64-a6c277253901"
},
{
"GenerationDate": "2026-05-07T20:26:22.2759428+00:00",
"SubmitDate": "2026-05-07T20:26:22.2759428+00:00",
"ReportPeriodStart": "2026-05-07T20:26:22.2759428+00:00",
"ReportPeriodEnd": "2026-05-07T20:26:22.2759428+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4dd0ed09-b05e-421c-83c9-9237d300b328",
"Rows": [
{
"ItemId": "0fc90143-17fd-4065-85ff-b68744cff396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0fc90143-17fd-4065-85ff-b68744cff396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4dd0ed09-b05e-421c-83c9-9237d300b328",
"Rows": [
{
"ItemId": "0fc90143-17fd-4065-85ff-b68744cff396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0fc90143-17fd-4065-85ff-b68744cff396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"34b737ad-8fb2-4b7e-9f17-5c473e1f5a28",
"ae1bffc9-13be-4083-8d33-c9781f48ec3e"
],
"Approvers": [
"de7dbd33-396b-4a03-b86c-2a3fa42cf74d",
"490540bd-70a0-4955-a252-9de303dfe0e6"
],
"ApprovedBy": "6f07e15b-90ad-42f0-9f39-f7c255d21fc2",
"ApprovalDate": "2026-05-07T20:26:22.2759428+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "997c4280-ff0f-47d8-a7d6-e76a9c49e012",
"id": "e4daeadc-f924-4a6e-9f44-65114bb97f23",
"ConfigId": "36e4a305-b4f7-4443-9c64-a6c277253901"
}
]