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-04T07:12:12.6783064+00:00",
"SubmitDate": "2026-08-04T07:12:12.6783064+00:00",
"ReportPeriodStart": "2026-08-04T07:12:12.6783064+00:00",
"ReportPeriodEnd": "2026-08-04T07:12:12.6783064+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ad7fbafa-99e9-4be2-b15f-1fa2c5f017dd",
"Rows": [
{
"ItemId": "dc3e35a2-7a6b-48ec-94fd-f83fc6db69a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dc3e35a2-7a6b-48ec-94fd-f83fc6db69a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ad7fbafa-99e9-4be2-b15f-1fa2c5f017dd",
"Rows": [
{
"ItemId": "dc3e35a2-7a6b-48ec-94fd-f83fc6db69a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dc3e35a2-7a6b-48ec-94fd-f83fc6db69a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"83d1ee30-4de4-470a-a1ef-316ec9ffdf83",
"7b02d301-04d9-455a-8699-d44af1bb2d17"
],
"Approvers": [
"051943d3-79df-4454-a190-f0a9136ab180",
"e667db0d-0728-4e63-ae0a-c870bd0a3724"
],
"ApprovedBy": "a47b20b4-0113-4861-881d-3bf6aa9f01d0",
"ApprovalDate": "2026-08-04T07:12:12.6783064+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4d1cb569-a774-4244-b202-b1ad51cfff50",
"WorkPlanId": "171b258a-e749-41ac-8809-5855b21eb3bf",
"id": "4141686a-65bb-479e-8b42-dd97d2f0304a",
"ConfigId": "56a52bf4-adfd-4ec0-b732-dce309f9db2f"
},
{
"GenerationDate": "2026-08-04T07:12:12.6783064+00:00",
"SubmitDate": "2026-08-04T07:12:12.6783064+00:00",
"ReportPeriodStart": "2026-08-04T07:12:12.6783064+00:00",
"ReportPeriodEnd": "2026-08-04T07:12:12.6783064+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ad7fbafa-99e9-4be2-b15f-1fa2c5f017dd",
"Rows": [
{
"ItemId": "dc3e35a2-7a6b-48ec-94fd-f83fc6db69a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dc3e35a2-7a6b-48ec-94fd-f83fc6db69a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ad7fbafa-99e9-4be2-b15f-1fa2c5f017dd",
"Rows": [
{
"ItemId": "dc3e35a2-7a6b-48ec-94fd-f83fc6db69a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dc3e35a2-7a6b-48ec-94fd-f83fc6db69a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"83d1ee30-4de4-470a-a1ef-316ec9ffdf83",
"7b02d301-04d9-455a-8699-d44af1bb2d17"
],
"Approvers": [
"051943d3-79df-4454-a190-f0a9136ab180",
"e667db0d-0728-4e63-ae0a-c870bd0a3724"
],
"ApprovedBy": "a47b20b4-0113-4861-881d-3bf6aa9f01d0",
"ApprovalDate": "2026-08-04T07:12:12.6783064+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4d1cb569-a774-4244-b202-b1ad51cfff50",
"WorkPlanId": "171b258a-e749-41ac-8809-5855b21eb3bf",
"id": "4141686a-65bb-479e-8b42-dd97d2f0304a",
"ConfigId": "56a52bf4-adfd-4ec0-b732-dce309f9db2f"
}
]