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-18T22:16:37.4980453+00:00",
"SubmitDate": "2026-08-18T22:16:37.4980453+00:00",
"ReportPeriodStart": "2026-08-18T22:16:37.4980453+00:00",
"ReportPeriodEnd": "2026-08-18T22:16:37.4980453+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6a1665bb-3015-4d29-a76c-56dead866c23",
"Rows": [
{
"ItemId": "555546ba-4bc0-4885-97e9-4bf3d19c647c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "555546ba-4bc0-4885-97e9-4bf3d19c647c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6a1665bb-3015-4d29-a76c-56dead866c23",
"Rows": [
{
"ItemId": "555546ba-4bc0-4885-97e9-4bf3d19c647c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "555546ba-4bc0-4885-97e9-4bf3d19c647c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"12a0e8f8-9699-4bcb-b240-9e89fc46a61c",
"04f442de-78a7-4cf9-b810-d51c6d4a632f"
],
"Approvers": [
"10c5def8-bf1f-4c68-9548-326a8e57e0f2",
"14ff97b7-c905-4ec2-aeff-fb1741021b50"
],
"ApprovedBy": "be5d00c0-69ce-491a-b0ad-a09693285ca2",
"ApprovalDate": "2026-08-18T22:16:37.5136724+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8ed24699-cc61-45ec-be79-97296396c724",
"WorkPlanId": "fb8f9454-73b9-4751-aace-3c184ca32650",
"id": "8ed0480f-e36e-49d7-9d7a-56bd8b92e5c0",
"ConfigId": "062073c2-b97c-48bf-98de-ab68daee8a0e"
},
{
"GenerationDate": "2026-08-18T22:16:37.4980453+00:00",
"SubmitDate": "2026-08-18T22:16:37.4980453+00:00",
"ReportPeriodStart": "2026-08-18T22:16:37.4980453+00:00",
"ReportPeriodEnd": "2026-08-18T22:16:37.4980453+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6a1665bb-3015-4d29-a76c-56dead866c23",
"Rows": [
{
"ItemId": "555546ba-4bc0-4885-97e9-4bf3d19c647c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "555546ba-4bc0-4885-97e9-4bf3d19c647c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6a1665bb-3015-4d29-a76c-56dead866c23",
"Rows": [
{
"ItemId": "555546ba-4bc0-4885-97e9-4bf3d19c647c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "555546ba-4bc0-4885-97e9-4bf3d19c647c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"12a0e8f8-9699-4bcb-b240-9e89fc46a61c",
"04f442de-78a7-4cf9-b810-d51c6d4a632f"
],
"Approvers": [
"10c5def8-bf1f-4c68-9548-326a8e57e0f2",
"14ff97b7-c905-4ec2-aeff-fb1741021b50"
],
"ApprovedBy": "be5d00c0-69ce-491a-b0ad-a09693285ca2",
"ApprovalDate": "2026-08-18T22:16:37.5136724+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8ed24699-cc61-45ec-be79-97296396c724",
"WorkPlanId": "fb8f9454-73b9-4751-aace-3c184ca32650",
"id": "8ed0480f-e36e-49d7-9d7a-56bd8b92e5c0",
"ConfigId": "062073c2-b97c-48bf-98de-ab68daee8a0e"
}
]