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-06-06T09:32:27.0705954+00:00",
"SubmitDate": "2026-06-06T09:32:27.0705954+00:00",
"ReportPeriodStart": "2026-06-06T09:32:27.0705954+00:00",
"ReportPeriodEnd": "2026-06-06T09:32:27.0705954+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "da69766b-8d46-459a-89a5-ab4c250e913d",
"Rows": [
{
"ItemId": "a48bf1de-561e-406a-9121-1c09df59839a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a48bf1de-561e-406a-9121-1c09df59839a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "da69766b-8d46-459a-89a5-ab4c250e913d",
"Rows": [
{
"ItemId": "a48bf1de-561e-406a-9121-1c09df59839a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a48bf1de-561e-406a-9121-1c09df59839a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"da3b0b56-d08b-4d6e-8514-2724f89e39f8",
"38e4a19a-9b63-466d-824f-dfe082392c2b"
],
"Approvers": [
"25a6f761-caa1-464b-b5b8-d6e37901253b",
"e6fdd584-cb2d-4f57-a7a2-01a5968893ef"
],
"ApprovedBy": "74b5faa2-3577-4234-ac8d-77ecccecaabd",
"ApprovalDate": "2026-06-06T09:32:27.0705954+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "99e54216-8653-4542-8866-ce311c19f8d8",
"id": "ebe3295b-a623-4c9f-ab25-738d6cea6825",
"ConfigId": "399bb994-d935-4276-8f04-a43d172e0d80"
},
{
"GenerationDate": "2026-06-06T09:32:27.0705954+00:00",
"SubmitDate": "2026-06-06T09:32:27.0705954+00:00",
"ReportPeriodStart": "2026-06-06T09:32:27.0705954+00:00",
"ReportPeriodEnd": "2026-06-06T09:32:27.0705954+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "da69766b-8d46-459a-89a5-ab4c250e913d",
"Rows": [
{
"ItemId": "a48bf1de-561e-406a-9121-1c09df59839a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a48bf1de-561e-406a-9121-1c09df59839a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "da69766b-8d46-459a-89a5-ab4c250e913d",
"Rows": [
{
"ItemId": "a48bf1de-561e-406a-9121-1c09df59839a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a48bf1de-561e-406a-9121-1c09df59839a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"da3b0b56-d08b-4d6e-8514-2724f89e39f8",
"38e4a19a-9b63-466d-824f-dfe082392c2b"
],
"Approvers": [
"25a6f761-caa1-464b-b5b8-d6e37901253b",
"e6fdd584-cb2d-4f57-a7a2-01a5968893ef"
],
"ApprovedBy": "74b5faa2-3577-4234-ac8d-77ecccecaabd",
"ApprovalDate": "2026-06-06T09:32:27.0705954+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "99e54216-8653-4542-8866-ce311c19f8d8",
"id": "ebe3295b-a623-4c9f-ab25-738d6cea6825",
"ConfigId": "399bb994-d935-4276-8f04-a43d172e0d80"
}
]