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-27T14:35:49.5030632+00:00",
"SubmitDate": "2026-06-27T14:35:49.5030632+00:00",
"ReportPeriodStart": "2026-06-27T14:35:49.5030632+00:00",
"ReportPeriodEnd": "2026-06-27T14:35:49.5030632+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "eeaa448e-6091-4587-afea-b13b91e2b1fe",
"Rows": [
{
"ItemId": "2a7c6942-92db-4a8e-aa88-798db325055a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a7c6942-92db-4a8e-aa88-798db325055a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "eeaa448e-6091-4587-afea-b13b91e2b1fe",
"Rows": [
{
"ItemId": "2a7c6942-92db-4a8e-aa88-798db325055a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a7c6942-92db-4a8e-aa88-798db325055a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7d90df64-0e04-4f29-8f12-4e7f4e054b01",
"83f8f7fc-2e9b-4216-a649-1888a45df564"
],
"Approvers": [
"c52a557d-6843-41ff-8791-346a5964ffed",
"c4554ec0-77fe-48fd-bb85-101918a624b1"
],
"ApprovedBy": "1e0dfd23-ad7e-4fc7-a8f8-95c9109d09de",
"ApprovalDate": "2026-06-27T14:35:49.5186795+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8c89733f-8087-41ad-8aa1-b5721c733940",
"WorkPlanId": "025af028-7a11-4b6b-819e-08b9645e2164",
"id": "9d79723c-e4c6-417b-bbd9-b2250111e77a",
"ConfigId": "400a57a1-7b4e-4f3b-a823-26164beef403"
},
{
"GenerationDate": "2026-06-27T14:35:49.5030632+00:00",
"SubmitDate": "2026-06-27T14:35:49.5030632+00:00",
"ReportPeriodStart": "2026-06-27T14:35:49.5030632+00:00",
"ReportPeriodEnd": "2026-06-27T14:35:49.5030632+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "eeaa448e-6091-4587-afea-b13b91e2b1fe",
"Rows": [
{
"ItemId": "2a7c6942-92db-4a8e-aa88-798db325055a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a7c6942-92db-4a8e-aa88-798db325055a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "eeaa448e-6091-4587-afea-b13b91e2b1fe",
"Rows": [
{
"ItemId": "2a7c6942-92db-4a8e-aa88-798db325055a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a7c6942-92db-4a8e-aa88-798db325055a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7d90df64-0e04-4f29-8f12-4e7f4e054b01",
"83f8f7fc-2e9b-4216-a649-1888a45df564"
],
"Approvers": [
"c52a557d-6843-41ff-8791-346a5964ffed",
"c4554ec0-77fe-48fd-bb85-101918a624b1"
],
"ApprovedBy": "1e0dfd23-ad7e-4fc7-a8f8-95c9109d09de",
"ApprovalDate": "2026-06-27T14:35:49.5186795+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8c89733f-8087-41ad-8aa1-b5721c733940",
"WorkPlanId": "025af028-7a11-4b6b-819e-08b9645e2164",
"id": "9d79723c-e4c6-417b-bbd9-b2250111e77a",
"ConfigId": "400a57a1-7b4e-4f3b-a823-26164beef403"
}
]