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-01-11T01:17:04.6113747+00:00",
"SubmitDate": "2026-01-11T01:17:04.6113747+00:00",
"ReportPeriodStart": "2026-01-11T01:17:04.6113747+00:00",
"ReportPeriodEnd": "2026-01-11T01:17:04.6113747+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5033cd72-a5fc-4152-87b3-78fd4915c9be",
"Rows": [
{
"ItemId": "28b88750-9c8c-4557-bc84-e2b2f9ed52de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28b88750-9c8c-4557-bc84-e2b2f9ed52de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5033cd72-a5fc-4152-87b3-78fd4915c9be",
"Rows": [
{
"ItemId": "28b88750-9c8c-4557-bc84-e2b2f9ed52de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28b88750-9c8c-4557-bc84-e2b2f9ed52de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"458eb30e-4638-4f5d-a8e1-23508571c908",
"a2bf3d92-3cc0-45d6-987a-c413cd8733a1"
],
"Approvers": [
"6dc775e6-0fc1-4bc8-8585-f8f821aeb174",
"d3a4c681-e146-4138-b9e2-95587bf3f5f8"
],
"ApprovedBy": "ffd82812-ac13-4b6f-95d2-a26ab94ff678",
"ApprovalDate": "2026-01-11T01:17:04.6113747+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "435956ba-adcf-4a7e-9207-c4f046cc24a5",
"id": "a33f316c-f35a-4c77-a831-a58d4f15d0e2",
"ConfigId": "f6e7a7f9-89c9-4d3d-ac46-45c9f42da6cd"
},
{
"GenerationDate": "2026-01-11T01:17:04.6113747+00:00",
"SubmitDate": "2026-01-11T01:17:04.6113747+00:00",
"ReportPeriodStart": "2026-01-11T01:17:04.6113747+00:00",
"ReportPeriodEnd": "2026-01-11T01:17:04.6113747+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5033cd72-a5fc-4152-87b3-78fd4915c9be",
"Rows": [
{
"ItemId": "28b88750-9c8c-4557-bc84-e2b2f9ed52de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28b88750-9c8c-4557-bc84-e2b2f9ed52de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5033cd72-a5fc-4152-87b3-78fd4915c9be",
"Rows": [
{
"ItemId": "28b88750-9c8c-4557-bc84-e2b2f9ed52de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28b88750-9c8c-4557-bc84-e2b2f9ed52de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"458eb30e-4638-4f5d-a8e1-23508571c908",
"a2bf3d92-3cc0-45d6-987a-c413cd8733a1"
],
"Approvers": [
"6dc775e6-0fc1-4bc8-8585-f8f821aeb174",
"d3a4c681-e146-4138-b9e2-95587bf3f5f8"
],
"ApprovedBy": "ffd82812-ac13-4b6f-95d2-a26ab94ff678",
"ApprovalDate": "2026-01-11T01:17:04.6113747+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "435956ba-adcf-4a7e-9207-c4f046cc24a5",
"id": "a33f316c-f35a-4c77-a831-a58d4f15d0e2",
"ConfigId": "f6e7a7f9-89c9-4d3d-ac46-45c9f42da6cd"
}
]