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-05T16:23:43.0972018+00:00",
"SubmitDate": "2026-06-05T16:23:43.0972018+00:00",
"ReportPeriodStart": "2026-06-05T16:23:43.0972018+00:00",
"ReportPeriodEnd": "2026-06-05T16:23:43.0972018+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6870a78a-0297-4acb-b240-c4e0e4e83426",
"Rows": [
{
"ItemId": "88fe1a92-ff31-4dd7-b4e4-793e1085eec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "88fe1a92-ff31-4dd7-b4e4-793e1085eec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6870a78a-0297-4acb-b240-c4e0e4e83426",
"Rows": [
{
"ItemId": "88fe1a92-ff31-4dd7-b4e4-793e1085eec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "88fe1a92-ff31-4dd7-b4e4-793e1085eec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7faf6180-abcb-4d5b-b583-ad169e4bf5ac",
"2aadcca7-209e-482b-a150-3b8234a4bec6"
],
"Approvers": [
"ed9964d3-36c4-4b98-988c-6112b359ed1f",
"9dfdb948-1733-48aa-a1e2-9e068570999a"
],
"ApprovedBy": "7397ddd6-d8c4-47ae-9485-1f91a934df29",
"ApprovalDate": "2026-06-05T16:23:43.0972018+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e576c338-fdf3-470d-b0a6-76f76ff571d1",
"id": "497fd8ac-139d-4932-a105-83961fcda87a",
"ConfigId": "54a2990e-88f3-427b-b7a4-5f0fe088982f"
},
{
"GenerationDate": "2026-06-05T16:23:43.0972018+00:00",
"SubmitDate": "2026-06-05T16:23:43.0972018+00:00",
"ReportPeriodStart": "2026-06-05T16:23:43.0972018+00:00",
"ReportPeriodEnd": "2026-06-05T16:23:43.0972018+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6870a78a-0297-4acb-b240-c4e0e4e83426",
"Rows": [
{
"ItemId": "88fe1a92-ff31-4dd7-b4e4-793e1085eec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "88fe1a92-ff31-4dd7-b4e4-793e1085eec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6870a78a-0297-4acb-b240-c4e0e4e83426",
"Rows": [
{
"ItemId": "88fe1a92-ff31-4dd7-b4e4-793e1085eec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "88fe1a92-ff31-4dd7-b4e4-793e1085eec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7faf6180-abcb-4d5b-b583-ad169e4bf5ac",
"2aadcca7-209e-482b-a150-3b8234a4bec6"
],
"Approvers": [
"ed9964d3-36c4-4b98-988c-6112b359ed1f",
"9dfdb948-1733-48aa-a1e2-9e068570999a"
],
"ApprovedBy": "7397ddd6-d8c4-47ae-9485-1f91a934df29",
"ApprovalDate": "2026-06-05T16:23:43.0972018+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e576c338-fdf3-470d-b0a6-76f76ff571d1",
"id": "497fd8ac-139d-4932-a105-83961fcda87a",
"ConfigId": "54a2990e-88f3-427b-b7a4-5f0fe088982f"
}
]