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-03-31T12:26:32.0128398+00:00",
"SubmitDate": "2026-03-31T12:26:32.0128398+00:00",
"ReportPeriodStart": "2026-03-31T12:26:32.0128398+00:00",
"ReportPeriodEnd": "2026-03-31T12:26:32.0128398+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e178cb57-460d-4bfb-9949-1a2f86ee6506",
"Rows": [
{
"ItemId": "90214152-865a-4fcd-a30b-878fc144bf89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90214152-865a-4fcd-a30b-878fc144bf89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e178cb57-460d-4bfb-9949-1a2f86ee6506",
"Rows": [
{
"ItemId": "90214152-865a-4fcd-a30b-878fc144bf89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90214152-865a-4fcd-a30b-878fc144bf89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a9d3634e-80ae-46b1-a7bb-be86cb589930",
"0745a7fa-b644-4e1b-b01e-ce8acb987b16"
],
"Approvers": [
"de5eeac5-6366-4550-9ef4-0f7001ab6e8b",
"a99fac52-de85-4a7a-a0a8-741ded4c926c"
],
"ApprovedBy": "a5abcc70-eba4-48ea-bf0e-9dce6a3a60d4",
"ApprovalDate": "2026-03-31T12:26:32.0128398+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "35f8209b-1f85-4786-a794-339e64649a10",
"id": "7b559f0f-64bd-49f3-a18b-b264407a855e",
"ConfigId": "e6aa1fb7-d1ff-4be6-8609-6ddfcc1788d9"
},
{
"GenerationDate": "2026-03-31T12:26:32.0128398+00:00",
"SubmitDate": "2026-03-31T12:26:32.0128398+00:00",
"ReportPeriodStart": "2026-03-31T12:26:32.0128398+00:00",
"ReportPeriodEnd": "2026-03-31T12:26:32.0128398+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e178cb57-460d-4bfb-9949-1a2f86ee6506",
"Rows": [
{
"ItemId": "90214152-865a-4fcd-a30b-878fc144bf89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90214152-865a-4fcd-a30b-878fc144bf89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e178cb57-460d-4bfb-9949-1a2f86ee6506",
"Rows": [
{
"ItemId": "90214152-865a-4fcd-a30b-878fc144bf89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90214152-865a-4fcd-a30b-878fc144bf89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a9d3634e-80ae-46b1-a7bb-be86cb589930",
"0745a7fa-b644-4e1b-b01e-ce8acb987b16"
],
"Approvers": [
"de5eeac5-6366-4550-9ef4-0f7001ab6e8b",
"a99fac52-de85-4a7a-a0a8-741ded4c926c"
],
"ApprovedBy": "a5abcc70-eba4-48ea-bf0e-9dce6a3a60d4",
"ApprovalDate": "2026-03-31T12:26:32.0128398+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "35f8209b-1f85-4786-a794-339e64649a10",
"id": "7b559f0f-64bd-49f3-a18b-b264407a855e",
"ConfigId": "e6aa1fb7-d1ff-4be6-8609-6ddfcc1788d9"
}
]