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-07-03T05:50:21.0746402+00:00",
"SubmitDate": "2026-07-03T05:50:21.0746402+00:00",
"ReportPeriodStart": "2026-07-03T05:50:21.0746402+00:00",
"ReportPeriodEnd": "2026-07-03T05:50:21.0746402+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "095a6194-fc91-48e3-90c3-4062c18ee2db",
"Rows": [
{
"ItemId": "9286b842-06dc-4e5c-8e38-85dd7880de61",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9286b842-06dc-4e5c-8e38-85dd7880de61",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "095a6194-fc91-48e3-90c3-4062c18ee2db",
"Rows": [
{
"ItemId": "9286b842-06dc-4e5c-8e38-85dd7880de61",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9286b842-06dc-4e5c-8e38-85dd7880de61",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"38c21d22-717c-467c-b441-0ff437e7b80d",
"da97349d-2917-45db-bf65-94a42319d144"
],
"Approvers": [
"c913bf70-901b-4324-9208-cdd5a658a73e",
"f461ee90-533c-483c-8e6e-7be6745ebf0d"
],
"ApprovedBy": "05da1a00-4241-4f33-ae7f-d93b76a8444a",
"ApprovalDate": "2026-07-03T05:50:21.0746402+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "65141a12-38ba-49fe-a77f-309106843610",
"WorkPlanId": "a5479e2e-a91f-405b-b309-1699c46d7b3a",
"id": "ec60774f-37aa-4d1b-adec-94ab0918564d",
"ConfigId": "80d9cdd2-a062-4b54-a058-d35446d20134"
},
{
"GenerationDate": "2026-07-03T05:50:21.0746402+00:00",
"SubmitDate": "2026-07-03T05:50:21.0746402+00:00",
"ReportPeriodStart": "2026-07-03T05:50:21.0746402+00:00",
"ReportPeriodEnd": "2026-07-03T05:50:21.0746402+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "095a6194-fc91-48e3-90c3-4062c18ee2db",
"Rows": [
{
"ItemId": "9286b842-06dc-4e5c-8e38-85dd7880de61",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9286b842-06dc-4e5c-8e38-85dd7880de61",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "095a6194-fc91-48e3-90c3-4062c18ee2db",
"Rows": [
{
"ItemId": "9286b842-06dc-4e5c-8e38-85dd7880de61",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9286b842-06dc-4e5c-8e38-85dd7880de61",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"38c21d22-717c-467c-b441-0ff437e7b80d",
"da97349d-2917-45db-bf65-94a42319d144"
],
"Approvers": [
"c913bf70-901b-4324-9208-cdd5a658a73e",
"f461ee90-533c-483c-8e6e-7be6745ebf0d"
],
"ApprovedBy": "05da1a00-4241-4f33-ae7f-d93b76a8444a",
"ApprovalDate": "2026-07-03T05:50:21.0746402+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "65141a12-38ba-49fe-a77f-309106843610",
"WorkPlanId": "a5479e2e-a91f-405b-b309-1699c46d7b3a",
"id": "ec60774f-37aa-4d1b-adec-94ab0918564d",
"ConfigId": "80d9cdd2-a062-4b54-a058-d35446d20134"
}
]