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-09T22:10:08.9902512+00:00",
"SubmitDate": "2026-06-09T22:10:08.9902512+00:00",
"ReportPeriodStart": "2026-06-09T22:10:08.9902512+00:00",
"ReportPeriodEnd": "2026-06-09T22:10:08.9902512+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4c044628-a169-47b6-a9cf-52cc9a771388",
"Rows": [
{
"ItemId": "fff75cc4-5c77-4230-bbc8-8e324a6e5e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fff75cc4-5c77-4230-bbc8-8e324a6e5e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4c044628-a169-47b6-a9cf-52cc9a771388",
"Rows": [
{
"ItemId": "fff75cc4-5c77-4230-bbc8-8e324a6e5e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fff75cc4-5c77-4230-bbc8-8e324a6e5e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7f876c72-cf28-4d2c-9456-147478a637a1",
"c2f44fdc-229f-463a-951a-8aae267b3369"
],
"Approvers": [
"a942ba0c-21d0-4760-b5ea-06292f187346",
"4d2d1fcd-d7b1-44c1-8449-3b629f4287dc"
],
"ApprovedBy": "d25799bd-fbf8-49c9-9cd6-2e06660ea833",
"ApprovalDate": "2026-06-09T22:10:09.0058756+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b6fcb669-0bd7-4f53-8888-cbe63025bd9b",
"id": "e314df59-ba23-4aaf-99df-e7dea1adbda7",
"ConfigId": "3dcafead-bfbc-49af-986e-f5983b321677"
},
{
"GenerationDate": "2026-06-09T22:10:08.9902512+00:00",
"SubmitDate": "2026-06-09T22:10:08.9902512+00:00",
"ReportPeriodStart": "2026-06-09T22:10:08.9902512+00:00",
"ReportPeriodEnd": "2026-06-09T22:10:08.9902512+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4c044628-a169-47b6-a9cf-52cc9a771388",
"Rows": [
{
"ItemId": "fff75cc4-5c77-4230-bbc8-8e324a6e5e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fff75cc4-5c77-4230-bbc8-8e324a6e5e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4c044628-a169-47b6-a9cf-52cc9a771388",
"Rows": [
{
"ItemId": "fff75cc4-5c77-4230-bbc8-8e324a6e5e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fff75cc4-5c77-4230-bbc8-8e324a6e5e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7f876c72-cf28-4d2c-9456-147478a637a1",
"c2f44fdc-229f-463a-951a-8aae267b3369"
],
"Approvers": [
"a942ba0c-21d0-4760-b5ea-06292f187346",
"4d2d1fcd-d7b1-44c1-8449-3b629f4287dc"
],
"ApprovedBy": "d25799bd-fbf8-49c9-9cd6-2e06660ea833",
"ApprovalDate": "2026-06-09T22:10:09.0058756+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b6fcb669-0bd7-4f53-8888-cbe63025bd9b",
"id": "e314df59-ba23-4aaf-99df-e7dea1adbda7",
"ConfigId": "3dcafead-bfbc-49af-986e-f5983b321677"
}
]