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-06T09:33:40.7126101+00:00",
"SubmitDate": "2026-07-06T09:33:40.7126101+00:00",
"ReportPeriodStart": "2026-07-06T09:33:40.7126101+00:00",
"ReportPeriodEnd": "2026-07-06T09:33:40.7126101+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c62cefac-506f-4915-bcb1-10835064f2cf",
"Rows": [
{
"ItemId": "1b4409e9-604b-4438-b913-c530301e046b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b4409e9-604b-4438-b913-c530301e046b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c62cefac-506f-4915-bcb1-10835064f2cf",
"Rows": [
{
"ItemId": "1b4409e9-604b-4438-b913-c530301e046b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b4409e9-604b-4438-b913-c530301e046b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b25398d8-ca10-418f-81cb-559031c80640",
"f2905d8a-15f1-41de-8b65-42033c9b3c4f"
],
"Approvers": [
"3235667e-650b-4c49-9a3b-d9c6b09377f7",
"596bef35-a060-4da7-9f81-a1db3c7920c0"
],
"ApprovedBy": "9227f443-e6bc-4daa-8b27-f7ac983f20f8",
"ApprovalDate": "2026-07-06T09:33:40.7126101+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4b964bbd-ea7d-4f37-a6a0-9f22ee5ad3f0",
"WorkPlanId": "bccdf96f-ec58-4ce7-90ef-5647745e9157",
"id": "a3232a83-14f9-45b0-9ce4-474c09f394cb",
"ConfigId": "bc42d0da-fcd1-4816-88ee-9b02a8b690ac"
},
{
"GenerationDate": "2026-07-06T09:33:40.7126101+00:00",
"SubmitDate": "2026-07-06T09:33:40.7126101+00:00",
"ReportPeriodStart": "2026-07-06T09:33:40.7126101+00:00",
"ReportPeriodEnd": "2026-07-06T09:33:40.7126101+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c62cefac-506f-4915-bcb1-10835064f2cf",
"Rows": [
{
"ItemId": "1b4409e9-604b-4438-b913-c530301e046b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b4409e9-604b-4438-b913-c530301e046b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c62cefac-506f-4915-bcb1-10835064f2cf",
"Rows": [
{
"ItemId": "1b4409e9-604b-4438-b913-c530301e046b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b4409e9-604b-4438-b913-c530301e046b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b25398d8-ca10-418f-81cb-559031c80640",
"f2905d8a-15f1-41de-8b65-42033c9b3c4f"
],
"Approvers": [
"3235667e-650b-4c49-9a3b-d9c6b09377f7",
"596bef35-a060-4da7-9f81-a1db3c7920c0"
],
"ApprovedBy": "9227f443-e6bc-4daa-8b27-f7ac983f20f8",
"ApprovalDate": "2026-07-06T09:33:40.7126101+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4b964bbd-ea7d-4f37-a6a0-9f22ee5ad3f0",
"WorkPlanId": "bccdf96f-ec58-4ce7-90ef-5647745e9157",
"id": "a3232a83-14f9-45b0-9ce4-474c09f394cb",
"ConfigId": "bc42d0da-fcd1-4816-88ee-9b02a8b690ac"
}
]