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-11T22:53:17.9405616+00:00",
"SubmitDate": "2026-02-11T22:53:17.9405616+00:00",
"ReportPeriodStart": "2026-02-11T22:53:17.9405616+00:00",
"ReportPeriodEnd": "2026-02-11T22:53:17.9405616+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a4284ffb-1755-44d5-8000-a646f0f45e3b",
"Rows": [
{
"ItemId": "f9b64341-ba08-414f-9bc8-5001b44d5ea9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f9b64341-ba08-414f-9bc8-5001b44d5ea9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a4284ffb-1755-44d5-8000-a646f0f45e3b",
"Rows": [
{
"ItemId": "f9b64341-ba08-414f-9bc8-5001b44d5ea9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f9b64341-ba08-414f-9bc8-5001b44d5ea9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b63c6491-873f-4149-acc2-640f7efcb5be",
"33118ddf-d3d7-453a-8a8e-3571651dab4a"
],
"Approvers": [
"e47ca244-2b38-41ca-8b76-dad998618a47",
"5f5b2ddd-9150-4ff5-8571-223abdae204f"
],
"ApprovedBy": "f4703893-8107-4d7f-a15d-e73c92430969",
"ApprovalDate": "2026-02-11T22:53:17.9405616+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "64726002-9aed-4e1d-a18c-d23777bbe177",
"id": "84f80731-1bb2-4445-9a80-7265510e2655",
"ConfigId": "735fbb63-91b9-4362-963b-9998cde6badc"
},
{
"GenerationDate": "2026-02-11T22:53:17.9405616+00:00",
"SubmitDate": "2026-02-11T22:53:17.9405616+00:00",
"ReportPeriodStart": "2026-02-11T22:53:17.9405616+00:00",
"ReportPeriodEnd": "2026-02-11T22:53:17.9405616+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a4284ffb-1755-44d5-8000-a646f0f45e3b",
"Rows": [
{
"ItemId": "f9b64341-ba08-414f-9bc8-5001b44d5ea9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f9b64341-ba08-414f-9bc8-5001b44d5ea9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a4284ffb-1755-44d5-8000-a646f0f45e3b",
"Rows": [
{
"ItemId": "f9b64341-ba08-414f-9bc8-5001b44d5ea9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f9b64341-ba08-414f-9bc8-5001b44d5ea9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b63c6491-873f-4149-acc2-640f7efcb5be",
"33118ddf-d3d7-453a-8a8e-3571651dab4a"
],
"Approvers": [
"e47ca244-2b38-41ca-8b76-dad998618a47",
"5f5b2ddd-9150-4ff5-8571-223abdae204f"
],
"ApprovedBy": "f4703893-8107-4d7f-a15d-e73c92430969",
"ApprovalDate": "2026-02-11T22:53:17.9405616+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "64726002-9aed-4e1d-a18c-d23777bbe177",
"id": "84f80731-1bb2-4445-9a80-7265510e2655",
"ConfigId": "735fbb63-91b9-4362-963b-9998cde6badc"
}
]