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-03T15:07:55.976787+00:00",
"SubmitDate": "2026-09-03T15:07:55.976787+00:00",
"ReportPeriodStart": "2026-09-03T15:07:55.976787+00:00",
"ReportPeriodEnd": "2026-09-03T15:07:55.976787+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2f64b026-d1f2-4226-a9ba-ef955d3bedc4",
"Rows": [
{
"ItemId": "4724ec58-d717-4299-9103-585ffc0f68c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4724ec58-d717-4299-9103-585ffc0f68c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2f64b026-d1f2-4226-a9ba-ef955d3bedc4",
"Rows": [
{
"ItemId": "4724ec58-d717-4299-9103-585ffc0f68c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4724ec58-d717-4299-9103-585ffc0f68c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d566db13-1804-464d-95a7-5220aead4df2",
"909e7840-88e7-4b89-8101-607502e4b2c9"
],
"Approvers": [
"e13d2bad-44b6-4beb-9cd3-8626c469c429",
"12a9de4f-1f35-44be-9e83-b5cd7b041ee8"
],
"ApprovedBy": "e4c25460-ff8f-4caf-ac3d-e524e9d739c9",
"ApprovalDate": "2026-09-03T15:07:55.976787+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b24f3ec9-57d2-472b-8b88-c763a159750e",
"WorkPlanId": "8c0183a0-b044-48ca-ab97-f1539e0d41a5",
"id": "e74b9275-dd23-42e7-a5d2-9a10988e2b45",
"ConfigId": "d85cd5f8-2317-46e4-813c-62ec168ada8a"
},
{
"GenerationDate": "2026-09-03T15:07:55.976787+00:00",
"SubmitDate": "2026-09-03T15:07:55.976787+00:00",
"ReportPeriodStart": "2026-09-03T15:07:55.976787+00:00",
"ReportPeriodEnd": "2026-09-03T15:07:55.976787+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2f64b026-d1f2-4226-a9ba-ef955d3bedc4",
"Rows": [
{
"ItemId": "4724ec58-d717-4299-9103-585ffc0f68c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4724ec58-d717-4299-9103-585ffc0f68c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2f64b026-d1f2-4226-a9ba-ef955d3bedc4",
"Rows": [
{
"ItemId": "4724ec58-d717-4299-9103-585ffc0f68c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4724ec58-d717-4299-9103-585ffc0f68c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d566db13-1804-464d-95a7-5220aead4df2",
"909e7840-88e7-4b89-8101-607502e4b2c9"
],
"Approvers": [
"e13d2bad-44b6-4beb-9cd3-8626c469c429",
"12a9de4f-1f35-44be-9e83-b5cd7b041ee8"
],
"ApprovedBy": "e4c25460-ff8f-4caf-ac3d-e524e9d739c9",
"ApprovalDate": "2026-09-03T15:07:55.976787+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b24f3ec9-57d2-472b-8b88-c763a159750e",
"WorkPlanId": "8c0183a0-b044-48ca-ab97-f1539e0d41a5",
"id": "e74b9275-dd23-42e7-a5d2-9a10988e2b45",
"ConfigId": "d85cd5f8-2317-46e4-813c-62ec168ada8a"
}
]