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-06-27T22:19:40.3094812+00:00",
"SubmitDate": "2026-06-27T22:19:40.3094812+00:00",
"ReportPeriodStart": "2026-06-27T22:19:40.3094812+00:00",
"ReportPeriodEnd": "2026-06-27T22:19:40.3094812+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "13476f09-a82c-41fe-afaf-cf8b0f0fc6c6",
"Rows": [
{
"ItemId": "bc3657ad-94dd-4290-a43a-cbbd8b62b9c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc3657ad-94dd-4290-a43a-cbbd8b62b9c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "13476f09-a82c-41fe-afaf-cf8b0f0fc6c6",
"Rows": [
{
"ItemId": "bc3657ad-94dd-4290-a43a-cbbd8b62b9c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc3657ad-94dd-4290-a43a-cbbd8b62b9c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"555b062f-f8df-4fcc-8fc4-506e5a369b81",
"3e7e2dd6-a9f6-495b-a951-e4adbf161b41"
],
"Approvers": [
"825325e4-7938-4de2-82ec-4d54405c3770",
"8acae710-63bb-458e-9c12-4686f976f87c"
],
"ApprovedBy": "0580922d-4169-4d6c-932f-5556ccef9473",
"ApprovalDate": "2026-06-27T22:19:40.3094812+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7ea329bc-8aa3-46f4-939d-fb29dab070bc",
"WorkPlanId": "55100b68-bf62-4f1a-9567-9d78304c0310",
"id": "3c5a8d62-1cce-474c-bac1-fd9c247000af",
"ConfigId": "5263b6a4-c603-4446-813d-540817ea2d5b"
},
{
"GenerationDate": "2026-06-27T22:19:40.3094812+00:00",
"SubmitDate": "2026-06-27T22:19:40.3094812+00:00",
"ReportPeriodStart": "2026-06-27T22:19:40.3094812+00:00",
"ReportPeriodEnd": "2026-06-27T22:19:40.3094812+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "13476f09-a82c-41fe-afaf-cf8b0f0fc6c6",
"Rows": [
{
"ItemId": "bc3657ad-94dd-4290-a43a-cbbd8b62b9c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc3657ad-94dd-4290-a43a-cbbd8b62b9c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "13476f09-a82c-41fe-afaf-cf8b0f0fc6c6",
"Rows": [
{
"ItemId": "bc3657ad-94dd-4290-a43a-cbbd8b62b9c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc3657ad-94dd-4290-a43a-cbbd8b62b9c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"555b062f-f8df-4fcc-8fc4-506e5a369b81",
"3e7e2dd6-a9f6-495b-a951-e4adbf161b41"
],
"Approvers": [
"825325e4-7938-4de2-82ec-4d54405c3770",
"8acae710-63bb-458e-9c12-4686f976f87c"
],
"ApprovedBy": "0580922d-4169-4d6c-932f-5556ccef9473",
"ApprovalDate": "2026-06-27T22:19:40.3094812+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7ea329bc-8aa3-46f4-939d-fb29dab070bc",
"WorkPlanId": "55100b68-bf62-4f1a-9567-9d78304c0310",
"id": "3c5a8d62-1cce-474c-bac1-fd9c247000af",
"ConfigId": "5263b6a4-c603-4446-813d-540817ea2d5b"
}
]