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-03T23:08:08.3329258+00:00",
"SubmitDate": "2026-09-03T23:08:08.3329258+00:00",
"ReportPeriodStart": "2026-09-03T23:08:08.3329258+00:00",
"ReportPeriodEnd": "2026-09-03T23:08:08.3329258+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "417e298c-af1b-4341-bb18-db414d3075f4",
"Rows": [
{
"ItemId": "6cbdd0db-08bc-4152-a848-ccedd1e5ade8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6cbdd0db-08bc-4152-a848-ccedd1e5ade8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "417e298c-af1b-4341-bb18-db414d3075f4",
"Rows": [
{
"ItemId": "6cbdd0db-08bc-4152-a848-ccedd1e5ade8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6cbdd0db-08bc-4152-a848-ccedd1e5ade8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dd2a2036-8cd3-4f06-a0d1-5d64cd1aaf33",
"e7306da3-198d-44d8-b433-5301e8c010ee"
],
"Approvers": [
"14d39c8b-f128-429f-a127-629ccaee6fe0",
"7fe2693f-6ab5-4cdc-9324-1f2abcf7b104"
],
"ApprovedBy": "8591f17f-0b99-447b-96bd-88a160bfaa10",
"ApprovalDate": "2026-09-03T23:08:08.348548+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "aa5c7e9f-e36e-45c6-bf7e-573ff4cdf9ec",
"WorkPlanId": "88e1c898-302a-4e8f-8fff-162d6a59f3dc",
"id": "317f7bc6-64ea-429c-8aee-5d594593bbbb",
"ConfigId": "c080cc00-4fef-427d-86b6-a7f9e9b4c7a9"
},
{
"GenerationDate": "2026-09-03T23:08:08.3329258+00:00",
"SubmitDate": "2026-09-03T23:08:08.3329258+00:00",
"ReportPeriodStart": "2026-09-03T23:08:08.3329258+00:00",
"ReportPeriodEnd": "2026-09-03T23:08:08.3329258+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "417e298c-af1b-4341-bb18-db414d3075f4",
"Rows": [
{
"ItemId": "6cbdd0db-08bc-4152-a848-ccedd1e5ade8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6cbdd0db-08bc-4152-a848-ccedd1e5ade8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "417e298c-af1b-4341-bb18-db414d3075f4",
"Rows": [
{
"ItemId": "6cbdd0db-08bc-4152-a848-ccedd1e5ade8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6cbdd0db-08bc-4152-a848-ccedd1e5ade8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dd2a2036-8cd3-4f06-a0d1-5d64cd1aaf33",
"e7306da3-198d-44d8-b433-5301e8c010ee"
],
"Approvers": [
"14d39c8b-f128-429f-a127-629ccaee6fe0",
"7fe2693f-6ab5-4cdc-9324-1f2abcf7b104"
],
"ApprovedBy": "8591f17f-0b99-447b-96bd-88a160bfaa10",
"ApprovalDate": "2026-09-03T23:08:08.348548+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "aa5c7e9f-e36e-45c6-bf7e-573ff4cdf9ec",
"WorkPlanId": "88e1c898-302a-4e8f-8fff-162d6a59f3dc",
"id": "317f7bc6-64ea-429c-8aee-5d594593bbbb",
"ConfigId": "c080cc00-4fef-427d-86b6-a7f9e9b4c7a9"
}
]