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-02-21T14:31:27.6948803+00:00",
"SubmitDate": "2026-02-21T14:31:27.6948803+00:00",
"ReportPeriodStart": "2026-02-21T14:31:27.6948803+00:00",
"ReportPeriodEnd": "2026-02-21T14:31:27.6948803+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6e0b84c0-d276-476c-9a81-0e377cd72b50",
"Rows": [
{
"ItemId": "f3189fa9-9db3-47d4-89da-bf74e41ee1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f3189fa9-9db3-47d4-89da-bf74e41ee1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6e0b84c0-d276-476c-9a81-0e377cd72b50",
"Rows": [
{
"ItemId": "f3189fa9-9db3-47d4-89da-bf74e41ee1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f3189fa9-9db3-47d4-89da-bf74e41ee1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bde92bb8-6c1e-4dc8-b5c0-be3ad38901b8",
"7581d363-64d2-417b-aa44-c6e337510878"
],
"Approvers": [
"e3a87cfd-1db7-4f9e-ab8b-af2393ff3862",
"b38db85d-64bd-4b0a-bb97-686c3a21106a"
],
"ApprovedBy": "3e42fc12-db58-473f-8ea8-60302facbb87",
"ApprovalDate": "2026-02-21T14:31:27.6948803+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "38d407e6-a257-401b-8790-1d59d5deecb2",
"id": "95497c45-e358-46b7-8b83-6c49fff9abd5",
"ConfigId": "d120933a-102a-44f1-9cd6-6d5432824b0e"
},
{
"GenerationDate": "2026-02-21T14:31:27.6948803+00:00",
"SubmitDate": "2026-02-21T14:31:27.6948803+00:00",
"ReportPeriodStart": "2026-02-21T14:31:27.6948803+00:00",
"ReportPeriodEnd": "2026-02-21T14:31:27.6948803+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6e0b84c0-d276-476c-9a81-0e377cd72b50",
"Rows": [
{
"ItemId": "f3189fa9-9db3-47d4-89da-bf74e41ee1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f3189fa9-9db3-47d4-89da-bf74e41ee1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6e0b84c0-d276-476c-9a81-0e377cd72b50",
"Rows": [
{
"ItemId": "f3189fa9-9db3-47d4-89da-bf74e41ee1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f3189fa9-9db3-47d4-89da-bf74e41ee1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bde92bb8-6c1e-4dc8-b5c0-be3ad38901b8",
"7581d363-64d2-417b-aa44-c6e337510878"
],
"Approvers": [
"e3a87cfd-1db7-4f9e-ab8b-af2393ff3862",
"b38db85d-64bd-4b0a-bb97-686c3a21106a"
],
"ApprovedBy": "3e42fc12-db58-473f-8ea8-60302facbb87",
"ApprovalDate": "2026-02-21T14:31:27.6948803+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "38d407e6-a257-401b-8790-1d59d5deecb2",
"id": "95497c45-e358-46b7-8b83-6c49fff9abd5",
"ConfigId": "d120933a-102a-44f1-9cd6-6d5432824b0e"
}
]