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-26T17:59:46.9154014+00:00",
"SubmitDate": "2026-09-26T17:59:46.9154014+00:00",
"ReportPeriodStart": "2026-09-26T17:59:46.9154014+00:00",
"ReportPeriodEnd": "2026-09-26T17:59:46.9154014+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "90c5c700-c596-4c21-9600-46779926fb93",
"Rows": [
{
"ItemId": "83350f3d-b682-4209-91ae-0cf7be8d8d24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83350f3d-b682-4209-91ae-0cf7be8d8d24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "90c5c700-c596-4c21-9600-46779926fb93",
"Rows": [
{
"ItemId": "83350f3d-b682-4209-91ae-0cf7be8d8d24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83350f3d-b682-4209-91ae-0cf7be8d8d24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f602ab9-80d2-4bdd-a0fa-741e2dbf89f6",
"e80d7d79-ebde-49e9-bb69-0143096892e3"
],
"Approvers": [
"23dd358b-0496-453c-b69a-5ba2eef0998d",
"01072594-1d94-44db-82f5-7cdafb0cdb6a"
],
"ApprovedBy": "e0de5d78-4ebc-41e1-b067-bb0b85ca4975",
"ApprovalDate": "2026-09-26T17:59:46.9310263+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "62a1cfca-6e1e-4de7-a24c-65657b989204",
"WorkPlanId": "2b55e6bd-faf0-4bae-8fbf-16e5283d4ee8",
"id": "4bf39896-2996-459f-aa7c-0e2a4fd4379d",
"ConfigId": "5c4acaab-dc7f-44f0-a752-271a49c37e64"
},
{
"GenerationDate": "2026-09-26T17:59:46.9154014+00:00",
"SubmitDate": "2026-09-26T17:59:46.9154014+00:00",
"ReportPeriodStart": "2026-09-26T17:59:46.9154014+00:00",
"ReportPeriodEnd": "2026-09-26T17:59:46.9154014+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "90c5c700-c596-4c21-9600-46779926fb93",
"Rows": [
{
"ItemId": "83350f3d-b682-4209-91ae-0cf7be8d8d24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83350f3d-b682-4209-91ae-0cf7be8d8d24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "90c5c700-c596-4c21-9600-46779926fb93",
"Rows": [
{
"ItemId": "83350f3d-b682-4209-91ae-0cf7be8d8d24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83350f3d-b682-4209-91ae-0cf7be8d8d24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f602ab9-80d2-4bdd-a0fa-741e2dbf89f6",
"e80d7d79-ebde-49e9-bb69-0143096892e3"
],
"Approvers": [
"23dd358b-0496-453c-b69a-5ba2eef0998d",
"01072594-1d94-44db-82f5-7cdafb0cdb6a"
],
"ApprovedBy": "e0de5d78-4ebc-41e1-b067-bb0b85ca4975",
"ApprovalDate": "2026-09-26T17:59:46.9310263+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "62a1cfca-6e1e-4de7-a24c-65657b989204",
"WorkPlanId": "2b55e6bd-faf0-4bae-8fbf-16e5283d4ee8",
"id": "4bf39896-2996-459f-aa7c-0e2a4fd4379d",
"ConfigId": "5c4acaab-dc7f-44f0-a752-271a49c37e64"
}
]