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-08T00:03:45.3468913+00:00",
"SubmitDate": "2026-08-08T00:03:45.3468913+00:00",
"ReportPeriodStart": "2026-08-08T00:03:45.3468913+00:00",
"ReportPeriodEnd": "2026-08-08T00:03:45.3468913+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1cb7fa49-0cd6-4e1f-b9e1-5405e906547e",
"Rows": [
{
"ItemId": "b81f43ec-ca64-4765-8af7-bbd503d366f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b81f43ec-ca64-4765-8af7-bbd503d366f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1cb7fa49-0cd6-4e1f-b9e1-5405e906547e",
"Rows": [
{
"ItemId": "b81f43ec-ca64-4765-8af7-bbd503d366f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b81f43ec-ca64-4765-8af7-bbd503d366f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"047bc43d-bb99-4aec-9eb6-12123e9c2b0e",
"82cbb777-7446-411b-a9a1-262f76ae9812"
],
"Approvers": [
"e0c891d3-234a-4413-85b4-1acaea65598d",
"9a99eaa2-b036-42b2-80df-ef8e2670b397"
],
"ApprovedBy": "95fb77ff-17f6-4f7c-b7db-196310cb0959",
"ApprovalDate": "2026-08-08T00:03:45.362506+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "61debb3c-bd01-40d9-9975-2b28f7e8c479",
"WorkPlanId": "3140b2a6-edb2-4599-bbbe-82b7ae2d43ee",
"id": "38ca11df-a57d-4d92-b590-1f627f2b89e7",
"ConfigId": "48d0d900-e2c5-40ac-b7d2-f09bb167173b"
},
{
"GenerationDate": "2026-08-08T00:03:45.3468913+00:00",
"SubmitDate": "2026-08-08T00:03:45.3468913+00:00",
"ReportPeriodStart": "2026-08-08T00:03:45.3468913+00:00",
"ReportPeriodEnd": "2026-08-08T00:03:45.3468913+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1cb7fa49-0cd6-4e1f-b9e1-5405e906547e",
"Rows": [
{
"ItemId": "b81f43ec-ca64-4765-8af7-bbd503d366f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b81f43ec-ca64-4765-8af7-bbd503d366f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1cb7fa49-0cd6-4e1f-b9e1-5405e906547e",
"Rows": [
{
"ItemId": "b81f43ec-ca64-4765-8af7-bbd503d366f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b81f43ec-ca64-4765-8af7-bbd503d366f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"047bc43d-bb99-4aec-9eb6-12123e9c2b0e",
"82cbb777-7446-411b-a9a1-262f76ae9812"
],
"Approvers": [
"e0c891d3-234a-4413-85b4-1acaea65598d",
"9a99eaa2-b036-42b2-80df-ef8e2670b397"
],
"ApprovedBy": "95fb77ff-17f6-4f7c-b7db-196310cb0959",
"ApprovalDate": "2026-08-08T00:03:45.362506+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "61debb3c-bd01-40d9-9975-2b28f7e8c479",
"WorkPlanId": "3140b2a6-edb2-4599-bbbe-82b7ae2d43ee",
"id": "38ca11df-a57d-4d92-b590-1f627f2b89e7",
"ConfigId": "48d0d900-e2c5-40ac-b7d2-f09bb167173b"
}
]