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-10T00:53:50.5961945+00:00",
"SubmitDate": "2026-07-10T00:53:50.5961945+00:00",
"ReportPeriodStart": "2026-07-10T00:53:50.5961945+00:00",
"ReportPeriodEnd": "2026-07-10T00:53:50.5961945+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6efd4df5-60bf-48fe-b94a-dfb34ab46905",
"Rows": [
{
"ItemId": "c90ab729-a926-4860-b722-996ffeaba145",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c90ab729-a926-4860-b722-996ffeaba145",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6efd4df5-60bf-48fe-b94a-dfb34ab46905",
"Rows": [
{
"ItemId": "c90ab729-a926-4860-b722-996ffeaba145",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c90ab729-a926-4860-b722-996ffeaba145",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"95a87fb4-6365-4322-a04d-22a54b0a239e",
"d5569920-63fb-425e-8c61-cd1164adf542"
],
"Approvers": [
"3e1cf721-63b9-45de-8128-18af32e1c45c",
"b6bc97cc-c6b9-4213-8252-7d5359f8092b"
],
"ApprovedBy": "fa679c4f-940a-4e75-abb2-d94af54e220d",
"ApprovalDate": "2026-07-10T00:53:50.5961945+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "999fb425-2be6-4841-accb-6d88db50d9e3",
"WorkPlanId": "4f2cf785-04c7-4ea3-8c7e-5e377aa385b2",
"id": "cb18c9e3-9ecd-414e-b167-a55c7ccda261",
"ConfigId": "ecf611c9-3c0a-4ca4-bd6b-eb23ff8ca723"
},
{
"GenerationDate": "2026-07-10T00:53:50.5961945+00:00",
"SubmitDate": "2026-07-10T00:53:50.5961945+00:00",
"ReportPeriodStart": "2026-07-10T00:53:50.5961945+00:00",
"ReportPeriodEnd": "2026-07-10T00:53:50.5961945+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6efd4df5-60bf-48fe-b94a-dfb34ab46905",
"Rows": [
{
"ItemId": "c90ab729-a926-4860-b722-996ffeaba145",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c90ab729-a926-4860-b722-996ffeaba145",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6efd4df5-60bf-48fe-b94a-dfb34ab46905",
"Rows": [
{
"ItemId": "c90ab729-a926-4860-b722-996ffeaba145",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c90ab729-a926-4860-b722-996ffeaba145",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"95a87fb4-6365-4322-a04d-22a54b0a239e",
"d5569920-63fb-425e-8c61-cd1164adf542"
],
"Approvers": [
"3e1cf721-63b9-45de-8128-18af32e1c45c",
"b6bc97cc-c6b9-4213-8252-7d5359f8092b"
],
"ApprovedBy": "fa679c4f-940a-4e75-abb2-d94af54e220d",
"ApprovalDate": "2026-07-10T00:53:50.5961945+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "999fb425-2be6-4841-accb-6d88db50d9e3",
"WorkPlanId": "4f2cf785-04c7-4ea3-8c7e-5e377aa385b2",
"id": "cb18c9e3-9ecd-414e-b167-a55c7ccda261",
"ConfigId": "ecf611c9-3c0a-4ca4-bd6b-eb23ff8ca723"
}
]