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-12T14:48:36.3992279+00:00",
"SubmitDate": "2026-06-12T14:48:36.3992279+00:00",
"ReportPeriodStart": "2026-06-12T14:48:36.3992279+00:00",
"ReportPeriodEnd": "2026-06-12T14:48:36.3992279+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4585ae9b-d2a1-4ea5-92b1-f1dcd2dddfda",
"Rows": [
{
"ItemId": "a81058bf-c43c-49c1-980c-4a52a067ed40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a81058bf-c43c-49c1-980c-4a52a067ed40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4585ae9b-d2a1-4ea5-92b1-f1dcd2dddfda",
"Rows": [
{
"ItemId": "a81058bf-c43c-49c1-980c-4a52a067ed40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a81058bf-c43c-49c1-980c-4a52a067ed40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5890b922-9f65-4aa2-b0ac-57b81b149bd8",
"8c385be4-4e99-40e2-a341-3e5039bd4506"
],
"Approvers": [
"42bfbabd-8d94-4d41-b3d2-b4d813bea8eb",
"b5929f35-332f-45bc-8871-5b436fd393a1"
],
"ApprovedBy": "b1f04909-c673-4681-baba-a5fd596c8b83",
"ApprovalDate": "2026-06-12T14:48:36.4148539+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ef13a021-a8b3-4c9c-8295-23805b367cbc",
"id": "a8bef681-64a6-4093-9f98-a3064e0a5fac",
"ConfigId": "2acfca30-fa31-47f5-8f53-2e99b8f93f87"
},
{
"GenerationDate": "2026-06-12T14:48:36.3992279+00:00",
"SubmitDate": "2026-06-12T14:48:36.3992279+00:00",
"ReportPeriodStart": "2026-06-12T14:48:36.3992279+00:00",
"ReportPeriodEnd": "2026-06-12T14:48:36.3992279+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4585ae9b-d2a1-4ea5-92b1-f1dcd2dddfda",
"Rows": [
{
"ItemId": "a81058bf-c43c-49c1-980c-4a52a067ed40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a81058bf-c43c-49c1-980c-4a52a067ed40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4585ae9b-d2a1-4ea5-92b1-f1dcd2dddfda",
"Rows": [
{
"ItemId": "a81058bf-c43c-49c1-980c-4a52a067ed40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a81058bf-c43c-49c1-980c-4a52a067ed40",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5890b922-9f65-4aa2-b0ac-57b81b149bd8",
"8c385be4-4e99-40e2-a341-3e5039bd4506"
],
"Approvers": [
"42bfbabd-8d94-4d41-b3d2-b4d813bea8eb",
"b5929f35-332f-45bc-8871-5b436fd393a1"
],
"ApprovedBy": "b1f04909-c673-4681-baba-a5fd596c8b83",
"ApprovalDate": "2026-06-12T14:48:36.4148539+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ef13a021-a8b3-4c9c-8295-23805b367cbc",
"id": "a8bef681-64a6-4093-9f98-a3064e0a5fac",
"ConfigId": "2acfca30-fa31-47f5-8f53-2e99b8f93f87"
}
]