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-22T03:01:18.651126+00:00",
"SubmitDate": "2026-08-22T03:01:18.651126+00:00",
"ReportPeriodStart": "2026-08-22T03:01:18.651126+00:00",
"ReportPeriodEnd": "2026-08-22T03:01:18.651126+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dd9f608b-11a9-422f-bd79-79cd167ebe4d",
"Rows": [
{
"ItemId": "7e274178-babb-44e7-a94a-49dcf5a6d263",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e274178-babb-44e7-a94a-49dcf5a6d263",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dd9f608b-11a9-422f-bd79-79cd167ebe4d",
"Rows": [
{
"ItemId": "7e274178-babb-44e7-a94a-49dcf5a6d263",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e274178-babb-44e7-a94a-49dcf5a6d263",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"21bdbe02-e294-4fc8-a6d6-86e55004b70d",
"8d6d7ff9-1909-42b2-bc11-543046200235"
],
"Approvers": [
"211fa7a1-e409-43ca-9fb2-21387af524cf",
"2e9a1d5c-9f75-4465-849e-137598cbcb30"
],
"ApprovedBy": "0a129167-406e-4006-ad1c-84508ea176f2",
"ApprovalDate": "2026-08-22T03:01:18.651126+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ac55d13a-bdb7-4a75-8c82-4c2944e2224e",
"WorkPlanId": "a29302dc-400c-478d-ab9b-0b13194349d3",
"id": "a52df6ed-9d39-4bc1-a79a-a160682e23ae",
"ConfigId": "0dbe7be6-3b56-4c8e-a681-2bbcb9126fb7"
},
{
"GenerationDate": "2026-08-22T03:01:18.651126+00:00",
"SubmitDate": "2026-08-22T03:01:18.651126+00:00",
"ReportPeriodStart": "2026-08-22T03:01:18.651126+00:00",
"ReportPeriodEnd": "2026-08-22T03:01:18.651126+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dd9f608b-11a9-422f-bd79-79cd167ebe4d",
"Rows": [
{
"ItemId": "7e274178-babb-44e7-a94a-49dcf5a6d263",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e274178-babb-44e7-a94a-49dcf5a6d263",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dd9f608b-11a9-422f-bd79-79cd167ebe4d",
"Rows": [
{
"ItemId": "7e274178-babb-44e7-a94a-49dcf5a6d263",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e274178-babb-44e7-a94a-49dcf5a6d263",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"21bdbe02-e294-4fc8-a6d6-86e55004b70d",
"8d6d7ff9-1909-42b2-bc11-543046200235"
],
"Approvers": [
"211fa7a1-e409-43ca-9fb2-21387af524cf",
"2e9a1d5c-9f75-4465-849e-137598cbcb30"
],
"ApprovedBy": "0a129167-406e-4006-ad1c-84508ea176f2",
"ApprovalDate": "2026-08-22T03:01:18.651126+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ac55d13a-bdb7-4a75-8c82-4c2944e2224e",
"WorkPlanId": "a29302dc-400c-478d-ab9b-0b13194349d3",
"id": "a52df6ed-9d39-4bc1-a79a-a160682e23ae",
"ConfigId": "0dbe7be6-3b56-4c8e-a681-2bbcb9126fb7"
}
]