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-03T12:47:04.5233722+00:00",
"SubmitDate": "2026-07-03T12:47:04.5233722+00:00",
"ReportPeriodStart": "2026-07-03T12:47:04.5233722+00:00",
"ReportPeriodEnd": "2026-07-03T12:47:04.5233722+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f43b283d-8d7e-4790-a058-b07400c9cafb",
"Rows": [
{
"ItemId": "98158042-5493-4fd3-a06e-b0ff6e31654a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98158042-5493-4fd3-a06e-b0ff6e31654a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f43b283d-8d7e-4790-a058-b07400c9cafb",
"Rows": [
{
"ItemId": "98158042-5493-4fd3-a06e-b0ff6e31654a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98158042-5493-4fd3-a06e-b0ff6e31654a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e3d12234-63db-4181-a1fa-19a3999fff16",
"42c54650-f957-4e69-98ac-15bccf69ef2a"
],
"Approvers": [
"226ddca7-f470-48ff-9a23-4c4d22f94fe9",
"78af96c8-8a34-4030-9071-73ff37935f95"
],
"ApprovedBy": "6d3c7006-9dbd-4e7b-b6e5-1d91c377602b",
"ApprovalDate": "2026-07-03T12:47:04.5233722+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ca6424c2-e222-4c8a-89fb-15df1c74a57f",
"WorkPlanId": "505f35d9-ea56-4c2a-aeea-61787d173834",
"id": "7a1d3328-36cc-40be-968a-adff739690bb",
"ConfigId": "7fad5bb2-e240-4cdf-9f21-ecbbb04085a8"
},
{
"GenerationDate": "2026-07-03T12:47:04.5233722+00:00",
"SubmitDate": "2026-07-03T12:47:04.5233722+00:00",
"ReportPeriodStart": "2026-07-03T12:47:04.5233722+00:00",
"ReportPeriodEnd": "2026-07-03T12:47:04.5233722+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f43b283d-8d7e-4790-a058-b07400c9cafb",
"Rows": [
{
"ItemId": "98158042-5493-4fd3-a06e-b0ff6e31654a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98158042-5493-4fd3-a06e-b0ff6e31654a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f43b283d-8d7e-4790-a058-b07400c9cafb",
"Rows": [
{
"ItemId": "98158042-5493-4fd3-a06e-b0ff6e31654a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98158042-5493-4fd3-a06e-b0ff6e31654a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e3d12234-63db-4181-a1fa-19a3999fff16",
"42c54650-f957-4e69-98ac-15bccf69ef2a"
],
"Approvers": [
"226ddca7-f470-48ff-9a23-4c4d22f94fe9",
"78af96c8-8a34-4030-9071-73ff37935f95"
],
"ApprovedBy": "6d3c7006-9dbd-4e7b-b6e5-1d91c377602b",
"ApprovalDate": "2026-07-03T12:47:04.5233722+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ca6424c2-e222-4c8a-89fb-15df1c74a57f",
"WorkPlanId": "505f35d9-ea56-4c2a-aeea-61787d173834",
"id": "7a1d3328-36cc-40be-968a-adff739690bb",
"ConfigId": "7fad5bb2-e240-4cdf-9f21-ecbbb04085a8"
}
]