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-17T23:37:59.3716455+00:00",
"SubmitDate": "2026-06-17T23:37:59.3716455+00:00",
"ReportPeriodStart": "2026-06-17T23:37:59.3716455+00:00",
"ReportPeriodEnd": "2026-06-17T23:37:59.3716455+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "023a5064-d805-4de6-99f9-1c9971a191a7",
"Rows": [
{
"ItemId": "a25d9b87-5170-4e6f-97b5-f9f004bdcaa7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a25d9b87-5170-4e6f-97b5-f9f004bdcaa7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "023a5064-d805-4de6-99f9-1c9971a191a7",
"Rows": [
{
"ItemId": "a25d9b87-5170-4e6f-97b5-f9f004bdcaa7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a25d9b87-5170-4e6f-97b5-f9f004bdcaa7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"938dc59c-5eca-4241-a9ec-2d4b089f62f6",
"88c6d141-68e4-4273-9dac-cd041ed9096f"
],
"Approvers": [
"75cb26d9-6a39-447e-8cfb-7e5240731893",
"523b0443-b7e8-4ade-b8ee-6a7130329f50"
],
"ApprovedBy": "850a27d9-71e2-4cd8-b015-354e534928fe",
"ApprovalDate": "2026-06-17T23:37:59.3716455+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "33f0aa51-985a-4160-8c66-82bc3b9b3b88",
"id": "8c9d3048-5e08-4bc9-ac2b-07ea8a13365f",
"ConfigId": "01927f71-55cf-459e-8fcc-6cc64df4d312"
},
{
"GenerationDate": "2026-06-17T23:37:59.3716455+00:00",
"SubmitDate": "2026-06-17T23:37:59.3716455+00:00",
"ReportPeriodStart": "2026-06-17T23:37:59.3716455+00:00",
"ReportPeriodEnd": "2026-06-17T23:37:59.3716455+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "023a5064-d805-4de6-99f9-1c9971a191a7",
"Rows": [
{
"ItemId": "a25d9b87-5170-4e6f-97b5-f9f004bdcaa7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a25d9b87-5170-4e6f-97b5-f9f004bdcaa7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "023a5064-d805-4de6-99f9-1c9971a191a7",
"Rows": [
{
"ItemId": "a25d9b87-5170-4e6f-97b5-f9f004bdcaa7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a25d9b87-5170-4e6f-97b5-f9f004bdcaa7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"938dc59c-5eca-4241-a9ec-2d4b089f62f6",
"88c6d141-68e4-4273-9dac-cd041ed9096f"
],
"Approvers": [
"75cb26d9-6a39-447e-8cfb-7e5240731893",
"523b0443-b7e8-4ade-b8ee-6a7130329f50"
],
"ApprovedBy": "850a27d9-71e2-4cd8-b015-354e534928fe",
"ApprovalDate": "2026-06-17T23:37:59.3716455+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "33f0aa51-985a-4160-8c66-82bc3b9b3b88",
"id": "8c9d3048-5e08-4bc9-ac2b-07ea8a13365f",
"ConfigId": "01927f71-55cf-459e-8fcc-6cc64df4d312"
}
]