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-11T03:12:46.0895501+00:00",
"SubmitDate": "2026-06-11T03:12:46.0895501+00:00",
"ReportPeriodStart": "2026-06-11T03:12:46.0895501+00:00",
"ReportPeriodEnd": "2026-06-11T03:12:46.0895501+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7d2dfcc7-d5aa-43f9-993a-15bfe6c0f8c1",
"Rows": [
{
"ItemId": "efe8a5f3-678c-4170-ba2f-64a185b6059c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efe8a5f3-678c-4170-ba2f-64a185b6059c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7d2dfcc7-d5aa-43f9-993a-15bfe6c0f8c1",
"Rows": [
{
"ItemId": "efe8a5f3-678c-4170-ba2f-64a185b6059c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efe8a5f3-678c-4170-ba2f-64a185b6059c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"70620aca-ac5e-4b5b-a89a-ceea8365e790",
"b50c010e-d34f-4896-ba44-1391e45d81e1"
],
"Approvers": [
"670b72df-1adb-47d1-b780-2bd414b577ab",
"3ba7bc8a-1020-4b92-b4e0-a5bd1f14f3b8"
],
"ApprovedBy": "2c3bcc03-d46f-47da-9772-17dadd77983d",
"ApprovalDate": "2026-06-11T03:12:46.0895501+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "82abbf3b-0063-4c7c-ae1e-8167c12e1a5d",
"id": "ed847da8-7c70-47bd-a527-be8f9aeb4784",
"ConfigId": "91ec296d-100f-4e1a-bcab-12d2e01f44d7"
},
{
"GenerationDate": "2026-06-11T03:12:46.0895501+00:00",
"SubmitDate": "2026-06-11T03:12:46.0895501+00:00",
"ReportPeriodStart": "2026-06-11T03:12:46.0895501+00:00",
"ReportPeriodEnd": "2026-06-11T03:12:46.0895501+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7d2dfcc7-d5aa-43f9-993a-15bfe6c0f8c1",
"Rows": [
{
"ItemId": "efe8a5f3-678c-4170-ba2f-64a185b6059c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efe8a5f3-678c-4170-ba2f-64a185b6059c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7d2dfcc7-d5aa-43f9-993a-15bfe6c0f8c1",
"Rows": [
{
"ItemId": "efe8a5f3-678c-4170-ba2f-64a185b6059c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efe8a5f3-678c-4170-ba2f-64a185b6059c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"70620aca-ac5e-4b5b-a89a-ceea8365e790",
"b50c010e-d34f-4896-ba44-1391e45d81e1"
],
"Approvers": [
"670b72df-1adb-47d1-b780-2bd414b577ab",
"3ba7bc8a-1020-4b92-b4e0-a5bd1f14f3b8"
],
"ApprovedBy": "2c3bcc03-d46f-47da-9772-17dadd77983d",
"ApprovalDate": "2026-06-11T03:12:46.0895501+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "82abbf3b-0063-4c7c-ae1e-8167c12e1a5d",
"id": "ed847da8-7c70-47bd-a527-be8f9aeb4784",
"ConfigId": "91ec296d-100f-4e1a-bcab-12d2e01f44d7"
}
]