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-18T15:28:00.9984731+00:00",
"SubmitDate": "2026-06-18T15:28:00.9984731+00:00",
"ReportPeriodStart": "2026-06-18T15:28:00.9984731+00:00",
"ReportPeriodEnd": "2026-06-18T15:28:00.9984731+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "455ad508-a875-4bb8-a0ad-edf7a566ddbe",
"Rows": [
{
"ItemId": "8d7fe836-f976-497a-aba6-b2b803769d88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8d7fe836-f976-497a-aba6-b2b803769d88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "455ad508-a875-4bb8-a0ad-edf7a566ddbe",
"Rows": [
{
"ItemId": "8d7fe836-f976-497a-aba6-b2b803769d88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8d7fe836-f976-497a-aba6-b2b803769d88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d2ddd0e0-7088-4eba-ae7f-99428305f2f0",
"400bf4bd-081f-4c1a-8398-e562bd17591b"
],
"Approvers": [
"31c7b366-088d-4d17-a1db-b058533ae02e",
"cd74b85e-e973-428c-8305-fbbdce9dca8a"
],
"ApprovedBy": "f6533f85-18fd-4a2d-9b11-599ffa66de29",
"ApprovalDate": "2026-06-18T15:28:00.9984731+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3f7bed31-2750-44d3-98a4-1176a1965fdf",
"id": "465474e3-375c-4463-a646-01631a53a192",
"ConfigId": "b854474c-e7a1-4d59-b870-f8ac3be4f480"
},
{
"GenerationDate": "2026-06-18T15:28:00.9984731+00:00",
"SubmitDate": "2026-06-18T15:28:00.9984731+00:00",
"ReportPeriodStart": "2026-06-18T15:28:00.9984731+00:00",
"ReportPeriodEnd": "2026-06-18T15:28:00.9984731+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "455ad508-a875-4bb8-a0ad-edf7a566ddbe",
"Rows": [
{
"ItemId": "8d7fe836-f976-497a-aba6-b2b803769d88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8d7fe836-f976-497a-aba6-b2b803769d88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "455ad508-a875-4bb8-a0ad-edf7a566ddbe",
"Rows": [
{
"ItemId": "8d7fe836-f976-497a-aba6-b2b803769d88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8d7fe836-f976-497a-aba6-b2b803769d88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d2ddd0e0-7088-4eba-ae7f-99428305f2f0",
"400bf4bd-081f-4c1a-8398-e562bd17591b"
],
"Approvers": [
"31c7b366-088d-4d17-a1db-b058533ae02e",
"cd74b85e-e973-428c-8305-fbbdce9dca8a"
],
"ApprovedBy": "f6533f85-18fd-4a2d-9b11-599ffa66de29",
"ApprovalDate": "2026-06-18T15:28:00.9984731+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3f7bed31-2750-44d3-98a4-1176a1965fdf",
"id": "465474e3-375c-4463-a646-01631a53a192",
"ConfigId": "b854474c-e7a1-4d59-b870-f8ac3be4f480"
}
]