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-01T16:22:17.7665922+00:00",
"SubmitDate": "2026-09-01T16:22:17.7665922+00:00",
"ReportPeriodStart": "2026-09-01T16:22:17.7665922+00:00",
"ReportPeriodEnd": "2026-09-01T16:22:17.7665922+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c612dcbe-5262-4585-a863-c989dbd46d82",
"Rows": [
{
"ItemId": "c5827312-dec2-49f4-8fc9-c51c3751fb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5827312-dec2-49f4-8fc9-c51c3751fb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c612dcbe-5262-4585-a863-c989dbd46d82",
"Rows": [
{
"ItemId": "c5827312-dec2-49f4-8fc9-c51c3751fb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5827312-dec2-49f4-8fc9-c51c3751fb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"df9ca3b0-27d4-497d-be8f-9e2a4a8f60df",
"705e5acf-2549-4c2d-97e8-1b070f8c27e6"
],
"Approvers": [
"7ddf3d3f-f5bb-422e-87f8-f571e606b9ff",
"232052eb-7621-47c4-90d8-58849d648650"
],
"ApprovedBy": "6f498b11-85c4-4a84-a22a-d35d4dd1b339",
"ApprovalDate": "2026-09-01T16:22:17.7665922+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7f3fe764-891b-41c0-8900-ea16bb23f131",
"WorkPlanId": "48200288-e8cd-45c6-93d0-b543eb8f6f83",
"id": "c8b9fc40-1b14-43d0-8ed9-1e67ad73a1af",
"ConfigId": "5735bb82-c34d-431f-b0ae-d0d08dabed87"
},
{
"GenerationDate": "2026-09-01T16:22:17.7665922+00:00",
"SubmitDate": "2026-09-01T16:22:17.7665922+00:00",
"ReportPeriodStart": "2026-09-01T16:22:17.7665922+00:00",
"ReportPeriodEnd": "2026-09-01T16:22:17.7665922+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c612dcbe-5262-4585-a863-c989dbd46d82",
"Rows": [
{
"ItemId": "c5827312-dec2-49f4-8fc9-c51c3751fb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5827312-dec2-49f4-8fc9-c51c3751fb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c612dcbe-5262-4585-a863-c989dbd46d82",
"Rows": [
{
"ItemId": "c5827312-dec2-49f4-8fc9-c51c3751fb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5827312-dec2-49f4-8fc9-c51c3751fb6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"df9ca3b0-27d4-497d-be8f-9e2a4a8f60df",
"705e5acf-2549-4c2d-97e8-1b070f8c27e6"
],
"Approvers": [
"7ddf3d3f-f5bb-422e-87f8-f571e606b9ff",
"232052eb-7621-47c4-90d8-58849d648650"
],
"ApprovedBy": "6f498b11-85c4-4a84-a22a-d35d4dd1b339",
"ApprovalDate": "2026-09-01T16:22:17.7665922+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7f3fe764-891b-41c0-8900-ea16bb23f131",
"WorkPlanId": "48200288-e8cd-45c6-93d0-b543eb8f6f83",
"id": "c8b9fc40-1b14-43d0-8ed9-1e67ad73a1af",
"ConfigId": "5735bb82-c34d-431f-b0ae-d0d08dabed87"
}
]