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-19T04:15:25.286407+00:00",
"SubmitDate": "2026-09-19T04:15:25.286407+00:00",
"ReportPeriodStart": "2026-09-19T04:15:25.286407+00:00",
"ReportPeriodEnd": "2026-09-19T04:15:25.286407+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d5d0da27-4de8-42fd-8183-e82fce27113e",
"Rows": [
{
"ItemId": "58142041-f4cf-4969-a4fc-0d77b0dd8547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "58142041-f4cf-4969-a4fc-0d77b0dd8547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d5d0da27-4de8-42fd-8183-e82fce27113e",
"Rows": [
{
"ItemId": "58142041-f4cf-4969-a4fc-0d77b0dd8547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "58142041-f4cf-4969-a4fc-0d77b0dd8547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d676468e-8dda-499a-aa83-8447ddd851e9",
"7cb348bc-9be5-44ed-8605-4218eaacd61f"
],
"Approvers": [
"d428f157-f4d7-438c-877f-64bdc81be7e7",
"4543d21f-bd6c-4494-80aa-9c38dd3906d3"
],
"ApprovedBy": "bae75e41-d811-4fc4-a3ec-2267ff007235",
"ApprovalDate": "2026-09-19T04:15:25.286407+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "6a7ff7a6-0d29-4ea6-997c-e2915921f0cf",
"WorkPlanId": "b9bf0e72-4d5e-4f7e-b55c-99301a9d1033",
"id": "fc61cc0c-4b0d-40c9-8b2c-a2177085ba44",
"ConfigId": "d212dcf7-4347-420b-b30c-3ab2c3aca928"
},
{
"GenerationDate": "2026-09-19T04:15:25.286407+00:00",
"SubmitDate": "2026-09-19T04:15:25.286407+00:00",
"ReportPeriodStart": "2026-09-19T04:15:25.286407+00:00",
"ReportPeriodEnd": "2026-09-19T04:15:25.286407+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d5d0da27-4de8-42fd-8183-e82fce27113e",
"Rows": [
{
"ItemId": "58142041-f4cf-4969-a4fc-0d77b0dd8547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "58142041-f4cf-4969-a4fc-0d77b0dd8547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d5d0da27-4de8-42fd-8183-e82fce27113e",
"Rows": [
{
"ItemId": "58142041-f4cf-4969-a4fc-0d77b0dd8547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "58142041-f4cf-4969-a4fc-0d77b0dd8547",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d676468e-8dda-499a-aa83-8447ddd851e9",
"7cb348bc-9be5-44ed-8605-4218eaacd61f"
],
"Approvers": [
"d428f157-f4d7-438c-877f-64bdc81be7e7",
"4543d21f-bd6c-4494-80aa-9c38dd3906d3"
],
"ApprovedBy": "bae75e41-d811-4fc4-a3ec-2267ff007235",
"ApprovalDate": "2026-09-19T04:15:25.286407+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "6a7ff7a6-0d29-4ea6-997c-e2915921f0cf",
"WorkPlanId": "b9bf0e72-4d5e-4f7e-b55c-99301a9d1033",
"id": "fc61cc0c-4b0d-40c9-8b2c-a2177085ba44",
"ConfigId": "d212dcf7-4347-420b-b30c-3ab2c3aca928"
}
]