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": "2026-06-01T17:54:27.7524432+00:00",
"SubmitDate": "2026-06-01T17:54:27.7524432+00:00",
"ReportPeriodStart": "2026-06-01T17:54:27.7524432+00:00",
"ReportPeriodEnd": "2026-06-01T17:54:27.7524432+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bf2a8724-7dc2-4a29-ac71-f16842c7707b",
"Rows": [
{
"ItemId": "60c27dd6-ce63-4cfb-ac87-b5b1d0e2c4a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "60c27dd6-ce63-4cfb-ac87-b5b1d0e2c4a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bf2a8724-7dc2-4a29-ac71-f16842c7707b",
"Rows": [
{
"ItemId": "60c27dd6-ce63-4cfb-ac87-b5b1d0e2c4a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "60c27dd6-ce63-4cfb-ac87-b5b1d0e2c4a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8cd2f764-cc1c-4bf6-954f-ce77fa59f2dd",
"f1879a68-353a-4c2c-88f3-b46b8d0e4999"
],
"Approvers": [
"40fd9a46-7506-4dff-8ddf-eb0de285ff66",
"288660ea-b437-41b7-a4ae-8958853292bd"
],
"ApprovedBy": "cfd946b5-4e85-4d10-ae2c-a7315c9e8872",
"ApprovalDate": "2026-06-01T17:54:27.7524432+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e99f61fc-ae73-4abd-9f01-89336b629994",
"id": "bba78a39-2308-43ce-b73f-b5329e2f6cf3",
"ConfigId": "b294265e-7704-4f45-a016-00250261710a"
},
{
"GenerationDate": "2026-06-01T17:54:27.7524432+00:00",
"SubmitDate": "2026-06-01T17:54:27.7524432+00:00",
"ReportPeriodStart": "2026-06-01T17:54:27.7524432+00:00",
"ReportPeriodEnd": "2026-06-01T17:54:27.7524432+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bf2a8724-7dc2-4a29-ac71-f16842c7707b",
"Rows": [
{
"ItemId": "60c27dd6-ce63-4cfb-ac87-b5b1d0e2c4a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "60c27dd6-ce63-4cfb-ac87-b5b1d0e2c4a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bf2a8724-7dc2-4a29-ac71-f16842c7707b",
"Rows": [
{
"ItemId": "60c27dd6-ce63-4cfb-ac87-b5b1d0e2c4a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "60c27dd6-ce63-4cfb-ac87-b5b1d0e2c4a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8cd2f764-cc1c-4bf6-954f-ce77fa59f2dd",
"f1879a68-353a-4c2c-88f3-b46b8d0e4999"
],
"Approvers": [
"40fd9a46-7506-4dff-8ddf-eb0de285ff66",
"288660ea-b437-41b7-a4ae-8958853292bd"
],
"ApprovedBy": "cfd946b5-4e85-4d10-ae2c-a7315c9e8872",
"ApprovalDate": "2026-06-01T17:54:27.7524432+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e99f61fc-ae73-4abd-9f01-89336b629994",
"id": "bba78a39-2308-43ce-b73f-b5329e2f6cf3",
"ConfigId": "b294265e-7704-4f45-a016-00250261710a"
}
]