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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-11T15:27:57.5053777+00:00",
"SubmitDate": "2025-12-11T15:27:57.5053777+00:00",
"ReportPeriodStart": "2025-12-11T15:27:57.5053777+00:00",
"ReportPeriodEnd": "2025-12-11T15:27:57.5053777+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1f46ffcb-981a-446e-b4fa-5ac1c344b0ae",
"Rows": [
{
"ItemId": "c5b0ddf2-b7ae-438e-adb9-5ea048f4a57d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5b0ddf2-b7ae-438e-adb9-5ea048f4a57d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1f46ffcb-981a-446e-b4fa-5ac1c344b0ae",
"Rows": [
{
"ItemId": "c5b0ddf2-b7ae-438e-adb9-5ea048f4a57d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5b0ddf2-b7ae-438e-adb9-5ea048f4a57d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8ce5f6e7-8354-4f18-bb64-6030a15bd3d2",
"5249e861-cefe-4557-ad8e-1be07654109b"
],
"Approvers": [
"cf4092de-4a6f-4ec9-9f38-034e288668c2",
"5b120dd0-76dc-4e21-b6d3-9d731d16c4ec"
],
"ApprovedBy": "9a3d318f-4afb-45fc-b24f-764b64a3890d",
"ApprovalDate": "2025-12-11T15:27:57.5053777+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bf85fb43-5c34-4ecd-a384-16e086e3002f",
"id": "5b0e52da-94df-4927-9bea-867dd33eb7e6",
"ConfigId": "fd3a96b5-96ec-4fca-a232-d779fb8ee3b3"
},
{
"GenerationDate": "2025-12-11T15:27:57.5053777+00:00",
"SubmitDate": "2025-12-11T15:27:57.5053777+00:00",
"ReportPeriodStart": "2025-12-11T15:27:57.5053777+00:00",
"ReportPeriodEnd": "2025-12-11T15:27:57.5053777+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1f46ffcb-981a-446e-b4fa-5ac1c344b0ae",
"Rows": [
{
"ItemId": "c5b0ddf2-b7ae-438e-adb9-5ea048f4a57d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5b0ddf2-b7ae-438e-adb9-5ea048f4a57d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1f46ffcb-981a-446e-b4fa-5ac1c344b0ae",
"Rows": [
{
"ItemId": "c5b0ddf2-b7ae-438e-adb9-5ea048f4a57d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5b0ddf2-b7ae-438e-adb9-5ea048f4a57d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8ce5f6e7-8354-4f18-bb64-6030a15bd3d2",
"5249e861-cefe-4557-ad8e-1be07654109b"
],
"Approvers": [
"cf4092de-4a6f-4ec9-9f38-034e288668c2",
"5b120dd0-76dc-4e21-b6d3-9d731d16c4ec"
],
"ApprovedBy": "9a3d318f-4afb-45fc-b24f-764b64a3890d",
"ApprovalDate": "2025-12-11T15:27:57.5053777+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bf85fb43-5c34-4ecd-a384-16e086e3002f",
"id": "5b0e52da-94df-4927-9bea-867dd33eb7e6",
"ConfigId": "fd3a96b5-96ec-4fca-a232-d779fb8ee3b3"
}
]