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-23T19:31:36.7000619+00:00",
"SubmitDate": "2026-06-23T19:31:36.7000619+00:00",
"ReportPeriodStart": "2026-06-23T19:31:36.7000619+00:00",
"ReportPeriodEnd": "2026-06-23T19:31:36.7000619+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d5458eb5-bd72-4b22-8d5b-584692283d94",
"Rows": [
{
"ItemId": "bb9db9f3-b292-4a13-b924-9bb6bc3e3636",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb9db9f3-b292-4a13-b924-9bb6bc3e3636",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d5458eb5-bd72-4b22-8d5b-584692283d94",
"Rows": [
{
"ItemId": "bb9db9f3-b292-4a13-b924-9bb6bc3e3636",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb9db9f3-b292-4a13-b924-9bb6bc3e3636",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ba72a415-0267-4d7e-8d69-494447e4745f",
"93b38d50-855c-44cd-b928-2cf7fe0c3997"
],
"Approvers": [
"9ffca787-b34a-489e-8b2c-bf2fc6dead59",
"e8c8fa72-28bc-4765-a2e4-809dba902c23"
],
"ApprovedBy": "c9ef9cb9-6403-4f3b-b97d-be5fbb4e3e73",
"ApprovalDate": "2026-06-23T19:31:36.7000619+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4989e60f-775a-4a39-aeb5-484821d84088",
"id": "70746cfa-0872-47a3-a7cc-9bb630270a56",
"ConfigId": "f1d9a557-6e8c-4a3d-836e-e56a19b83ac1"
},
{
"GenerationDate": "2026-06-23T19:31:36.7000619+00:00",
"SubmitDate": "2026-06-23T19:31:36.7000619+00:00",
"ReportPeriodStart": "2026-06-23T19:31:36.7000619+00:00",
"ReportPeriodEnd": "2026-06-23T19:31:36.7000619+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d5458eb5-bd72-4b22-8d5b-584692283d94",
"Rows": [
{
"ItemId": "bb9db9f3-b292-4a13-b924-9bb6bc3e3636",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb9db9f3-b292-4a13-b924-9bb6bc3e3636",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d5458eb5-bd72-4b22-8d5b-584692283d94",
"Rows": [
{
"ItemId": "bb9db9f3-b292-4a13-b924-9bb6bc3e3636",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb9db9f3-b292-4a13-b924-9bb6bc3e3636",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ba72a415-0267-4d7e-8d69-494447e4745f",
"93b38d50-855c-44cd-b928-2cf7fe0c3997"
],
"Approvers": [
"9ffca787-b34a-489e-8b2c-bf2fc6dead59",
"e8c8fa72-28bc-4765-a2e4-809dba902c23"
],
"ApprovedBy": "c9ef9cb9-6403-4f3b-b97d-be5fbb4e3e73",
"ApprovalDate": "2026-06-23T19:31:36.7000619+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4989e60f-775a-4a39-aeb5-484821d84088",
"id": "70746cfa-0872-47a3-a7cc-9bb630270a56",
"ConfigId": "f1d9a557-6e8c-4a3d-836e-e56a19b83ac1"
}
]