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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-09-05T21:16:08.6750998+00:00",
"SubmitDate": "2026-09-05T21:16:08.6750998+00:00",
"ReportPeriodStart": "2026-09-05T21:16:08.6750998+00:00",
"ReportPeriodEnd": "2026-09-05T21:16:08.6750998+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "439d54f1-6b24-4192-8df8-7ac0774ec433",
"Rows": [
{
"ItemId": "0ac71c1a-ddef-488a-b4a0-97006402d6e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ac71c1a-ddef-488a-b4a0-97006402d6e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "439d54f1-6b24-4192-8df8-7ac0774ec433",
"Rows": [
{
"ItemId": "0ac71c1a-ddef-488a-b4a0-97006402d6e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ac71c1a-ddef-488a-b4a0-97006402d6e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"38688efe-1ca9-409f-a5bd-be3793680c4e",
"497e0166-b920-44d7-95ce-0ee1531d00f4"
],
"Approvers": [
"dcc07a26-6ff1-4137-9c1d-b21d98635555",
"912f0bad-d245-4b38-a761-fdb0785a06ba"
],
"ApprovedBy": "79ba357f-16d4-4836-9f83-c556a7999864",
"ApprovalDate": "2026-09-05T21:16:08.6750998+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7dbc6aba-32a5-44c5-ac5e-fb3297459a18",
"WorkPlanId": "e8ba66e6-e361-4268-8032-67dc24567326",
"id": "c02b5d09-4db5-4c95-91c2-b7fe8ca9f49f",
"ConfigId": "8004c6f7-78dd-4902-9ded-455bff2490fd"
},
{
"GenerationDate": "2026-09-05T21:16:08.6750998+00:00",
"SubmitDate": "2026-09-05T21:16:08.6750998+00:00",
"ReportPeriodStart": "2026-09-05T21:16:08.6750998+00:00",
"ReportPeriodEnd": "2026-09-05T21:16:08.6750998+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "439d54f1-6b24-4192-8df8-7ac0774ec433",
"Rows": [
{
"ItemId": "0ac71c1a-ddef-488a-b4a0-97006402d6e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ac71c1a-ddef-488a-b4a0-97006402d6e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "439d54f1-6b24-4192-8df8-7ac0774ec433",
"Rows": [
{
"ItemId": "0ac71c1a-ddef-488a-b4a0-97006402d6e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ac71c1a-ddef-488a-b4a0-97006402d6e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"38688efe-1ca9-409f-a5bd-be3793680c4e",
"497e0166-b920-44d7-95ce-0ee1531d00f4"
],
"Approvers": [
"dcc07a26-6ff1-4137-9c1d-b21d98635555",
"912f0bad-d245-4b38-a761-fdb0785a06ba"
],
"ApprovedBy": "79ba357f-16d4-4836-9f83-c556a7999864",
"ApprovalDate": "2026-09-05T21:16:08.6750998+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7dbc6aba-32a5-44c5-ac5e-fb3297459a18",
"WorkPlanId": "e8ba66e6-e361-4268-8032-67dc24567326",
"id": "c02b5d09-4db5-4c95-91c2-b7fe8ca9f49f",
"ConfigId": "8004c6f7-78dd-4902-9ded-455bff2490fd"
}
]