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-06T17:26:18.6220435+00:00",
"SubmitDate": "2026-07-06T17:26:18.6220435+00:00",
"ReportPeriodStart": "2026-07-06T17:26:18.6220435+00:00",
"ReportPeriodEnd": "2026-07-06T17:26:18.6220435+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1e9bc8cc-b68d-41d9-aeed-015746183404",
"Rows": [
{
"ItemId": "4cb63391-870b-4dd4-8703-6e8da63d6e34",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cb63391-870b-4dd4-8703-6e8da63d6e34",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1e9bc8cc-b68d-41d9-aeed-015746183404",
"Rows": [
{
"ItemId": "4cb63391-870b-4dd4-8703-6e8da63d6e34",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cb63391-870b-4dd4-8703-6e8da63d6e34",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3950b871-ef19-4647-8aa4-00ee7212b87d",
"003d1055-3f1c-4eaa-871a-55cea98a71ef"
],
"Approvers": [
"0d05a261-b647-4b59-a3d7-4b32f866fff0",
"36d01ce4-8be4-4e78-abf2-ff5a8a3fef38"
],
"ApprovedBy": "9dcbc00b-5f5c-46b2-8572-485bda214fd0",
"ApprovalDate": "2026-07-06T17:26:18.6220435+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ef75b583-9c1f-4240-9844-53696da6665d",
"WorkPlanId": "2f5e82b9-6c77-4937-a8d9-6d9b6797efc2",
"id": "bbf7465b-12da-4b72-af44-519957f5d573",
"ConfigId": "12ff7b61-48e0-405e-83b5-37d287c6e8c2"
},
{
"GenerationDate": "2026-07-06T17:26:18.6220435+00:00",
"SubmitDate": "2026-07-06T17:26:18.6220435+00:00",
"ReportPeriodStart": "2026-07-06T17:26:18.6220435+00:00",
"ReportPeriodEnd": "2026-07-06T17:26:18.6220435+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1e9bc8cc-b68d-41d9-aeed-015746183404",
"Rows": [
{
"ItemId": "4cb63391-870b-4dd4-8703-6e8da63d6e34",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cb63391-870b-4dd4-8703-6e8da63d6e34",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1e9bc8cc-b68d-41d9-aeed-015746183404",
"Rows": [
{
"ItemId": "4cb63391-870b-4dd4-8703-6e8da63d6e34",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cb63391-870b-4dd4-8703-6e8da63d6e34",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3950b871-ef19-4647-8aa4-00ee7212b87d",
"003d1055-3f1c-4eaa-871a-55cea98a71ef"
],
"Approvers": [
"0d05a261-b647-4b59-a3d7-4b32f866fff0",
"36d01ce4-8be4-4e78-abf2-ff5a8a3fef38"
],
"ApprovedBy": "9dcbc00b-5f5c-46b2-8572-485bda214fd0",
"ApprovalDate": "2026-07-06T17:26:18.6220435+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ef75b583-9c1f-4240-9844-53696da6665d",
"WorkPlanId": "2f5e82b9-6c77-4937-a8d9-6d9b6797efc2",
"id": "bbf7465b-12da-4b72-af44-519957f5d573",
"ConfigId": "12ff7b61-48e0-405e-83b5-37d287c6e8c2"
}
]