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-18T23:43:25.1896272+00:00",
"SubmitDate": "2026-07-18T23:43:25.1896272+00:00",
"ReportPeriodStart": "2026-07-18T23:43:25.1896272+00:00",
"ReportPeriodEnd": "2026-07-18T23:43:25.1896272+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f5338c7b-9cc7-4c75-914e-7300a61c49a1",
"Rows": [
{
"ItemId": "ef4cca22-694e-48e8-8d40-2ebe976cfc98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ef4cca22-694e-48e8-8d40-2ebe976cfc98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f5338c7b-9cc7-4c75-914e-7300a61c49a1",
"Rows": [
{
"ItemId": "ef4cca22-694e-48e8-8d40-2ebe976cfc98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ef4cca22-694e-48e8-8d40-2ebe976cfc98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"248956dd-820e-42aa-8b90-4accc002f6de",
"c75e85de-9d32-44cb-8762-b32a0b4c7eb7"
],
"Approvers": [
"c477d656-bb6e-42ad-a9ad-551844815eff",
"0eca5b1e-469f-46e5-beae-004f1dda8de9"
],
"ApprovedBy": "755ab183-5cad-43b5-a3f5-1139cff18749",
"ApprovalDate": "2026-07-18T23:43:25.1896272+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "caf99374-628c-4113-942c-0f0a4ab5483d",
"WorkPlanId": "446dd29d-4621-40be-a73c-2001f4528296",
"id": "8bfc206b-f755-43c0-a9ff-5a526d379122",
"ConfigId": "4afe0d08-af18-4f88-bdc7-2eade504b3b6"
},
{
"GenerationDate": "2026-07-18T23:43:25.1896272+00:00",
"SubmitDate": "2026-07-18T23:43:25.1896272+00:00",
"ReportPeriodStart": "2026-07-18T23:43:25.1896272+00:00",
"ReportPeriodEnd": "2026-07-18T23:43:25.1896272+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f5338c7b-9cc7-4c75-914e-7300a61c49a1",
"Rows": [
{
"ItemId": "ef4cca22-694e-48e8-8d40-2ebe976cfc98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ef4cca22-694e-48e8-8d40-2ebe976cfc98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f5338c7b-9cc7-4c75-914e-7300a61c49a1",
"Rows": [
{
"ItemId": "ef4cca22-694e-48e8-8d40-2ebe976cfc98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ef4cca22-694e-48e8-8d40-2ebe976cfc98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"248956dd-820e-42aa-8b90-4accc002f6de",
"c75e85de-9d32-44cb-8762-b32a0b4c7eb7"
],
"Approvers": [
"c477d656-bb6e-42ad-a9ad-551844815eff",
"0eca5b1e-469f-46e5-beae-004f1dda8de9"
],
"ApprovedBy": "755ab183-5cad-43b5-a3f5-1139cff18749",
"ApprovalDate": "2026-07-18T23:43:25.1896272+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "caf99374-628c-4113-942c-0f0a4ab5483d",
"WorkPlanId": "446dd29d-4621-40be-a73c-2001f4528296",
"id": "8bfc206b-f755-43c0-a9ff-5a526d379122",
"ConfigId": "4afe0d08-af18-4f88-bdc7-2eade504b3b6"
}
]