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-06-30T14:36:40.7847863+00:00",
"SubmitDate": "2026-06-30T14:36:40.7847863+00:00",
"ReportPeriodStart": "2026-06-30T14:36:40.7847863+00:00",
"ReportPeriodEnd": "2026-06-30T14:36:40.7847863+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7782f083-5247-4926-9cd4-c155530053c9",
"Rows": [
{
"ItemId": "45001da1-4d77-4a75-9df6-85b98ac7723c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45001da1-4d77-4a75-9df6-85b98ac7723c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7782f083-5247-4926-9cd4-c155530053c9",
"Rows": [
{
"ItemId": "45001da1-4d77-4a75-9df6-85b98ac7723c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45001da1-4d77-4a75-9df6-85b98ac7723c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cc560783-36ae-4c87-beb4-62b24f3023f0",
"5fac677e-ad23-4a18-bc97-f67a3e48025c"
],
"Approvers": [
"9e19839e-eb16-403d-a9a9-09f4c85588d2",
"7d568196-a0e2-4760-84ec-35388ce1f5a5"
],
"ApprovedBy": "37f2fdd5-2b67-4a65-a123-43bb7a7f2513",
"ApprovalDate": "2026-06-30T14:36:40.7847863+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a09023c1-0022-4858-962e-d9ad9a9f0eaa",
"WorkPlanId": "e87f77f7-5adf-4e75-aec2-e0b710d8af16",
"id": "33ef3763-be7e-4ad3-8245-334ca529c3f3",
"ConfigId": "83bdd1cf-4e35-42bc-9112-47a31c223007"
},
{
"GenerationDate": "2026-06-30T14:36:40.7847863+00:00",
"SubmitDate": "2026-06-30T14:36:40.7847863+00:00",
"ReportPeriodStart": "2026-06-30T14:36:40.7847863+00:00",
"ReportPeriodEnd": "2026-06-30T14:36:40.7847863+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7782f083-5247-4926-9cd4-c155530053c9",
"Rows": [
{
"ItemId": "45001da1-4d77-4a75-9df6-85b98ac7723c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45001da1-4d77-4a75-9df6-85b98ac7723c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7782f083-5247-4926-9cd4-c155530053c9",
"Rows": [
{
"ItemId": "45001da1-4d77-4a75-9df6-85b98ac7723c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45001da1-4d77-4a75-9df6-85b98ac7723c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cc560783-36ae-4c87-beb4-62b24f3023f0",
"5fac677e-ad23-4a18-bc97-f67a3e48025c"
],
"Approvers": [
"9e19839e-eb16-403d-a9a9-09f4c85588d2",
"7d568196-a0e2-4760-84ec-35388ce1f5a5"
],
"ApprovedBy": "37f2fdd5-2b67-4a65-a123-43bb7a7f2513",
"ApprovalDate": "2026-06-30T14:36:40.7847863+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a09023c1-0022-4858-962e-d9ad9a9f0eaa",
"WorkPlanId": "e87f77f7-5adf-4e75-aec2-e0b710d8af16",
"id": "33ef3763-be7e-4ad3-8245-334ca529c3f3",
"ConfigId": "83bdd1cf-4e35-42bc-9112-47a31c223007"
}
]