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-02-20T11:11:30.846077+00:00",
"SubmitDate": "2026-02-20T11:11:30.846077+00:00",
"ReportPeriodStart": "2026-02-20T11:11:30.846077+00:00",
"ReportPeriodEnd": "2026-02-20T11:11:30.846077+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4d46cbc2-7b42-40b0-80b8-49cf261ee268",
"Rows": [
{
"ItemId": "051e1d44-20e6-49ca-a6af-21190784731a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "051e1d44-20e6-49ca-a6af-21190784731a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4d46cbc2-7b42-40b0-80b8-49cf261ee268",
"Rows": [
{
"ItemId": "051e1d44-20e6-49ca-a6af-21190784731a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "051e1d44-20e6-49ca-a6af-21190784731a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"866354e0-5cc0-4ee1-bb77-4dab051453b8",
"00f2df50-7f5a-421d-a079-f22b1886f3d0"
],
"Approvers": [
"b66e3de5-841f-40c0-99b7-5c9a59a966da",
"cbd1efb5-50e7-418a-9eae-28ccd8a26239"
],
"ApprovedBy": "dbff88f5-03a1-4b44-8e8b-073ae2290c62",
"ApprovalDate": "2026-02-20T11:11:30.846077+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "141a754d-9b8e-445c-86d0-48bd470ebb4a",
"id": "e8b3e0f6-93b0-4e4e-aa38-9fb7bdcf2cbb",
"ConfigId": "d50f627d-b2d1-456f-a07a-b8d2ddb61816"
},
{
"GenerationDate": "2026-02-20T11:11:30.846077+00:00",
"SubmitDate": "2026-02-20T11:11:30.846077+00:00",
"ReportPeriodStart": "2026-02-20T11:11:30.846077+00:00",
"ReportPeriodEnd": "2026-02-20T11:11:30.846077+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4d46cbc2-7b42-40b0-80b8-49cf261ee268",
"Rows": [
{
"ItemId": "051e1d44-20e6-49ca-a6af-21190784731a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "051e1d44-20e6-49ca-a6af-21190784731a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4d46cbc2-7b42-40b0-80b8-49cf261ee268",
"Rows": [
{
"ItemId": "051e1d44-20e6-49ca-a6af-21190784731a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "051e1d44-20e6-49ca-a6af-21190784731a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"866354e0-5cc0-4ee1-bb77-4dab051453b8",
"00f2df50-7f5a-421d-a079-f22b1886f3d0"
],
"Approvers": [
"b66e3de5-841f-40c0-99b7-5c9a59a966da",
"cbd1efb5-50e7-418a-9eae-28ccd8a26239"
],
"ApprovedBy": "dbff88f5-03a1-4b44-8e8b-073ae2290c62",
"ApprovalDate": "2026-02-20T11:11:30.846077+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "141a754d-9b8e-445c-86d0-48bd470ebb4a",
"id": "e8b3e0f6-93b0-4e4e-aa38-9fb7bdcf2cbb",
"ConfigId": "d50f627d-b2d1-456f-a07a-b8d2ddb61816"
}
]