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-06T15:49:35.0597575+00:00",
"SubmitDate": "2026-06-06T15:49:35.0597575+00:00",
"ReportPeriodStart": "2026-06-06T15:49:35.0597575+00:00",
"ReportPeriodEnd": "2026-06-06T15:49:35.0597575+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2fb65ec5-2a93-4685-8d85-b88276cc1629",
"Rows": [
{
"ItemId": "98bc06e9-1849-4652-b651-f57e4fffa7df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98bc06e9-1849-4652-b651-f57e4fffa7df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2fb65ec5-2a93-4685-8d85-b88276cc1629",
"Rows": [
{
"ItemId": "98bc06e9-1849-4652-b651-f57e4fffa7df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98bc06e9-1849-4652-b651-f57e4fffa7df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fecc2554-7f80-4d59-b16a-a4cd5d8df3f7",
"0fb2ce96-a7ab-45e2-aaf0-5f5954b53270"
],
"Approvers": [
"a2253f96-38db-4ec0-bfe7-cd66d8de4b25",
"c5fc07c1-03db-4767-9738-b51ab1301586"
],
"ApprovedBy": "d59b13de-171a-4a58-9f58-bed412ca5eb6",
"ApprovalDate": "2026-06-06T15:49:35.0597575+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "68e60fc3-00e9-401e-9456-e0b1fcf03573",
"id": "835d056d-8bf7-4a28-9259-655268996a4f",
"ConfigId": "a6d503b6-84ba-4e91-ad62-40fb791f4638"
},
{
"GenerationDate": "2026-06-06T15:49:35.0597575+00:00",
"SubmitDate": "2026-06-06T15:49:35.0597575+00:00",
"ReportPeriodStart": "2026-06-06T15:49:35.0597575+00:00",
"ReportPeriodEnd": "2026-06-06T15:49:35.0597575+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2fb65ec5-2a93-4685-8d85-b88276cc1629",
"Rows": [
{
"ItemId": "98bc06e9-1849-4652-b651-f57e4fffa7df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98bc06e9-1849-4652-b651-f57e4fffa7df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2fb65ec5-2a93-4685-8d85-b88276cc1629",
"Rows": [
{
"ItemId": "98bc06e9-1849-4652-b651-f57e4fffa7df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98bc06e9-1849-4652-b651-f57e4fffa7df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fecc2554-7f80-4d59-b16a-a4cd5d8df3f7",
"0fb2ce96-a7ab-45e2-aaf0-5f5954b53270"
],
"Approvers": [
"a2253f96-38db-4ec0-bfe7-cd66d8de4b25",
"c5fc07c1-03db-4767-9738-b51ab1301586"
],
"ApprovedBy": "d59b13de-171a-4a58-9f58-bed412ca5eb6",
"ApprovalDate": "2026-06-06T15:49:35.0597575+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "68e60fc3-00e9-401e-9456-e0b1fcf03573",
"id": "835d056d-8bf7-4a28-9259-655268996a4f",
"ConfigId": "a6d503b6-84ba-4e91-ad62-40fb791f4638"
}
]