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-25T16:56:47.3769405+00:00",
"SubmitDate": "2026-07-25T16:56:47.3769405+00:00",
"ReportPeriodStart": "2026-07-25T16:56:47.3769405+00:00",
"ReportPeriodEnd": "2026-07-25T16:56:47.3769405+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "142ac911-b18f-4f9e-a349-f30dba908f58",
"Rows": [
{
"ItemId": "12b45750-5bdb-4c25-bc89-0d41ae2db081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "12b45750-5bdb-4c25-bc89-0d41ae2db081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "142ac911-b18f-4f9e-a349-f30dba908f58",
"Rows": [
{
"ItemId": "12b45750-5bdb-4c25-bc89-0d41ae2db081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "12b45750-5bdb-4c25-bc89-0d41ae2db081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"96aad5de-34f7-4ece-92e1-1e9f35652d11",
"09c63cee-61cb-47f6-bb2f-72d51624362f"
],
"Approvers": [
"c0b4f3a0-1bb6-46c7-8ef0-158e0d896cdf",
"3abf5c76-6d9a-49f2-b510-fd44fd676c54"
],
"ApprovedBy": "854cddb6-1c35-42b9-a92b-9aa27802a537",
"ApprovalDate": "2026-07-25T16:56:47.3769405+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "fa4a104c-c617-4dc3-8373-986bf4db0921",
"WorkPlanId": "562bdaa1-17ab-4bbe-b4ac-20cb79449396",
"id": "f8186ea1-f1e4-436e-9f5f-fda66977403b",
"ConfigId": "53868e60-6921-4f0d-b0d2-422eac181456"
},
{
"GenerationDate": "2026-07-25T16:56:47.3769405+00:00",
"SubmitDate": "2026-07-25T16:56:47.3769405+00:00",
"ReportPeriodStart": "2026-07-25T16:56:47.3769405+00:00",
"ReportPeriodEnd": "2026-07-25T16:56:47.3769405+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "142ac911-b18f-4f9e-a349-f30dba908f58",
"Rows": [
{
"ItemId": "12b45750-5bdb-4c25-bc89-0d41ae2db081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "12b45750-5bdb-4c25-bc89-0d41ae2db081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "142ac911-b18f-4f9e-a349-f30dba908f58",
"Rows": [
{
"ItemId": "12b45750-5bdb-4c25-bc89-0d41ae2db081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "12b45750-5bdb-4c25-bc89-0d41ae2db081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"96aad5de-34f7-4ece-92e1-1e9f35652d11",
"09c63cee-61cb-47f6-bb2f-72d51624362f"
],
"Approvers": [
"c0b4f3a0-1bb6-46c7-8ef0-158e0d896cdf",
"3abf5c76-6d9a-49f2-b510-fd44fd676c54"
],
"ApprovedBy": "854cddb6-1c35-42b9-a92b-9aa27802a537",
"ApprovalDate": "2026-07-25T16:56:47.3769405+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "fa4a104c-c617-4dc3-8373-986bf4db0921",
"WorkPlanId": "562bdaa1-17ab-4bbe-b4ac-20cb79449396",
"id": "f8186ea1-f1e4-436e-9f5f-fda66977403b",
"ConfigId": "53868e60-6921-4f0d-b0d2-422eac181456"
}
]