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-09-05T08:00:36.8322892+00:00",
"SubmitDate": "2026-09-05T08:00:36.8322892+00:00",
"ReportPeriodStart": "2026-09-05T08:00:36.8322892+00:00",
"ReportPeriodEnd": "2026-09-05T08:00:36.8322892+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6060386d-7dfe-452a-b149-e3ff06d167f4",
"Rows": [
{
"ItemId": "d1b6bc21-870d-4ad2-bb5a-86dfb3b49aef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1b6bc21-870d-4ad2-bb5a-86dfb3b49aef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6060386d-7dfe-452a-b149-e3ff06d167f4",
"Rows": [
{
"ItemId": "d1b6bc21-870d-4ad2-bb5a-86dfb3b49aef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1b6bc21-870d-4ad2-bb5a-86dfb3b49aef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b69aff21-0947-4c43-9b48-cec838795182",
"e809feb2-d4c6-4204-bdbd-e92679364bc8"
],
"Approvers": [
"77372989-3d7d-4f60-8069-e1cacd5f9bef",
"9057e594-b610-466d-a7a3-81ba09bcfb46"
],
"ApprovedBy": "c613929d-4b92-4ce0-b711-02814e27fef3",
"ApprovalDate": "2026-09-05T08:00:36.8322892+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "156f9cfb-8825-445b-add3-2bacd1eb8731",
"WorkPlanId": "73078240-746b-4778-93be-b5beaf77f333",
"id": "a18b4485-57aa-470b-9d0d-ef9995478c10",
"ConfigId": "918bef8c-b95e-480c-b4b8-138bdf794189"
},
{
"GenerationDate": "2026-09-05T08:00:36.8322892+00:00",
"SubmitDate": "2026-09-05T08:00:36.8322892+00:00",
"ReportPeriodStart": "2026-09-05T08:00:36.8322892+00:00",
"ReportPeriodEnd": "2026-09-05T08:00:36.8322892+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6060386d-7dfe-452a-b149-e3ff06d167f4",
"Rows": [
{
"ItemId": "d1b6bc21-870d-4ad2-bb5a-86dfb3b49aef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1b6bc21-870d-4ad2-bb5a-86dfb3b49aef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6060386d-7dfe-452a-b149-e3ff06d167f4",
"Rows": [
{
"ItemId": "d1b6bc21-870d-4ad2-bb5a-86dfb3b49aef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1b6bc21-870d-4ad2-bb5a-86dfb3b49aef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b69aff21-0947-4c43-9b48-cec838795182",
"e809feb2-d4c6-4204-bdbd-e92679364bc8"
],
"Approvers": [
"77372989-3d7d-4f60-8069-e1cacd5f9bef",
"9057e594-b610-466d-a7a3-81ba09bcfb46"
],
"ApprovedBy": "c613929d-4b92-4ce0-b711-02814e27fef3",
"ApprovalDate": "2026-09-05T08:00:36.8322892+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "156f9cfb-8825-445b-add3-2bacd1eb8731",
"WorkPlanId": "73078240-746b-4778-93be-b5beaf77f333",
"id": "a18b4485-57aa-470b-9d0d-ef9995478c10",
"ConfigId": "918bef8c-b95e-480c-b4b8-138bdf794189"
}
]