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-15T17:48:11.0457316+00:00",
"SubmitDate": "2026-09-15T17:48:11.0457316+00:00",
"ReportPeriodStart": "2026-09-15T17:48:11.0457316+00:00",
"ReportPeriodEnd": "2026-09-15T17:48:11.0457316+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c645b21d-d3a9-4f25-8632-0790962bc70a",
"Rows": [
{
"ItemId": "9a231445-8dde-44b7-9315-32395c14c73d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9a231445-8dde-44b7-9315-32395c14c73d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c645b21d-d3a9-4f25-8632-0790962bc70a",
"Rows": [
{
"ItemId": "9a231445-8dde-44b7-9315-32395c14c73d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9a231445-8dde-44b7-9315-32395c14c73d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"78a11269-3a72-4fd1-8aa9-1120e7c20679",
"148f6ddf-ada5-4ac7-9a12-ba7ada66e4e6"
],
"Approvers": [
"b0723d0b-8a8f-4d27-8e83-1ea99bd1da2b",
"952a78f3-9998-4008-bb7c-9b680ba1f3ed"
],
"ApprovedBy": "3483813c-74a1-4658-8aa7-eda95536e7b1",
"ApprovalDate": "2026-09-15T17:48:11.0457316+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "03e4459b-56a2-467b-ac68-e3a199e12f6c",
"WorkPlanId": "ffc19013-7159-4521-b4a9-2e94176eb3b0",
"id": "980b0597-7dc2-4165-9792-209fe5d0c97f",
"ConfigId": "bdf2ec2b-28d3-44ba-880b-14f181a8c278"
},
{
"GenerationDate": "2026-09-15T17:48:11.0457316+00:00",
"SubmitDate": "2026-09-15T17:48:11.0457316+00:00",
"ReportPeriodStart": "2026-09-15T17:48:11.0457316+00:00",
"ReportPeriodEnd": "2026-09-15T17:48:11.0457316+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c645b21d-d3a9-4f25-8632-0790962bc70a",
"Rows": [
{
"ItemId": "9a231445-8dde-44b7-9315-32395c14c73d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9a231445-8dde-44b7-9315-32395c14c73d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c645b21d-d3a9-4f25-8632-0790962bc70a",
"Rows": [
{
"ItemId": "9a231445-8dde-44b7-9315-32395c14c73d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9a231445-8dde-44b7-9315-32395c14c73d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"78a11269-3a72-4fd1-8aa9-1120e7c20679",
"148f6ddf-ada5-4ac7-9a12-ba7ada66e4e6"
],
"Approvers": [
"b0723d0b-8a8f-4d27-8e83-1ea99bd1da2b",
"952a78f3-9998-4008-bb7c-9b680ba1f3ed"
],
"ApprovedBy": "3483813c-74a1-4658-8aa7-eda95536e7b1",
"ApprovalDate": "2026-09-15T17:48:11.0457316+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "03e4459b-56a2-467b-ac68-e3a199e12f6c",
"WorkPlanId": "ffc19013-7159-4521-b4a9-2e94176eb3b0",
"id": "980b0597-7dc2-4165-9792-209fe5d0c97f",
"ConfigId": "bdf2ec2b-28d3-44ba-880b-14f181a8c278"
}
]