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-12T20:52:24.4624557+00:00",
"SubmitDate": "2026-09-12T20:52:24.4624557+00:00",
"ReportPeriodStart": "2026-09-12T20:52:24.4624557+00:00",
"ReportPeriodEnd": "2026-09-12T20:52:24.4624557+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b2c0aa84-c482-4243-9235-81b381b4726d",
"Rows": [
{
"ItemId": "6e4f90aa-652a-433c-b306-b277f1ec3c18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e4f90aa-652a-433c-b306-b277f1ec3c18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b2c0aa84-c482-4243-9235-81b381b4726d",
"Rows": [
{
"ItemId": "6e4f90aa-652a-433c-b306-b277f1ec3c18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e4f90aa-652a-433c-b306-b277f1ec3c18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d5f3acc1-6862-4864-9b70-b972ee71b90a",
"b70507c5-f7b1-4f1e-8f25-ea292522c1c8"
],
"Approvers": [
"4d0a72f2-2630-4407-8260-319bf68837d8",
"5b529b8a-c0f8-49c3-acfe-7c580229b544"
],
"ApprovedBy": "b57e3903-7516-468a-b06c-8ef2e43a706b",
"ApprovalDate": "2026-09-12T20:52:24.4624557+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "44982a09-c714-4f98-bb47-0242de300806",
"WorkPlanId": "5054a765-333e-4bbe-ba5f-942519127be0",
"id": "21b02b9c-a231-43bb-addd-2b203185bde4",
"ConfigId": "2218a71d-b4f1-4f68-9f53-e66a765a3a65"
},
{
"GenerationDate": "2026-09-12T20:52:24.4624557+00:00",
"SubmitDate": "2026-09-12T20:52:24.4624557+00:00",
"ReportPeriodStart": "2026-09-12T20:52:24.4624557+00:00",
"ReportPeriodEnd": "2026-09-12T20:52:24.4624557+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b2c0aa84-c482-4243-9235-81b381b4726d",
"Rows": [
{
"ItemId": "6e4f90aa-652a-433c-b306-b277f1ec3c18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e4f90aa-652a-433c-b306-b277f1ec3c18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b2c0aa84-c482-4243-9235-81b381b4726d",
"Rows": [
{
"ItemId": "6e4f90aa-652a-433c-b306-b277f1ec3c18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e4f90aa-652a-433c-b306-b277f1ec3c18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d5f3acc1-6862-4864-9b70-b972ee71b90a",
"b70507c5-f7b1-4f1e-8f25-ea292522c1c8"
],
"Approvers": [
"4d0a72f2-2630-4407-8260-319bf68837d8",
"5b529b8a-c0f8-49c3-acfe-7c580229b544"
],
"ApprovedBy": "b57e3903-7516-468a-b06c-8ef2e43a706b",
"ApprovalDate": "2026-09-12T20:52:24.4624557+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "44982a09-c714-4f98-bb47-0242de300806",
"WorkPlanId": "5054a765-333e-4bbe-ba5f-942519127be0",
"id": "21b02b9c-a231-43bb-addd-2b203185bde4",
"ConfigId": "2218a71d-b4f1-4f68-9f53-e66a765a3a65"
}
]