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-23T05:12:49.4388765+00:00",
"SubmitDate": "2026-06-23T05:12:49.4388765+00:00",
"ReportPeriodStart": "2026-06-23T05:12:49.4388765+00:00",
"ReportPeriodEnd": "2026-06-23T05:12:49.4388765+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2354f878-3e7c-4879-8da1-526dc7c71543",
"Rows": [
{
"ItemId": "8e3a28f4-3f7d-4d37-91f5-5b6cd02befc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e3a28f4-3f7d-4d37-91f5-5b6cd02befc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2354f878-3e7c-4879-8da1-526dc7c71543",
"Rows": [
{
"ItemId": "8e3a28f4-3f7d-4d37-91f5-5b6cd02befc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e3a28f4-3f7d-4d37-91f5-5b6cd02befc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6c3e9404-ed9d-4173-87d3-03708c230b02",
"da7acd4e-a85f-4569-a0ef-e9ad1823ceb2"
],
"Approvers": [
"d7872fbf-505d-4fce-bcad-626e6340dae6",
"1a67cd6f-6ce4-4d0e-948c-cd631b3bf087"
],
"ApprovedBy": "0d2583f1-b201-4cb9-830f-455ad8f33433",
"ApprovalDate": "2026-06-23T05:12:49.4388765+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a8529796-dd86-4740-b558-2d101e4ca6d1",
"id": "85a6a132-84bd-4e60-9595-36c25b287e2a",
"ConfigId": "be4afb3b-d459-444c-baa4-b224e9be8ac1"
},
{
"GenerationDate": "2026-06-23T05:12:49.4388765+00:00",
"SubmitDate": "2026-06-23T05:12:49.4388765+00:00",
"ReportPeriodStart": "2026-06-23T05:12:49.4388765+00:00",
"ReportPeriodEnd": "2026-06-23T05:12:49.4388765+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2354f878-3e7c-4879-8da1-526dc7c71543",
"Rows": [
{
"ItemId": "8e3a28f4-3f7d-4d37-91f5-5b6cd02befc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e3a28f4-3f7d-4d37-91f5-5b6cd02befc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2354f878-3e7c-4879-8da1-526dc7c71543",
"Rows": [
{
"ItemId": "8e3a28f4-3f7d-4d37-91f5-5b6cd02befc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e3a28f4-3f7d-4d37-91f5-5b6cd02befc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6c3e9404-ed9d-4173-87d3-03708c230b02",
"da7acd4e-a85f-4569-a0ef-e9ad1823ceb2"
],
"Approvers": [
"d7872fbf-505d-4fce-bcad-626e6340dae6",
"1a67cd6f-6ce4-4d0e-948c-cd631b3bf087"
],
"ApprovedBy": "0d2583f1-b201-4cb9-830f-455ad8f33433",
"ApprovalDate": "2026-06-23T05:12:49.4388765+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a8529796-dd86-4740-b558-2d101e4ca6d1",
"id": "85a6a132-84bd-4e60-9595-36c25b287e2a",
"ConfigId": "be4afb3b-d459-444c-baa4-b224e9be8ac1"
}
]