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-30T01:00:09.4787471+00:00",
"SubmitDate": "2026-05-30T01:00:09.4787471+00:00",
"ReportPeriodStart": "2026-05-30T01:00:09.4787471+00:00",
"ReportPeriodEnd": "2026-05-30T01:00:09.4787471+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "36c9f990-e1ff-49bd-a4ef-49683787b602",
"Rows": [
{
"ItemId": "28ce922d-deaa-4202-9dc4-e8a5483aff30",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28ce922d-deaa-4202-9dc4-e8a5483aff30",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "36c9f990-e1ff-49bd-a4ef-49683787b602",
"Rows": [
{
"ItemId": "28ce922d-deaa-4202-9dc4-e8a5483aff30",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28ce922d-deaa-4202-9dc4-e8a5483aff30",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"08d943c4-116f-45a6-b211-61f0705b1edd",
"6ed8bef2-3e83-4629-8c76-f4b16ddb6736"
],
"Approvers": [
"45cbab14-5518-4997-abcf-a54ec1a75e2e",
"3ecf4f61-17ee-413d-b051-d46cc8bd14a3"
],
"ApprovedBy": "9ef230b0-0d79-465c-8afe-1fc2f62a8e05",
"ApprovalDate": "2026-05-30T01:00:09.4787471+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5e238fb3-d6e8-40f1-81e4-88ad2839604a",
"id": "68d27951-5dbc-425c-b378-115a182772e7",
"ConfigId": "5cf405af-1c0b-4226-a494-a9ec63d89572"
},
{
"GenerationDate": "2026-05-30T01:00:09.4787471+00:00",
"SubmitDate": "2026-05-30T01:00:09.4787471+00:00",
"ReportPeriodStart": "2026-05-30T01:00:09.4787471+00:00",
"ReportPeriodEnd": "2026-05-30T01:00:09.4787471+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "36c9f990-e1ff-49bd-a4ef-49683787b602",
"Rows": [
{
"ItemId": "28ce922d-deaa-4202-9dc4-e8a5483aff30",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28ce922d-deaa-4202-9dc4-e8a5483aff30",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "36c9f990-e1ff-49bd-a4ef-49683787b602",
"Rows": [
{
"ItemId": "28ce922d-deaa-4202-9dc4-e8a5483aff30",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28ce922d-deaa-4202-9dc4-e8a5483aff30",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"08d943c4-116f-45a6-b211-61f0705b1edd",
"6ed8bef2-3e83-4629-8c76-f4b16ddb6736"
],
"Approvers": [
"45cbab14-5518-4997-abcf-a54ec1a75e2e",
"3ecf4f61-17ee-413d-b051-d46cc8bd14a3"
],
"ApprovedBy": "9ef230b0-0d79-465c-8afe-1fc2f62a8e05",
"ApprovalDate": "2026-05-30T01:00:09.4787471+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5e238fb3-d6e8-40f1-81e4-88ad2839604a",
"id": "68d27951-5dbc-425c-b378-115a182772e7",
"ConfigId": "5cf405af-1c0b-4226-a494-a9ec63d89572"
}
]