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-04-15T08:17:00.6168302+00:00",
"SubmitDate": "2026-04-15T08:17:00.6168302+00:00",
"ReportPeriodStart": "2026-04-15T08:17:00.6168302+00:00",
"ReportPeriodEnd": "2026-04-15T08:17:00.6168302+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ceffc17b-3e5f-4299-9658-33327948dfa5",
"Rows": [
{
"ItemId": "a757cfac-1694-4041-b1d5-c76da275f221",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a757cfac-1694-4041-b1d5-c76da275f221",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ceffc17b-3e5f-4299-9658-33327948dfa5",
"Rows": [
{
"ItemId": "a757cfac-1694-4041-b1d5-c76da275f221",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a757cfac-1694-4041-b1d5-c76da275f221",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"55eea3a9-86c7-4879-8507-1ec91a56a88b",
"d987871a-6e85-49e6-a9bf-28075b75ce10"
],
"Approvers": [
"2200e38a-9817-4bbd-850f-83698093111d",
"9d7005e1-a6b0-4579-b32b-772aaafa345b"
],
"ApprovedBy": "ed1f8769-1003-4bfe-b599-5597f834a8ac",
"ApprovalDate": "2026-04-15T08:17:00.6168302+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0b688539-b654-4499-aa17-bcd8501a3f68",
"id": "dd67834d-86b9-4667-a951-7f0d0097e44b",
"ConfigId": "50b9fb77-637c-42e0-b291-d3ccac7afedf"
},
{
"GenerationDate": "2026-04-15T08:17:00.6168302+00:00",
"SubmitDate": "2026-04-15T08:17:00.6168302+00:00",
"ReportPeriodStart": "2026-04-15T08:17:00.6168302+00:00",
"ReportPeriodEnd": "2026-04-15T08:17:00.6168302+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ceffc17b-3e5f-4299-9658-33327948dfa5",
"Rows": [
{
"ItemId": "a757cfac-1694-4041-b1d5-c76da275f221",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a757cfac-1694-4041-b1d5-c76da275f221",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ceffc17b-3e5f-4299-9658-33327948dfa5",
"Rows": [
{
"ItemId": "a757cfac-1694-4041-b1d5-c76da275f221",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a757cfac-1694-4041-b1d5-c76da275f221",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"55eea3a9-86c7-4879-8507-1ec91a56a88b",
"d987871a-6e85-49e6-a9bf-28075b75ce10"
],
"Approvers": [
"2200e38a-9817-4bbd-850f-83698093111d",
"9d7005e1-a6b0-4579-b32b-772aaafa345b"
],
"ApprovedBy": "ed1f8769-1003-4bfe-b599-5597f834a8ac",
"ApprovalDate": "2026-04-15T08:17:00.6168302+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0b688539-b654-4499-aa17-bcd8501a3f68",
"id": "dd67834d-86b9-4667-a951-7f0d0097e44b",
"ConfigId": "50b9fb77-637c-42e0-b291-d3ccac7afedf"
}
]