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-08T12:16:28.1582485+00:00",
"SubmitDate": "2026-07-08T12:16:28.1582485+00:00",
"ReportPeriodStart": "2026-07-08T12:16:28.1582485+00:00",
"ReportPeriodEnd": "2026-07-08T12:16:28.1582485+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5e2e391e-428f-42c4-a374-3b50499f1a4e",
"Rows": [
{
"ItemId": "cb52fb0c-ee5a-42f7-b585-259abdf3287b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb52fb0c-ee5a-42f7-b585-259abdf3287b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5e2e391e-428f-42c4-a374-3b50499f1a4e",
"Rows": [
{
"ItemId": "cb52fb0c-ee5a-42f7-b585-259abdf3287b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb52fb0c-ee5a-42f7-b585-259abdf3287b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0e1f37ff-902d-4003-ae68-d5bb17f28d70",
"d103ae14-3db7-43a3-9265-5f0e88674f1a"
],
"Approvers": [
"0e25459d-f5c6-4a09-9408-a0b49436cd29",
"3331792a-12fa-4ea2-a3a2-8ca1d0acecd1"
],
"ApprovedBy": "a1151230-078e-4414-b646-153fc029f5da",
"ApprovalDate": "2026-07-08T12:16:28.1582485+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1194d81a-b210-41dd-b598-5ffe1df982d3",
"WorkPlanId": "0452e22d-f343-48b5-a3be-735637f49bdc",
"id": "00711b6e-c3b2-475a-b942-dddb14a877c7",
"ConfigId": "06ec0ce7-72ad-4bec-b16d-f16b774e1e6d"
},
{
"GenerationDate": "2026-07-08T12:16:28.1582485+00:00",
"SubmitDate": "2026-07-08T12:16:28.1582485+00:00",
"ReportPeriodStart": "2026-07-08T12:16:28.1582485+00:00",
"ReportPeriodEnd": "2026-07-08T12:16:28.1582485+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5e2e391e-428f-42c4-a374-3b50499f1a4e",
"Rows": [
{
"ItemId": "cb52fb0c-ee5a-42f7-b585-259abdf3287b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb52fb0c-ee5a-42f7-b585-259abdf3287b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5e2e391e-428f-42c4-a374-3b50499f1a4e",
"Rows": [
{
"ItemId": "cb52fb0c-ee5a-42f7-b585-259abdf3287b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb52fb0c-ee5a-42f7-b585-259abdf3287b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0e1f37ff-902d-4003-ae68-d5bb17f28d70",
"d103ae14-3db7-43a3-9265-5f0e88674f1a"
],
"Approvers": [
"0e25459d-f5c6-4a09-9408-a0b49436cd29",
"3331792a-12fa-4ea2-a3a2-8ca1d0acecd1"
],
"ApprovedBy": "a1151230-078e-4414-b646-153fc029f5da",
"ApprovalDate": "2026-07-08T12:16:28.1582485+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1194d81a-b210-41dd-b598-5ffe1df982d3",
"WorkPlanId": "0452e22d-f343-48b5-a3be-735637f49bdc",
"id": "00711b6e-c3b2-475a-b942-dddb14a877c7",
"ConfigId": "06ec0ce7-72ad-4bec-b16d-f16b774e1e6d"
}
]