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-08T16:51:42.7050723+00:00",
"SubmitDate": "2026-07-08T16:51:42.7050723+00:00",
"ReportPeriodStart": "2026-07-08T16:51:42.7050723+00:00",
"ReportPeriodEnd": "2026-07-08T16:51:42.7050723+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "52feb7bd-2216-475d-8bd6-93af0b6149c4",
"Rows": [
{
"ItemId": "541462a4-cc57-492b-ab37-07ed7d048930",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "541462a4-cc57-492b-ab37-07ed7d048930",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "52feb7bd-2216-475d-8bd6-93af0b6149c4",
"Rows": [
{
"ItemId": "541462a4-cc57-492b-ab37-07ed7d048930",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "541462a4-cc57-492b-ab37-07ed7d048930",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fb365d9d-ee71-4a03-99a3-ec2dbd74569b",
"575a4846-ced2-4157-9d36-9997de399246"
],
"Approvers": [
"c4ec988d-bd33-4415-b9b0-4ed1972aa292",
"f20a0eca-e014-4859-8dcb-16121496237b"
],
"ApprovedBy": "47615854-182b-403e-b323-e94d00bfffef",
"ApprovalDate": "2026-07-08T16:51:42.7050723+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ce8ee346-02a1-48c7-ad43-89e1166de54c",
"WorkPlanId": "507aa750-5568-4745-ad15-68b3c1a84cc9",
"id": "49f846fd-eddc-4cf1-a449-6a24c0b564dd",
"ConfigId": "ca2f2201-596c-4fda-993a-81fd9f2d0f2d"
},
{
"GenerationDate": "2026-07-08T16:51:42.7050723+00:00",
"SubmitDate": "2026-07-08T16:51:42.7050723+00:00",
"ReportPeriodStart": "2026-07-08T16:51:42.7050723+00:00",
"ReportPeriodEnd": "2026-07-08T16:51:42.7050723+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "52feb7bd-2216-475d-8bd6-93af0b6149c4",
"Rows": [
{
"ItemId": "541462a4-cc57-492b-ab37-07ed7d048930",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "541462a4-cc57-492b-ab37-07ed7d048930",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "52feb7bd-2216-475d-8bd6-93af0b6149c4",
"Rows": [
{
"ItemId": "541462a4-cc57-492b-ab37-07ed7d048930",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "541462a4-cc57-492b-ab37-07ed7d048930",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fb365d9d-ee71-4a03-99a3-ec2dbd74569b",
"575a4846-ced2-4157-9d36-9997de399246"
],
"Approvers": [
"c4ec988d-bd33-4415-b9b0-4ed1972aa292",
"f20a0eca-e014-4859-8dcb-16121496237b"
],
"ApprovedBy": "47615854-182b-403e-b323-e94d00bfffef",
"ApprovalDate": "2026-07-08T16:51:42.7050723+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ce8ee346-02a1-48c7-ad43-89e1166de54c",
"WorkPlanId": "507aa750-5568-4745-ad15-68b3c1a84cc9",
"id": "49f846fd-eddc-4cf1-a449-6a24c0b564dd",
"ConfigId": "ca2f2201-596c-4fda-993a-81fd9f2d0f2d"
}
]