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-03-21T06:53:56.686446+00:00",
"SubmitDate": "2026-03-21T06:53:56.686446+00:00",
"ReportPeriodStart": "2026-03-21T06:53:56.686446+00:00",
"ReportPeriodEnd": "2026-03-21T06:53:56.686446+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c74a1b61-9674-4b42-9d11-8933fbee9740",
"Rows": [
{
"ItemId": "f84bc019-60ef-4f46-bc35-870c511d8d32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f84bc019-60ef-4f46-bc35-870c511d8d32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c74a1b61-9674-4b42-9d11-8933fbee9740",
"Rows": [
{
"ItemId": "f84bc019-60ef-4f46-bc35-870c511d8d32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f84bc019-60ef-4f46-bc35-870c511d8d32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a2f82161-b49a-4d87-937a-17916f7f72d1",
"35165453-a501-4b41-8fc3-dfc15dcb426c"
],
"Approvers": [
"26ca18f6-ec98-4c13-8785-3ada136e88ea",
"f438cfdf-8a6b-47bd-958f-3ebb68436329"
],
"ApprovedBy": "b808e3b0-71dd-4ca3-9c7b-2cf4ccbdbf2f",
"ApprovalDate": "2026-03-21T06:53:56.686446+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3df411ad-f988-4104-8520-02f76913aa28",
"id": "9880f8e5-d2d8-4f7a-8bc7-0eadebb640b7",
"ConfigId": "5d6c8f36-038f-48c4-8dec-cfb02e15cf38"
},
{
"GenerationDate": "2026-03-21T06:53:56.686446+00:00",
"SubmitDate": "2026-03-21T06:53:56.686446+00:00",
"ReportPeriodStart": "2026-03-21T06:53:56.686446+00:00",
"ReportPeriodEnd": "2026-03-21T06:53:56.686446+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c74a1b61-9674-4b42-9d11-8933fbee9740",
"Rows": [
{
"ItemId": "f84bc019-60ef-4f46-bc35-870c511d8d32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f84bc019-60ef-4f46-bc35-870c511d8d32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c74a1b61-9674-4b42-9d11-8933fbee9740",
"Rows": [
{
"ItemId": "f84bc019-60ef-4f46-bc35-870c511d8d32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f84bc019-60ef-4f46-bc35-870c511d8d32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a2f82161-b49a-4d87-937a-17916f7f72d1",
"35165453-a501-4b41-8fc3-dfc15dcb426c"
],
"Approvers": [
"26ca18f6-ec98-4c13-8785-3ada136e88ea",
"f438cfdf-8a6b-47bd-958f-3ebb68436329"
],
"ApprovedBy": "b808e3b0-71dd-4ca3-9c7b-2cf4ccbdbf2f",
"ApprovalDate": "2026-03-21T06:53:56.686446+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3df411ad-f988-4104-8520-02f76913aa28",
"id": "9880f8e5-d2d8-4f7a-8bc7-0eadebb640b7",
"ConfigId": "5d6c8f36-038f-48c4-8dec-cfb02e15cf38"
}
]