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-30T19:20:22.9298724+00:00",
"SubmitDate": "2026-05-30T19:20:22.9298724+00:00",
"ReportPeriodStart": "2026-05-30T19:20:22.9298724+00:00",
"ReportPeriodEnd": "2026-05-30T19:20:22.9298724+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c97b33d0-164d-41e2-a94a-1f0850627d4f",
"Rows": [
{
"ItemId": "8a9158ba-28ac-4d84-896c-da7339ebac86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a9158ba-28ac-4d84-896c-da7339ebac86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c97b33d0-164d-41e2-a94a-1f0850627d4f",
"Rows": [
{
"ItemId": "8a9158ba-28ac-4d84-896c-da7339ebac86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a9158ba-28ac-4d84-896c-da7339ebac86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"39870574-11e4-42eb-a5a7-ab3836f379ec",
"37679ea5-c4a5-407a-bb29-66168eadbd23"
],
"Approvers": [
"74245337-e2fa-43cb-a071-252a94ee5f53",
"b6b090c8-7821-43ba-aa5d-10d6eb191501"
],
"ApprovedBy": "e7fa8084-2215-470e-b0f4-225b46819df1",
"ApprovalDate": "2026-05-30T19:20:22.9298724+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "45ed9fca-1290-4308-9f9a-7d4fa6f74586",
"id": "4765ae14-c811-40eb-abaa-192c27d69296",
"ConfigId": "4be09e8b-620e-43df-940a-a72bbaefa882"
},
{
"GenerationDate": "2026-05-30T19:20:22.9298724+00:00",
"SubmitDate": "2026-05-30T19:20:22.9298724+00:00",
"ReportPeriodStart": "2026-05-30T19:20:22.9298724+00:00",
"ReportPeriodEnd": "2026-05-30T19:20:22.9298724+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c97b33d0-164d-41e2-a94a-1f0850627d4f",
"Rows": [
{
"ItemId": "8a9158ba-28ac-4d84-896c-da7339ebac86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a9158ba-28ac-4d84-896c-da7339ebac86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c97b33d0-164d-41e2-a94a-1f0850627d4f",
"Rows": [
{
"ItemId": "8a9158ba-28ac-4d84-896c-da7339ebac86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a9158ba-28ac-4d84-896c-da7339ebac86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"39870574-11e4-42eb-a5a7-ab3836f379ec",
"37679ea5-c4a5-407a-bb29-66168eadbd23"
],
"Approvers": [
"74245337-e2fa-43cb-a071-252a94ee5f53",
"b6b090c8-7821-43ba-aa5d-10d6eb191501"
],
"ApprovedBy": "e7fa8084-2215-470e-b0f4-225b46819df1",
"ApprovalDate": "2026-05-30T19:20:22.9298724+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "45ed9fca-1290-4308-9f9a-7d4fa6f74586",
"id": "4765ae14-c811-40eb-abaa-192c27d69296",
"ConfigId": "4be09e8b-620e-43df-940a-a72bbaefa882"
}
]