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-08-16T08:35:09.2957513+00:00",
"SubmitDate": "2026-08-16T08:35:09.2957513+00:00",
"ReportPeriodStart": "2026-08-16T08:35:09.2957513+00:00",
"ReportPeriodEnd": "2026-08-16T08:35:09.2957513+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f932016a-160b-4290-9c26-a582e67018ba",
"Rows": [
{
"ItemId": "67d8a1a3-130c-486a-a375-59db57349fcd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "67d8a1a3-130c-486a-a375-59db57349fcd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f932016a-160b-4290-9c26-a582e67018ba",
"Rows": [
{
"ItemId": "67d8a1a3-130c-486a-a375-59db57349fcd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "67d8a1a3-130c-486a-a375-59db57349fcd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"38315c6d-b139-440e-bcc1-9827ca54a04f",
"e22597f9-ddb8-45ca-881a-b4ee9b4a414a"
],
"Approvers": [
"905d9e4e-4dc2-4d8a-9b5e-7b63b3ef63c4",
"46421b81-52b0-404b-800d-bed8b1992228"
],
"ApprovedBy": "aa8f817a-3e1f-4000-a619-de7a094c290c",
"ApprovalDate": "2026-08-16T08:35:09.2957513+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "bcde32fb-e23a-48dc-96c8-d260d2f7ee47",
"WorkPlanId": "3d1b106e-4e9c-4bd7-ac93-5f27f6006e31",
"id": "66bde27d-ea9f-4a4a-ae90-8c844d3e5d71",
"ConfigId": "43ab8169-81c7-4005-8c88-04066eb21e24"
},
{
"GenerationDate": "2026-08-16T08:35:09.2957513+00:00",
"SubmitDate": "2026-08-16T08:35:09.2957513+00:00",
"ReportPeriodStart": "2026-08-16T08:35:09.2957513+00:00",
"ReportPeriodEnd": "2026-08-16T08:35:09.2957513+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f932016a-160b-4290-9c26-a582e67018ba",
"Rows": [
{
"ItemId": "67d8a1a3-130c-486a-a375-59db57349fcd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "67d8a1a3-130c-486a-a375-59db57349fcd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f932016a-160b-4290-9c26-a582e67018ba",
"Rows": [
{
"ItemId": "67d8a1a3-130c-486a-a375-59db57349fcd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "67d8a1a3-130c-486a-a375-59db57349fcd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"38315c6d-b139-440e-bcc1-9827ca54a04f",
"e22597f9-ddb8-45ca-881a-b4ee9b4a414a"
],
"Approvers": [
"905d9e4e-4dc2-4d8a-9b5e-7b63b3ef63c4",
"46421b81-52b0-404b-800d-bed8b1992228"
],
"ApprovedBy": "aa8f817a-3e1f-4000-a619-de7a094c290c",
"ApprovalDate": "2026-08-16T08:35:09.2957513+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "bcde32fb-e23a-48dc-96c8-d260d2f7ee47",
"WorkPlanId": "3d1b106e-4e9c-4bd7-ac93-5f27f6006e31",
"id": "66bde27d-ea9f-4a4a-ae90-8c844d3e5d71",
"ConfigId": "43ab8169-81c7-4005-8c88-04066eb21e24"
}
]