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-05-14T09:57:17.5618503+00:00",
"SubmitDate": "2026-05-14T09:57:17.5618503+00:00",
"ReportPeriodStart": "2026-05-14T09:57:17.5618503+00:00",
"ReportPeriodEnd": "2026-05-14T09:57:17.5618503+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c7b15d1c-35ec-4272-9711-05c109fb4d21",
"Rows": [
{
"ItemId": "ad9212e2-56db-4f86-aa8e-ba45b122548e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad9212e2-56db-4f86-aa8e-ba45b122548e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c7b15d1c-35ec-4272-9711-05c109fb4d21",
"Rows": [
{
"ItemId": "ad9212e2-56db-4f86-aa8e-ba45b122548e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad9212e2-56db-4f86-aa8e-ba45b122548e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5a0cd835-bad8-4caa-ba65-d68f7d07dbcf",
"768e9448-97ae-4638-9c79-f2160814a23c"
],
"Approvers": [
"c6d80802-5369-45ce-be09-0eb9feac63c7",
"6d9ff837-32b0-458e-8f64-e45880f65377"
],
"ApprovedBy": "5a1f9f51-0027-41df-954a-2cd4e528b2ab",
"ApprovalDate": "2026-05-14T09:57:17.5618503+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2a3f8eeb-f02d-49bc-b6fc-36bc00fd3716",
"id": "28a2e443-b3f4-4d74-8cd5-519d4c55dead",
"ConfigId": "51877231-0468-473f-ba13-8f32a5e1fba7"
},
{
"GenerationDate": "2026-05-14T09:57:17.5618503+00:00",
"SubmitDate": "2026-05-14T09:57:17.5618503+00:00",
"ReportPeriodStart": "2026-05-14T09:57:17.5618503+00:00",
"ReportPeriodEnd": "2026-05-14T09:57:17.5618503+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c7b15d1c-35ec-4272-9711-05c109fb4d21",
"Rows": [
{
"ItemId": "ad9212e2-56db-4f86-aa8e-ba45b122548e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad9212e2-56db-4f86-aa8e-ba45b122548e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c7b15d1c-35ec-4272-9711-05c109fb4d21",
"Rows": [
{
"ItemId": "ad9212e2-56db-4f86-aa8e-ba45b122548e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad9212e2-56db-4f86-aa8e-ba45b122548e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5a0cd835-bad8-4caa-ba65-d68f7d07dbcf",
"768e9448-97ae-4638-9c79-f2160814a23c"
],
"Approvers": [
"c6d80802-5369-45ce-be09-0eb9feac63c7",
"6d9ff837-32b0-458e-8f64-e45880f65377"
],
"ApprovedBy": "5a1f9f51-0027-41df-954a-2cd4e528b2ab",
"ApprovalDate": "2026-05-14T09:57:17.5618503+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2a3f8eeb-f02d-49bc-b6fc-36bc00fd3716",
"id": "28a2e443-b3f4-4d74-8cd5-519d4c55dead",
"ConfigId": "51877231-0468-473f-ba13-8f32a5e1fba7"
}
]