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-21T11:35:19.6674729+00:00",
"SubmitDate": "2026-07-21T11:35:19.6674729+00:00",
"ReportPeriodStart": "2026-07-21T11:35:19.6674729+00:00",
"ReportPeriodEnd": "2026-07-21T11:35:19.6674729+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "306840ac-643d-4e43-9cd2-703b5f0b6e7d",
"Rows": [
{
"ItemId": "b42d772f-dbec-4408-b69d-690a5f382a53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b42d772f-dbec-4408-b69d-690a5f382a53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "306840ac-643d-4e43-9cd2-703b5f0b6e7d",
"Rows": [
{
"ItemId": "b42d772f-dbec-4408-b69d-690a5f382a53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b42d772f-dbec-4408-b69d-690a5f382a53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5aae94be-273d-42a2-adee-4360b01d4082",
"abeb12de-1629-47e8-a063-6cd3a70269e6"
],
"Approvers": [
"f6243e42-7627-48f4-b897-a7f29ec380c3",
"f58a3521-ccee-4dac-b74a-1dbef4ee2f44"
],
"ApprovedBy": "d412c960-416c-4748-b0b5-73baa06cc811",
"ApprovalDate": "2026-07-21T11:35:19.6674729+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "04892a1c-9a5b-4575-9e69-e85b0d28906e",
"WorkPlanId": "add31529-56b6-4d16-956b-3dea73ed435f",
"id": "e2e4a8a6-917c-4037-ad9b-b6417d829016",
"ConfigId": "2a4c19b1-08f9-4ec0-9033-c98de87ceff1"
},
{
"GenerationDate": "2026-07-21T11:35:19.6674729+00:00",
"SubmitDate": "2026-07-21T11:35:19.6674729+00:00",
"ReportPeriodStart": "2026-07-21T11:35:19.6674729+00:00",
"ReportPeriodEnd": "2026-07-21T11:35:19.6674729+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "306840ac-643d-4e43-9cd2-703b5f0b6e7d",
"Rows": [
{
"ItemId": "b42d772f-dbec-4408-b69d-690a5f382a53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b42d772f-dbec-4408-b69d-690a5f382a53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "306840ac-643d-4e43-9cd2-703b5f0b6e7d",
"Rows": [
{
"ItemId": "b42d772f-dbec-4408-b69d-690a5f382a53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b42d772f-dbec-4408-b69d-690a5f382a53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5aae94be-273d-42a2-adee-4360b01d4082",
"abeb12de-1629-47e8-a063-6cd3a70269e6"
],
"Approvers": [
"f6243e42-7627-48f4-b897-a7f29ec380c3",
"f58a3521-ccee-4dac-b74a-1dbef4ee2f44"
],
"ApprovedBy": "d412c960-416c-4748-b0b5-73baa06cc811",
"ApprovalDate": "2026-07-21T11:35:19.6674729+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "04892a1c-9a5b-4575-9e69-e85b0d28906e",
"WorkPlanId": "add31529-56b6-4d16-956b-3dea73ed435f",
"id": "e2e4a8a6-917c-4037-ad9b-b6417d829016",
"ConfigId": "2a4c19b1-08f9-4ec0-9033-c98de87ceff1"
}
]