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-06T03:48:33.2264676+00:00",
"SubmitDate": "2026-09-06T03:48:33.2264676+00:00",
"ReportPeriodStart": "2026-09-06T03:48:33.2264676+00:00",
"ReportPeriodEnd": "2026-09-06T03:48:33.2264676+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "52b08d88-8311-4e4c-a8e9-36a897c964cf",
"Rows": [
{
"ItemId": "da57ad38-63d9-4d06-b708-59c110e49dd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da57ad38-63d9-4d06-b708-59c110e49dd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "52b08d88-8311-4e4c-a8e9-36a897c964cf",
"Rows": [
{
"ItemId": "da57ad38-63d9-4d06-b708-59c110e49dd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da57ad38-63d9-4d06-b708-59c110e49dd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b137112f-3992-4921-aee0-d710c92fd21f",
"7caa59d7-55bc-4d1a-a656-8498a5c1e7ba"
],
"Approvers": [
"c6333296-cdf2-4e97-8882-85653ab671a9",
"16fd6efa-444d-4dae-90ef-de38f5fa6d39"
],
"ApprovedBy": "a186aaaf-576e-4a38-8acf-910fbdeb960a",
"ApprovalDate": "2026-09-06T03:48:33.2264676+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ad465eb3-d61d-4e23-b68e-b70a3fed694f",
"WorkPlanId": "34230409-43df-4a3f-b999-edbc1eba5599",
"id": "42c6b58e-813d-4313-9d55-571c5969a96d",
"ConfigId": "0edec36e-bbaa-4f32-8ab6-2681983c2f54"
},
{
"GenerationDate": "2026-09-06T03:48:33.2264676+00:00",
"SubmitDate": "2026-09-06T03:48:33.2264676+00:00",
"ReportPeriodStart": "2026-09-06T03:48:33.2264676+00:00",
"ReportPeriodEnd": "2026-09-06T03:48:33.2264676+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "52b08d88-8311-4e4c-a8e9-36a897c964cf",
"Rows": [
{
"ItemId": "da57ad38-63d9-4d06-b708-59c110e49dd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da57ad38-63d9-4d06-b708-59c110e49dd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "52b08d88-8311-4e4c-a8e9-36a897c964cf",
"Rows": [
{
"ItemId": "da57ad38-63d9-4d06-b708-59c110e49dd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da57ad38-63d9-4d06-b708-59c110e49dd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b137112f-3992-4921-aee0-d710c92fd21f",
"7caa59d7-55bc-4d1a-a656-8498a5c1e7ba"
],
"Approvers": [
"c6333296-cdf2-4e97-8882-85653ab671a9",
"16fd6efa-444d-4dae-90ef-de38f5fa6d39"
],
"ApprovedBy": "a186aaaf-576e-4a38-8acf-910fbdeb960a",
"ApprovalDate": "2026-09-06T03:48:33.2264676+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ad465eb3-d61d-4e23-b68e-b70a3fed694f",
"WorkPlanId": "34230409-43df-4a3f-b999-edbc1eba5599",
"id": "42c6b58e-813d-4313-9d55-571c5969a96d",
"ConfigId": "0edec36e-bbaa-4f32-8ab6-2681983c2f54"
}
]