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-28T01:24:24.7915978+00:00",
"SubmitDate": "2026-02-28T01:24:24.7915978+00:00",
"ReportPeriodStart": "2026-02-28T01:24:24.7915978+00:00",
"ReportPeriodEnd": "2026-02-28T01:24:24.7915978+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c8f3b17d-7f13-4b44-99ca-958c2dbcefc8",
"Rows": [
{
"ItemId": "c041cb45-0387-4cec-91af-be8dd0bae91c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c041cb45-0387-4cec-91af-be8dd0bae91c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c8f3b17d-7f13-4b44-99ca-958c2dbcefc8",
"Rows": [
{
"ItemId": "c041cb45-0387-4cec-91af-be8dd0bae91c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c041cb45-0387-4cec-91af-be8dd0bae91c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"945f07cf-0032-43e0-8169-474d7bbf907b",
"c3fb36e3-bf74-4577-9cd7-d5de034fc396"
],
"Approvers": [
"1f84df02-09e5-4f45-8f56-47dce568e530",
"a70793e0-0904-4ac5-9478-d8c385bbbfa4"
],
"ApprovedBy": "41d88b7d-da8b-462f-acb6-fcb5c9380ad7",
"ApprovalDate": "2026-02-28T01:24:24.7915978+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2fa22b3f-2e89-4a59-93e1-105da8c40a19",
"id": "21ba633e-45b6-4116-932b-051da67bbdb1",
"ConfigId": "8fdff291-6053-4cd1-a4b2-1c18e6c5a150"
},
{
"GenerationDate": "2026-02-28T01:24:24.7915978+00:00",
"SubmitDate": "2026-02-28T01:24:24.7915978+00:00",
"ReportPeriodStart": "2026-02-28T01:24:24.7915978+00:00",
"ReportPeriodEnd": "2026-02-28T01:24:24.7915978+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c8f3b17d-7f13-4b44-99ca-958c2dbcefc8",
"Rows": [
{
"ItemId": "c041cb45-0387-4cec-91af-be8dd0bae91c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c041cb45-0387-4cec-91af-be8dd0bae91c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c8f3b17d-7f13-4b44-99ca-958c2dbcefc8",
"Rows": [
{
"ItemId": "c041cb45-0387-4cec-91af-be8dd0bae91c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c041cb45-0387-4cec-91af-be8dd0bae91c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"945f07cf-0032-43e0-8169-474d7bbf907b",
"c3fb36e3-bf74-4577-9cd7-d5de034fc396"
],
"Approvers": [
"1f84df02-09e5-4f45-8f56-47dce568e530",
"a70793e0-0904-4ac5-9478-d8c385bbbfa4"
],
"ApprovedBy": "41d88b7d-da8b-462f-acb6-fcb5c9380ad7",
"ApprovalDate": "2026-02-28T01:24:24.7915978+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2fa22b3f-2e89-4a59-93e1-105da8c40a19",
"id": "21ba633e-45b6-4116-932b-051da67bbdb1",
"ConfigId": "8fdff291-6053-4cd1-a4b2-1c18e6c5a150"
}
]