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-06T21:15:32.3061028+00:00",
"SubmitDate": "2026-08-06T21:15:32.3061028+00:00",
"ReportPeriodStart": "2026-08-06T21:15:32.3061028+00:00",
"ReportPeriodEnd": "2026-08-06T21:15:32.3061028+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d5055a36-cbfa-419a-a42a-00564de5107c",
"Rows": [
{
"ItemId": "d49bc4be-8e36-4c00-a87b-23c4adb166f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d49bc4be-8e36-4c00-a87b-23c4adb166f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d5055a36-cbfa-419a-a42a-00564de5107c",
"Rows": [
{
"ItemId": "d49bc4be-8e36-4c00-a87b-23c4adb166f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d49bc4be-8e36-4c00-a87b-23c4adb166f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"10cd74aa-1e7a-478a-b94a-ec6f78e25f80",
"16499c1d-826c-4153-af93-f887009ff9b2"
],
"Approvers": [
"d5de3612-33fb-4508-a062-e4123576d39f",
"bbafe11f-a0ef-4a70-84b5-0aa5ed8208eb"
],
"ApprovedBy": "260d027b-caba-4905-8550-81510b075906",
"ApprovalDate": "2026-08-06T21:15:32.3061028+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "93938592-e357-4a32-9e4d-6ec6a5f25d5b",
"WorkPlanId": "8fa3b0f1-b799-441e-8506-40af018f6c61",
"id": "06d6fdc8-3e29-4806-92f8-c26002aad976",
"ConfigId": "a37209d2-d947-4697-9c09-2536efa80c37"
},
{
"GenerationDate": "2026-08-06T21:15:32.3061028+00:00",
"SubmitDate": "2026-08-06T21:15:32.3061028+00:00",
"ReportPeriodStart": "2026-08-06T21:15:32.3061028+00:00",
"ReportPeriodEnd": "2026-08-06T21:15:32.3061028+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d5055a36-cbfa-419a-a42a-00564de5107c",
"Rows": [
{
"ItemId": "d49bc4be-8e36-4c00-a87b-23c4adb166f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d49bc4be-8e36-4c00-a87b-23c4adb166f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d5055a36-cbfa-419a-a42a-00564de5107c",
"Rows": [
{
"ItemId": "d49bc4be-8e36-4c00-a87b-23c4adb166f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d49bc4be-8e36-4c00-a87b-23c4adb166f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"10cd74aa-1e7a-478a-b94a-ec6f78e25f80",
"16499c1d-826c-4153-af93-f887009ff9b2"
],
"Approvers": [
"d5de3612-33fb-4508-a062-e4123576d39f",
"bbafe11f-a0ef-4a70-84b5-0aa5ed8208eb"
],
"ApprovedBy": "260d027b-caba-4905-8550-81510b075906",
"ApprovalDate": "2026-08-06T21:15:32.3061028+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "93938592-e357-4a32-9e4d-6ec6a5f25d5b",
"WorkPlanId": "8fa3b0f1-b799-441e-8506-40af018f6c61",
"id": "06d6fdc8-3e29-4806-92f8-c26002aad976",
"ConfigId": "a37209d2-d947-4697-9c09-2536efa80c37"
}
]