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-01-09T04:17:14.995474+00:00",
"SubmitDate": "2026-01-09T04:17:14.995474+00:00",
"ReportPeriodStart": "2026-01-09T04:17:14.995474+00:00",
"ReportPeriodEnd": "2026-01-09T04:17:14.995474+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cff6be5f-58da-4579-ac1a-dcdcc81600e3",
"Rows": [
{
"ItemId": "c9302c3a-00dd-4b43-b6c5-9948c04d6225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9302c3a-00dd-4b43-b6c5-9948c04d6225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cff6be5f-58da-4579-ac1a-dcdcc81600e3",
"Rows": [
{
"ItemId": "c9302c3a-00dd-4b43-b6c5-9948c04d6225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9302c3a-00dd-4b43-b6c5-9948c04d6225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5bba9207-a0b9-4791-8d24-7ebf000157f6",
"ec39c1dd-04ff-4e14-9904-d1500cdb082f"
],
"Approvers": [
"50587273-8373-4241-92ec-4beeb45d0d5c",
"36c1e15f-e3f1-4f00-ac56-850bb78379cd"
],
"ApprovedBy": "1e98c157-0014-4171-abab-a40521df9ad3",
"ApprovalDate": "2026-01-09T04:17:14.995474+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9e4f24f1-6c7e-48f4-a9e5-f7a2d26fa522",
"id": "0fb0183c-1e46-48b4-a611-59fcb2ac7e45",
"ConfigId": "8e638817-2af0-4b1e-98cb-ed5b426f4961"
},
{
"GenerationDate": "2026-01-09T04:17:14.995474+00:00",
"SubmitDate": "2026-01-09T04:17:14.995474+00:00",
"ReportPeriodStart": "2026-01-09T04:17:14.995474+00:00",
"ReportPeriodEnd": "2026-01-09T04:17:14.995474+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cff6be5f-58da-4579-ac1a-dcdcc81600e3",
"Rows": [
{
"ItemId": "c9302c3a-00dd-4b43-b6c5-9948c04d6225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9302c3a-00dd-4b43-b6c5-9948c04d6225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cff6be5f-58da-4579-ac1a-dcdcc81600e3",
"Rows": [
{
"ItemId": "c9302c3a-00dd-4b43-b6c5-9948c04d6225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9302c3a-00dd-4b43-b6c5-9948c04d6225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5bba9207-a0b9-4791-8d24-7ebf000157f6",
"ec39c1dd-04ff-4e14-9904-d1500cdb082f"
],
"Approvers": [
"50587273-8373-4241-92ec-4beeb45d0d5c",
"36c1e15f-e3f1-4f00-ac56-850bb78379cd"
],
"ApprovedBy": "1e98c157-0014-4171-abab-a40521df9ad3",
"ApprovalDate": "2026-01-09T04:17:14.995474+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9e4f24f1-6c7e-48f4-a9e5-f7a2d26fa522",
"id": "0fb0183c-1e46-48b4-a611-59fcb2ac7e45",
"ConfigId": "8e638817-2af0-4b1e-98cb-ed5b426f4961"
}
]