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-07-19T07:33:53.2388338+00:00",
"SubmitDate": "2026-07-19T07:33:53.2388338+00:00",
"ReportPeriodStart": "2026-07-19T07:33:53.2388338+00:00",
"ReportPeriodEnd": "2026-07-19T07:33:53.2388338+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "87e45bbb-8f24-4c51-92a4-97a6c6966717",
"Rows": [
{
"ItemId": "da4fa19d-475a-4573-86d7-002053b0c020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da4fa19d-475a-4573-86d7-002053b0c020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "87e45bbb-8f24-4c51-92a4-97a6c6966717",
"Rows": [
{
"ItemId": "da4fa19d-475a-4573-86d7-002053b0c020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da4fa19d-475a-4573-86d7-002053b0c020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c00f48cc-d164-4fa1-83e2-31294fef6eeb",
"8c6d4fa8-5af0-4b78-8b18-dcd6f624deff"
],
"Approvers": [
"74ff83da-da12-4082-bff9-d10638ee0e4e",
"3009fb06-6990-460c-aa94-b81dd6c1fbf9"
],
"ApprovedBy": "931b884b-ad5a-4d32-987b-6594d6e5bf33",
"ApprovalDate": "2026-07-19T07:33:53.2388338+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f515be9c-3d05-429c-a7be-03aee9250e7c",
"WorkPlanId": "7d364bf5-b9a3-4e6e-80d9-46b6659e38cd",
"id": "6f3c7242-d13e-4114-8e18-8c85fa844e95",
"ConfigId": "6bdd805c-187e-40bb-b987-873214a4a50f"
},
{
"GenerationDate": "2026-07-19T07:33:53.2388338+00:00",
"SubmitDate": "2026-07-19T07:33:53.2388338+00:00",
"ReportPeriodStart": "2026-07-19T07:33:53.2388338+00:00",
"ReportPeriodEnd": "2026-07-19T07:33:53.2388338+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "87e45bbb-8f24-4c51-92a4-97a6c6966717",
"Rows": [
{
"ItemId": "da4fa19d-475a-4573-86d7-002053b0c020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da4fa19d-475a-4573-86d7-002053b0c020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "87e45bbb-8f24-4c51-92a4-97a6c6966717",
"Rows": [
{
"ItemId": "da4fa19d-475a-4573-86d7-002053b0c020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da4fa19d-475a-4573-86d7-002053b0c020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c00f48cc-d164-4fa1-83e2-31294fef6eeb",
"8c6d4fa8-5af0-4b78-8b18-dcd6f624deff"
],
"Approvers": [
"74ff83da-da12-4082-bff9-d10638ee0e4e",
"3009fb06-6990-460c-aa94-b81dd6c1fbf9"
],
"ApprovedBy": "931b884b-ad5a-4d32-987b-6594d6e5bf33",
"ApprovalDate": "2026-07-19T07:33:53.2388338+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f515be9c-3d05-429c-a7be-03aee9250e7c",
"WorkPlanId": "7d364bf5-b9a3-4e6e-80d9-46b6659e38cd",
"id": "6f3c7242-d13e-4114-8e18-8c85fa844e95",
"ConfigId": "6bdd805c-187e-40bb-b987-873214a4a50f"
}
]