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-15T20:53:54.7911871+00:00",
"SubmitDate": "2026-08-15T20:53:54.7911871+00:00",
"ReportPeriodStart": "2026-08-15T20:53:54.7911871+00:00",
"ReportPeriodEnd": "2026-08-15T20:53:54.7911871+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c50d5856-4b83-486b-848a-e41f072376a4",
"Rows": [
{
"ItemId": "de91e8cd-182f-4698-afce-586ba148eeb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de91e8cd-182f-4698-afce-586ba148eeb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c50d5856-4b83-486b-848a-e41f072376a4",
"Rows": [
{
"ItemId": "de91e8cd-182f-4698-afce-586ba148eeb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de91e8cd-182f-4698-afce-586ba148eeb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6f9ef77c-476f-4527-8703-0b53a800508a",
"32e3a803-bca9-458e-8f16-d40b50b68ac0"
],
"Approvers": [
"bf492abe-6171-487e-8201-b2015503e436",
"bdb81945-7df7-4a9a-8807-345b4b84d9be"
],
"ApprovedBy": "c28d417e-c70b-4e1f-9bc9-5e4ee718b845",
"ApprovalDate": "2026-08-15T20:53:54.7911871+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "53249f5c-4619-4374-a304-02d9ce9f7dc9",
"WorkPlanId": "9e8bf58c-057a-4aa6-8e64-7dcac50ed330",
"id": "45db4d26-88b2-465c-ad5a-d47b320df1a9",
"ConfigId": "94a57a71-79ec-43ac-987c-c40ae9c072f4"
},
{
"GenerationDate": "2026-08-15T20:53:54.7911871+00:00",
"SubmitDate": "2026-08-15T20:53:54.7911871+00:00",
"ReportPeriodStart": "2026-08-15T20:53:54.7911871+00:00",
"ReportPeriodEnd": "2026-08-15T20:53:54.7911871+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c50d5856-4b83-486b-848a-e41f072376a4",
"Rows": [
{
"ItemId": "de91e8cd-182f-4698-afce-586ba148eeb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de91e8cd-182f-4698-afce-586ba148eeb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c50d5856-4b83-486b-848a-e41f072376a4",
"Rows": [
{
"ItemId": "de91e8cd-182f-4698-afce-586ba148eeb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de91e8cd-182f-4698-afce-586ba148eeb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6f9ef77c-476f-4527-8703-0b53a800508a",
"32e3a803-bca9-458e-8f16-d40b50b68ac0"
],
"Approvers": [
"bf492abe-6171-487e-8201-b2015503e436",
"bdb81945-7df7-4a9a-8807-345b4b84d9be"
],
"ApprovedBy": "c28d417e-c70b-4e1f-9bc9-5e4ee718b845",
"ApprovalDate": "2026-08-15T20:53:54.7911871+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "53249f5c-4619-4374-a304-02d9ce9f7dc9",
"WorkPlanId": "9e8bf58c-057a-4aa6-8e64-7dcac50ed330",
"id": "45db4d26-88b2-465c-ad5a-d47b320df1a9",
"ConfigId": "94a57a71-79ec-43ac-987c-c40ae9c072f4"
}
]