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-01-30T07:41:32.226067+00:00",
"SubmitDate": "2026-01-30T07:41:32.226067+00:00",
"ReportPeriodStart": "2026-01-30T07:41:32.226067+00:00",
"ReportPeriodEnd": "2026-01-30T07:41:32.226067+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "616a4972-cbc2-402d-a04f-57b92b74c8d5",
"Rows": [
{
"ItemId": "3c567820-9425-4cd9-8c8b-6c3207a110e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c567820-9425-4cd9-8c8b-6c3207a110e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "616a4972-cbc2-402d-a04f-57b92b74c8d5",
"Rows": [
{
"ItemId": "3c567820-9425-4cd9-8c8b-6c3207a110e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c567820-9425-4cd9-8c8b-6c3207a110e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7bb9d0db-6702-4e30-b900-cbe06da41b0f",
"cde764ea-1786-4e47-ad45-e64c8df8a052"
],
"Approvers": [
"369cf843-ac2c-4d26-b129-0e8a63f8ff8b",
"e341a0a5-9057-49f2-b5ec-33cff9d1ab62"
],
"ApprovedBy": "6c1cfc52-dbcd-4ce7-b702-2b7aaf2f4413",
"ApprovalDate": "2026-01-30T07:41:32.226067+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f393146d-9781-40f5-a6b6-5056a991f1e7",
"id": "56372f79-c02e-458f-8e84-59cc3ae7210a",
"ConfigId": "2103fb43-9106-4921-b7e5-5acc0567a205"
},
{
"GenerationDate": "2026-01-30T07:41:32.226067+00:00",
"SubmitDate": "2026-01-30T07:41:32.226067+00:00",
"ReportPeriodStart": "2026-01-30T07:41:32.226067+00:00",
"ReportPeriodEnd": "2026-01-30T07:41:32.226067+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "616a4972-cbc2-402d-a04f-57b92b74c8d5",
"Rows": [
{
"ItemId": "3c567820-9425-4cd9-8c8b-6c3207a110e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c567820-9425-4cd9-8c8b-6c3207a110e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "616a4972-cbc2-402d-a04f-57b92b74c8d5",
"Rows": [
{
"ItemId": "3c567820-9425-4cd9-8c8b-6c3207a110e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c567820-9425-4cd9-8c8b-6c3207a110e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7bb9d0db-6702-4e30-b900-cbe06da41b0f",
"cde764ea-1786-4e47-ad45-e64c8df8a052"
],
"Approvers": [
"369cf843-ac2c-4d26-b129-0e8a63f8ff8b",
"e341a0a5-9057-49f2-b5ec-33cff9d1ab62"
],
"ApprovedBy": "6c1cfc52-dbcd-4ce7-b702-2b7aaf2f4413",
"ApprovalDate": "2026-01-30T07:41:32.226067+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f393146d-9781-40f5-a6b6-5056a991f1e7",
"id": "56372f79-c02e-458f-8e84-59cc3ae7210a",
"ConfigId": "2103fb43-9106-4921-b7e5-5acc0567a205"
}
]