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-08-20T21:43:19.4366069+00:00",
"SubmitDate": "2026-08-20T21:43:19.4366069+00:00",
"ReportPeriodStart": "2026-08-20T21:43:19.4366069+00:00",
"ReportPeriodEnd": "2026-08-20T21:43:19.4366069+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4702d58f-3ad2-4ce7-85a9-604bde85ae6a",
"Rows": [
{
"ItemId": "1e49cfc9-4784-4479-92bc-979242661a9d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e49cfc9-4784-4479-92bc-979242661a9d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4702d58f-3ad2-4ce7-85a9-604bde85ae6a",
"Rows": [
{
"ItemId": "1e49cfc9-4784-4479-92bc-979242661a9d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e49cfc9-4784-4479-92bc-979242661a9d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4fcc1336-6e02-49f4-8471-b4e823524edd",
"bc520936-7097-4fa8-a7d9-8c769d33002b"
],
"Approvers": [
"79360f32-538a-4d52-a7d6-710033fc9c4d",
"c591281b-2cc7-4eb7-bf76-5a70659a08b5"
],
"ApprovedBy": "7054b5ea-1c0f-45f1-aa73-db4e510ca6a4",
"ApprovalDate": "2026-08-20T21:43:19.4366069+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f914803c-195f-4b91-86ca-5996d80d87bc",
"WorkPlanId": "a4c54131-57d3-433d-9aa8-d55510d030c8",
"id": "19de2056-4c06-4fae-a333-fa4d58da9c05",
"ConfigId": "e4083c98-acde-4ddb-9991-097ed6fae022"
},
{
"GenerationDate": "2026-08-20T21:43:19.4366069+00:00",
"SubmitDate": "2026-08-20T21:43:19.4366069+00:00",
"ReportPeriodStart": "2026-08-20T21:43:19.4366069+00:00",
"ReportPeriodEnd": "2026-08-20T21:43:19.4366069+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4702d58f-3ad2-4ce7-85a9-604bde85ae6a",
"Rows": [
{
"ItemId": "1e49cfc9-4784-4479-92bc-979242661a9d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e49cfc9-4784-4479-92bc-979242661a9d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4702d58f-3ad2-4ce7-85a9-604bde85ae6a",
"Rows": [
{
"ItemId": "1e49cfc9-4784-4479-92bc-979242661a9d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e49cfc9-4784-4479-92bc-979242661a9d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4fcc1336-6e02-49f4-8471-b4e823524edd",
"bc520936-7097-4fa8-a7d9-8c769d33002b"
],
"Approvers": [
"79360f32-538a-4d52-a7d6-710033fc9c4d",
"c591281b-2cc7-4eb7-bf76-5a70659a08b5"
],
"ApprovedBy": "7054b5ea-1c0f-45f1-aa73-db4e510ca6a4",
"ApprovalDate": "2026-08-20T21:43:19.4366069+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f914803c-195f-4b91-86ca-5996d80d87bc",
"WorkPlanId": "a4c54131-57d3-433d-9aa8-d55510d030c8",
"id": "19de2056-4c06-4fae-a333-fa4d58da9c05",
"ConfigId": "e4083c98-acde-4ddb-9991-097ed6fae022"
}
]