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-06T16:13:27.9367661+00:00",
"SubmitDate": "2026-09-06T16:13:27.9367661+00:00",
"ReportPeriodStart": "2026-09-06T16:13:27.9367661+00:00",
"ReportPeriodEnd": "2026-09-06T16:13:27.9367661+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "00cd4bbe-73ca-4a50-9c8c-9f48fa44ac23",
"Rows": [
{
"ItemId": "9a58e763-62a7-4d7e-a683-ccb758a4934e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9a58e763-62a7-4d7e-a683-ccb758a4934e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "00cd4bbe-73ca-4a50-9c8c-9f48fa44ac23",
"Rows": [
{
"ItemId": "9a58e763-62a7-4d7e-a683-ccb758a4934e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9a58e763-62a7-4d7e-a683-ccb758a4934e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cc05331a-6f5b-4921-b6e5-fbd2b0171343",
"9afbfec4-d489-4a8f-8e8f-a04289ee0568"
],
"Approvers": [
"ca99518b-4547-4858-a0e2-e4434f0d337a",
"93a84d67-d112-43b9-9d5c-01420284e642"
],
"ApprovedBy": "323bf69f-d5aa-4d83-b559-0f30cd6a95eb",
"ApprovalDate": "2026-09-06T16:13:27.9367661+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c263dfbd-e876-48be-9afa-edee2bc4e507",
"WorkPlanId": "818b0723-5d0e-40be-bd05-f6cb959cc785",
"id": "41c3e474-8701-408d-b100-b2519bf818a1",
"ConfigId": "45ea195e-52c2-4a91-87ba-26593a46c3ea"
},
{
"GenerationDate": "2026-09-06T16:13:27.9367661+00:00",
"SubmitDate": "2026-09-06T16:13:27.9367661+00:00",
"ReportPeriodStart": "2026-09-06T16:13:27.9367661+00:00",
"ReportPeriodEnd": "2026-09-06T16:13:27.9367661+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "00cd4bbe-73ca-4a50-9c8c-9f48fa44ac23",
"Rows": [
{
"ItemId": "9a58e763-62a7-4d7e-a683-ccb758a4934e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9a58e763-62a7-4d7e-a683-ccb758a4934e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "00cd4bbe-73ca-4a50-9c8c-9f48fa44ac23",
"Rows": [
{
"ItemId": "9a58e763-62a7-4d7e-a683-ccb758a4934e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9a58e763-62a7-4d7e-a683-ccb758a4934e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cc05331a-6f5b-4921-b6e5-fbd2b0171343",
"9afbfec4-d489-4a8f-8e8f-a04289ee0568"
],
"Approvers": [
"ca99518b-4547-4858-a0e2-e4434f0d337a",
"93a84d67-d112-43b9-9d5c-01420284e642"
],
"ApprovedBy": "323bf69f-d5aa-4d83-b559-0f30cd6a95eb",
"ApprovalDate": "2026-09-06T16:13:27.9367661+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c263dfbd-e876-48be-9afa-edee2bc4e507",
"WorkPlanId": "818b0723-5d0e-40be-bd05-f6cb959cc785",
"id": "41c3e474-8701-408d-b100-b2519bf818a1",
"ConfigId": "45ea195e-52c2-4a91-87ba-26593a46c3ea"
}
]