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-20T01:46:48.9234506+00:00",
"SubmitDate": "2026-06-20T01:46:48.9234506+00:00",
"ReportPeriodStart": "2026-06-20T01:46:48.9234506+00:00",
"ReportPeriodEnd": "2026-06-20T01:46:48.9234506+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e5f73282-443d-4650-8f3f-09f03c43af8e",
"Rows": [
{
"ItemId": "8f4311c2-f925-4fa2-8007-a699029fa992",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8f4311c2-f925-4fa2-8007-a699029fa992",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e5f73282-443d-4650-8f3f-09f03c43af8e",
"Rows": [
{
"ItemId": "8f4311c2-f925-4fa2-8007-a699029fa992",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8f4311c2-f925-4fa2-8007-a699029fa992",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3d2543b4-b48f-4558-a049-c6fc89d132b0",
"afee9aaf-5241-49e7-9607-c4b638c63e26"
],
"Approvers": [
"d00c1f43-873b-46d5-a88f-5b34b1a38538",
"a8a3cb7f-3247-499d-a612-ddda21eb5006"
],
"ApprovedBy": "5c8bf6cf-f04e-46e9-b040-363f4261a83d",
"ApprovalDate": "2026-06-20T01:46:48.9234506+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5b758d55-2c6b-4e2a-9556-49d6825a51f8",
"id": "6a140f56-c1a8-4b91-816f-5a0ea1c103f0",
"ConfigId": "a5aba820-e20b-46a5-9127-6222543b5b43"
},
{
"GenerationDate": "2026-06-20T01:46:48.9234506+00:00",
"SubmitDate": "2026-06-20T01:46:48.9234506+00:00",
"ReportPeriodStart": "2026-06-20T01:46:48.9234506+00:00",
"ReportPeriodEnd": "2026-06-20T01:46:48.9234506+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e5f73282-443d-4650-8f3f-09f03c43af8e",
"Rows": [
{
"ItemId": "8f4311c2-f925-4fa2-8007-a699029fa992",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8f4311c2-f925-4fa2-8007-a699029fa992",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e5f73282-443d-4650-8f3f-09f03c43af8e",
"Rows": [
{
"ItemId": "8f4311c2-f925-4fa2-8007-a699029fa992",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8f4311c2-f925-4fa2-8007-a699029fa992",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3d2543b4-b48f-4558-a049-c6fc89d132b0",
"afee9aaf-5241-49e7-9607-c4b638c63e26"
],
"Approvers": [
"d00c1f43-873b-46d5-a88f-5b34b1a38538",
"a8a3cb7f-3247-499d-a612-ddda21eb5006"
],
"ApprovedBy": "5c8bf6cf-f04e-46e9-b040-363f4261a83d",
"ApprovalDate": "2026-06-20T01:46:48.9234506+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5b758d55-2c6b-4e2a-9556-49d6825a51f8",
"id": "6a140f56-c1a8-4b91-816f-5a0ea1c103f0",
"ConfigId": "a5aba820-e20b-46a5-9127-6222543b5b43"
}
]