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-02-08T13:13:13.5639554+00:00",
"SubmitDate": "2026-02-08T13:13:13.5639554+00:00",
"ReportPeriodStart": "2026-02-08T13:13:13.5639554+00:00",
"ReportPeriodEnd": "2026-02-08T13:13:13.5639554+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5d64f2e4-6d0b-4b7b-b490-f6ca90b02567",
"Rows": [
{
"ItemId": "0cc69f06-bad1-4fa2-8677-445a41558a90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0cc69f06-bad1-4fa2-8677-445a41558a90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5d64f2e4-6d0b-4b7b-b490-f6ca90b02567",
"Rows": [
{
"ItemId": "0cc69f06-bad1-4fa2-8677-445a41558a90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0cc69f06-bad1-4fa2-8677-445a41558a90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3c0c054f-7944-4b59-9d96-b8115e18735f",
"8f3d539e-91e7-454c-ba0b-8fc62693b9c2"
],
"Approvers": [
"8e3417d2-1be8-4088-b7e3-774028e4da7c",
"1fbae60b-39a6-42e8-be48-723c99c72b3c"
],
"ApprovedBy": "571d1314-0334-4d9c-8242-0366725aabaa",
"ApprovalDate": "2026-02-08T13:13:13.5639554+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6f0306bc-e1a1-4a2e-bdb1-e394312a7019",
"id": "c5900f5b-dcc3-4d5f-9f8b-31719238d402",
"ConfigId": "b742decf-e3b9-48cf-8f94-d72ae3361128"
},
{
"GenerationDate": "2026-02-08T13:13:13.5639554+00:00",
"SubmitDate": "2026-02-08T13:13:13.5639554+00:00",
"ReportPeriodStart": "2026-02-08T13:13:13.5639554+00:00",
"ReportPeriodEnd": "2026-02-08T13:13:13.5639554+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5d64f2e4-6d0b-4b7b-b490-f6ca90b02567",
"Rows": [
{
"ItemId": "0cc69f06-bad1-4fa2-8677-445a41558a90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0cc69f06-bad1-4fa2-8677-445a41558a90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5d64f2e4-6d0b-4b7b-b490-f6ca90b02567",
"Rows": [
{
"ItemId": "0cc69f06-bad1-4fa2-8677-445a41558a90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0cc69f06-bad1-4fa2-8677-445a41558a90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3c0c054f-7944-4b59-9d96-b8115e18735f",
"8f3d539e-91e7-454c-ba0b-8fc62693b9c2"
],
"Approvers": [
"8e3417d2-1be8-4088-b7e3-774028e4da7c",
"1fbae60b-39a6-42e8-be48-723c99c72b3c"
],
"ApprovedBy": "571d1314-0334-4d9c-8242-0366725aabaa",
"ApprovalDate": "2026-02-08T13:13:13.5639554+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6f0306bc-e1a1-4a2e-bdb1-e394312a7019",
"id": "c5900f5b-dcc3-4d5f-9f8b-31719238d402",
"ConfigId": "b742decf-e3b9-48cf-8f94-d72ae3361128"
}
]