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-29T17:14:16.8999236+00:00",
"SubmitDate": "2026-05-29T17:14:16.8999236+00:00",
"ReportPeriodStart": "2026-05-29T17:14:16.8999236+00:00",
"ReportPeriodEnd": "2026-05-29T17:14:16.8999236+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "351efec7-d9dd-4878-a081-1d25043d7e0b",
"Rows": [
{
"ItemId": "33fb1c5a-46b9-4c33-b06a-b5a816ec6963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33fb1c5a-46b9-4c33-b06a-b5a816ec6963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "351efec7-d9dd-4878-a081-1d25043d7e0b",
"Rows": [
{
"ItemId": "33fb1c5a-46b9-4c33-b06a-b5a816ec6963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33fb1c5a-46b9-4c33-b06a-b5a816ec6963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5cd8c001-d0b5-41d6-af7d-4f4d63bc879e",
"6e00f839-5ecb-474e-937d-1b7fbc0f21ea"
],
"Approvers": [
"1b4075ca-ab65-44b1-aa2a-906b2b5f6ae0",
"5db03f60-ece4-4b9f-91e7-6699a9fe1dd2"
],
"ApprovedBy": "d8cccdda-f332-43c0-a1b1-0b1ca9f782e4",
"ApprovalDate": "2026-05-29T17:14:16.8999236+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "02c50699-57fe-4d36-85ae-353c5a649fa2",
"id": "be8488b4-eeff-42e3-9ba7-d19bc6b3662d",
"ConfigId": "cb68a014-f559-46dc-b975-54f1c6246667"
},
{
"GenerationDate": "2026-05-29T17:14:16.8999236+00:00",
"SubmitDate": "2026-05-29T17:14:16.8999236+00:00",
"ReportPeriodStart": "2026-05-29T17:14:16.8999236+00:00",
"ReportPeriodEnd": "2026-05-29T17:14:16.8999236+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "351efec7-d9dd-4878-a081-1d25043d7e0b",
"Rows": [
{
"ItemId": "33fb1c5a-46b9-4c33-b06a-b5a816ec6963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33fb1c5a-46b9-4c33-b06a-b5a816ec6963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "351efec7-d9dd-4878-a081-1d25043d7e0b",
"Rows": [
{
"ItemId": "33fb1c5a-46b9-4c33-b06a-b5a816ec6963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33fb1c5a-46b9-4c33-b06a-b5a816ec6963",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5cd8c001-d0b5-41d6-af7d-4f4d63bc879e",
"6e00f839-5ecb-474e-937d-1b7fbc0f21ea"
],
"Approvers": [
"1b4075ca-ab65-44b1-aa2a-906b2b5f6ae0",
"5db03f60-ece4-4b9f-91e7-6699a9fe1dd2"
],
"ApprovedBy": "d8cccdda-f332-43c0-a1b1-0b1ca9f782e4",
"ApprovalDate": "2026-05-29T17:14:16.8999236+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "02c50699-57fe-4d36-85ae-353c5a649fa2",
"id": "be8488b4-eeff-42e3-9ba7-d19bc6b3662d",
"ConfigId": "cb68a014-f559-46dc-b975-54f1c6246667"
}
]