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-01T04:23:54.1579164+00:00",
"SubmitDate": "2026-09-01T04:23:54.1579164+00:00",
"ReportPeriodStart": "2026-09-01T04:23:54.1579164+00:00",
"ReportPeriodEnd": "2026-09-01T04:23:54.1579164+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1905fbbb-1012-45f3-86d5-339ae1255c0f",
"Rows": [
{
"ItemId": "461532a7-fbdd-474a-afff-be7449b4405e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "461532a7-fbdd-474a-afff-be7449b4405e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1905fbbb-1012-45f3-86d5-339ae1255c0f",
"Rows": [
{
"ItemId": "461532a7-fbdd-474a-afff-be7449b4405e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "461532a7-fbdd-474a-afff-be7449b4405e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"aa3a1bec-fc00-4ce1-9b0f-9158c503314f",
"fbae28c9-6742-407d-a2fc-0ee7d31e036b"
],
"Approvers": [
"5991d25c-1dc5-486c-816e-0411607016dc",
"9cadb977-eaff-424d-b1b7-e71281fae9bd"
],
"ApprovedBy": "9d4800fc-f968-4f50-80c8-63ac29372dbd",
"ApprovalDate": "2026-09-01T04:23:54.1579164+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "41198b17-a7ea-4da5-b80b-3f3cee48b0a7",
"WorkPlanId": "868f064a-c758-49ac-9835-5b52295f17cc",
"id": "ff9e2f7c-899a-4942-b05f-1db23f5324e4",
"ConfigId": "a90bd1ff-5ea8-4107-a3bc-d95d58b3831a"
},
{
"GenerationDate": "2026-09-01T04:23:54.1579164+00:00",
"SubmitDate": "2026-09-01T04:23:54.1579164+00:00",
"ReportPeriodStart": "2026-09-01T04:23:54.1579164+00:00",
"ReportPeriodEnd": "2026-09-01T04:23:54.1579164+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1905fbbb-1012-45f3-86d5-339ae1255c0f",
"Rows": [
{
"ItemId": "461532a7-fbdd-474a-afff-be7449b4405e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "461532a7-fbdd-474a-afff-be7449b4405e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1905fbbb-1012-45f3-86d5-339ae1255c0f",
"Rows": [
{
"ItemId": "461532a7-fbdd-474a-afff-be7449b4405e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "461532a7-fbdd-474a-afff-be7449b4405e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"aa3a1bec-fc00-4ce1-9b0f-9158c503314f",
"fbae28c9-6742-407d-a2fc-0ee7d31e036b"
],
"Approvers": [
"5991d25c-1dc5-486c-816e-0411607016dc",
"9cadb977-eaff-424d-b1b7-e71281fae9bd"
],
"ApprovedBy": "9d4800fc-f968-4f50-80c8-63ac29372dbd",
"ApprovalDate": "2026-09-01T04:23:54.1579164+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "41198b17-a7ea-4da5-b80b-3f3cee48b0a7",
"WorkPlanId": "868f064a-c758-49ac-9835-5b52295f17cc",
"id": "ff9e2f7c-899a-4942-b05f-1db23f5324e4",
"ConfigId": "a90bd1ff-5ea8-4107-a3bc-d95d58b3831a"
}
]