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-15T17:00:47.8635655+00:00",
"SubmitDate": "2026-01-15T17:00:47.8635655+00:00",
"ReportPeriodStart": "2026-01-15T17:00:47.8635655+00:00",
"ReportPeriodEnd": "2026-01-15T17:00:47.8635655+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7bb75935-40aa-42b6-95d0-117538815197",
"Rows": [
{
"ItemId": "1fd46277-178c-4b3c-bd51-9e2e0f1b2ca3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fd46277-178c-4b3c-bd51-9e2e0f1b2ca3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7bb75935-40aa-42b6-95d0-117538815197",
"Rows": [
{
"ItemId": "1fd46277-178c-4b3c-bd51-9e2e0f1b2ca3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fd46277-178c-4b3c-bd51-9e2e0f1b2ca3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6b122384-fc93-4b38-97fd-9be3b0f52bbc",
"b8a094df-4282-4311-a627-c77b9067099e"
],
"Approvers": [
"32ea0944-e7e3-4604-93e0-27564df8a5e4",
"1e83aea8-7e8e-4b28-964d-0b2c38bc2d40"
],
"ApprovedBy": "5db14d86-61cd-4f4a-ac54-f221bdb08474",
"ApprovalDate": "2026-01-15T17:00:47.8635655+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2567525f-2e32-4737-98a4-fcddad933682",
"id": "f38af72a-23c5-4a20-88d1-7c0faf31339e",
"ConfigId": "99f41fe5-37b5-420e-99de-37ffbc5bad37"
},
{
"GenerationDate": "2026-01-15T17:00:47.8635655+00:00",
"SubmitDate": "2026-01-15T17:00:47.8635655+00:00",
"ReportPeriodStart": "2026-01-15T17:00:47.8635655+00:00",
"ReportPeriodEnd": "2026-01-15T17:00:47.8635655+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7bb75935-40aa-42b6-95d0-117538815197",
"Rows": [
{
"ItemId": "1fd46277-178c-4b3c-bd51-9e2e0f1b2ca3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fd46277-178c-4b3c-bd51-9e2e0f1b2ca3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7bb75935-40aa-42b6-95d0-117538815197",
"Rows": [
{
"ItemId": "1fd46277-178c-4b3c-bd51-9e2e0f1b2ca3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fd46277-178c-4b3c-bd51-9e2e0f1b2ca3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6b122384-fc93-4b38-97fd-9be3b0f52bbc",
"b8a094df-4282-4311-a627-c77b9067099e"
],
"Approvers": [
"32ea0944-e7e3-4604-93e0-27564df8a5e4",
"1e83aea8-7e8e-4b28-964d-0b2c38bc2d40"
],
"ApprovedBy": "5db14d86-61cd-4f4a-ac54-f221bdb08474",
"ApprovalDate": "2026-01-15T17:00:47.8635655+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2567525f-2e32-4737-98a4-fcddad933682",
"id": "f38af72a-23c5-4a20-88d1-7c0faf31339e",
"ConfigId": "99f41fe5-37b5-420e-99de-37ffbc5bad37"
}
]