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-10T18:57:40.4268122+00:00",
"SubmitDate": "2025-12-10T18:57:40.4268122+00:00",
"ReportPeriodStart": "2025-12-10T18:57:40.4268122+00:00",
"ReportPeriodEnd": "2025-12-10T18:57:40.4268122+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aa6c829e-6f9d-47b7-bb42-3679cfa49500",
"Rows": [
{
"ItemId": "bc85911e-62b5-4b23-9adc-608847611b17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc85911e-62b5-4b23-9adc-608847611b17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aa6c829e-6f9d-47b7-bb42-3679cfa49500",
"Rows": [
{
"ItemId": "bc85911e-62b5-4b23-9adc-608847611b17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc85911e-62b5-4b23-9adc-608847611b17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0dda3240-2884-4afc-8573-3d3629e5aaa4",
"5069caf9-6711-4440-9e92-61fccd2d2bda"
],
"Approvers": [
"4baf30ab-86e4-4b3d-8cbc-f268ef73ef6f",
"f362f130-ee02-444c-a7dc-f0812735adb6"
],
"ApprovedBy": "bd8634d4-3010-456e-9c32-5a958605b40d",
"ApprovalDate": "2025-12-10T18:57:40.4268122+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0f82bc02-19de-4244-987d-502accd96e87",
"id": "5700b166-eef5-4799-ab7c-3a81ecaedb5b",
"ConfigId": "5a871839-b53b-4084-9d6f-709ab5f263ed"
},
{
"GenerationDate": "2025-12-10T18:57:40.4268122+00:00",
"SubmitDate": "2025-12-10T18:57:40.4268122+00:00",
"ReportPeriodStart": "2025-12-10T18:57:40.4268122+00:00",
"ReportPeriodEnd": "2025-12-10T18:57:40.4268122+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aa6c829e-6f9d-47b7-bb42-3679cfa49500",
"Rows": [
{
"ItemId": "bc85911e-62b5-4b23-9adc-608847611b17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc85911e-62b5-4b23-9adc-608847611b17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aa6c829e-6f9d-47b7-bb42-3679cfa49500",
"Rows": [
{
"ItemId": "bc85911e-62b5-4b23-9adc-608847611b17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc85911e-62b5-4b23-9adc-608847611b17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0dda3240-2884-4afc-8573-3d3629e5aaa4",
"5069caf9-6711-4440-9e92-61fccd2d2bda"
],
"Approvers": [
"4baf30ab-86e4-4b3d-8cbc-f268ef73ef6f",
"f362f130-ee02-444c-a7dc-f0812735adb6"
],
"ApprovedBy": "bd8634d4-3010-456e-9c32-5a958605b40d",
"ApprovalDate": "2025-12-10T18:57:40.4268122+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0f82bc02-19de-4244-987d-502accd96e87",
"id": "5700b166-eef5-4799-ab7c-3a81ecaedb5b",
"ConfigId": "5a871839-b53b-4084-9d6f-709ab5f263ed"
}
]