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-03T07:51:39.840697+00:00",
"SubmitDate": "2026-09-03T07:51:39.840697+00:00",
"ReportPeriodStart": "2026-09-03T07:51:39.840697+00:00",
"ReportPeriodEnd": "2026-09-03T07:51:39.840697+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6cf06a77-22d5-4a47-bc07-b06ba2c50eca",
"Rows": [
{
"ItemId": "fd7012da-7d34-481f-9269-387a943ed790",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd7012da-7d34-481f-9269-387a943ed790",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6cf06a77-22d5-4a47-bc07-b06ba2c50eca",
"Rows": [
{
"ItemId": "fd7012da-7d34-481f-9269-387a943ed790",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd7012da-7d34-481f-9269-387a943ed790",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"be6ba303-7277-4f49-a746-d3f5eaf700de",
"2999ac8d-7597-4f15-b609-ebb48b833a21"
],
"Approvers": [
"5001b297-a170-457f-8a3a-6aa567b9d756",
"73cd6b8b-a19c-4fa7-b3c1-21ee6efe71f4"
],
"ApprovedBy": "833d3244-bb61-4d64-8aaf-776ae3b9dab7",
"ApprovalDate": "2026-09-03T07:51:39.840697+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "451f98cc-1989-4ea2-bd84-9ee30fb039bd",
"WorkPlanId": "76ada493-9234-4ee8-8c03-53faeba78200",
"id": "aa61df7d-d07b-44f9-a6c4-f152c452f620",
"ConfigId": "7588a6ad-f811-474e-8def-788b06fafda2"
},
{
"GenerationDate": "2026-09-03T07:51:39.840697+00:00",
"SubmitDate": "2026-09-03T07:51:39.840697+00:00",
"ReportPeriodStart": "2026-09-03T07:51:39.840697+00:00",
"ReportPeriodEnd": "2026-09-03T07:51:39.840697+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6cf06a77-22d5-4a47-bc07-b06ba2c50eca",
"Rows": [
{
"ItemId": "fd7012da-7d34-481f-9269-387a943ed790",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd7012da-7d34-481f-9269-387a943ed790",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6cf06a77-22d5-4a47-bc07-b06ba2c50eca",
"Rows": [
{
"ItemId": "fd7012da-7d34-481f-9269-387a943ed790",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd7012da-7d34-481f-9269-387a943ed790",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"be6ba303-7277-4f49-a746-d3f5eaf700de",
"2999ac8d-7597-4f15-b609-ebb48b833a21"
],
"Approvers": [
"5001b297-a170-457f-8a3a-6aa567b9d756",
"73cd6b8b-a19c-4fa7-b3c1-21ee6efe71f4"
],
"ApprovedBy": "833d3244-bb61-4d64-8aaf-776ae3b9dab7",
"ApprovalDate": "2026-09-03T07:51:39.840697+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "451f98cc-1989-4ea2-bd84-9ee30fb039bd",
"WorkPlanId": "76ada493-9234-4ee8-8c03-53faeba78200",
"id": "aa61df7d-d07b-44f9-a6c4-f152c452f620",
"ConfigId": "7588a6ad-f811-474e-8def-788b06fafda2"
}
]