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-08-29T12:50:17.1163284+00:00",
"SubmitDate": "2026-08-29T12:50:17.1163284+00:00",
"ReportPeriodStart": "2026-08-29T12:50:17.1163284+00:00",
"ReportPeriodEnd": "2026-08-29T12:50:17.1163284+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a74d0f1b-2e46-4f4a-93a9-96739c1dc229",
"Rows": [
{
"ItemId": "d983aff8-8213-405e-81df-946781bc0ab8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d983aff8-8213-405e-81df-946781bc0ab8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a74d0f1b-2e46-4f4a-93a9-96739c1dc229",
"Rows": [
{
"ItemId": "d983aff8-8213-405e-81df-946781bc0ab8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d983aff8-8213-405e-81df-946781bc0ab8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"da821cdb-7437-4f81-bd13-e97903794a8e",
"da43e1fa-997a-4550-809d-948057c9aa8a"
],
"Approvers": [
"b5ee2d5b-4e73-4012-80ee-69625d88e2bc",
"78dc6852-eb40-4f5c-acba-4b7549b2cb73"
],
"ApprovedBy": "2b2ea408-922d-4613-8042-8986a6114786",
"ApprovalDate": "2026-08-29T12:50:17.1163284+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "440042dc-a1a3-491c-84e0-6e5d325e9bf7",
"WorkPlanId": "bc5c40eb-4958-49e0-9062-e49c43c49d05",
"id": "0853d577-ce56-4e8f-bb58-e5498b35bf72",
"ConfigId": "1d15a4a1-7a04-4655-bb82-2cf4156b1362"
},
{
"GenerationDate": "2026-08-29T12:50:17.1163284+00:00",
"SubmitDate": "2026-08-29T12:50:17.1163284+00:00",
"ReportPeriodStart": "2026-08-29T12:50:17.1163284+00:00",
"ReportPeriodEnd": "2026-08-29T12:50:17.1163284+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a74d0f1b-2e46-4f4a-93a9-96739c1dc229",
"Rows": [
{
"ItemId": "d983aff8-8213-405e-81df-946781bc0ab8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d983aff8-8213-405e-81df-946781bc0ab8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a74d0f1b-2e46-4f4a-93a9-96739c1dc229",
"Rows": [
{
"ItemId": "d983aff8-8213-405e-81df-946781bc0ab8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d983aff8-8213-405e-81df-946781bc0ab8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"da821cdb-7437-4f81-bd13-e97903794a8e",
"da43e1fa-997a-4550-809d-948057c9aa8a"
],
"Approvers": [
"b5ee2d5b-4e73-4012-80ee-69625d88e2bc",
"78dc6852-eb40-4f5c-acba-4b7549b2cb73"
],
"ApprovedBy": "2b2ea408-922d-4613-8042-8986a6114786",
"ApprovalDate": "2026-08-29T12:50:17.1163284+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "440042dc-a1a3-491c-84e0-6e5d325e9bf7",
"WorkPlanId": "bc5c40eb-4958-49e0-9062-e49c43c49d05",
"id": "0853d577-ce56-4e8f-bb58-e5498b35bf72",
"ConfigId": "1d15a4a1-7a04-4655-bb82-2cf4156b1362"
}
]