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": "2025-12-03T14:57:29.5795399+00:00",
"SubmitDate": "2025-12-03T14:57:29.5795399+00:00",
"ReportPeriodStart": "2025-12-03T14:57:29.5795399+00:00",
"ReportPeriodEnd": "2025-12-03T14:57:29.5795399+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "26566efb-ad03-4e2d-8f81-6bdb78111b00",
"Rows": [
{
"ItemId": "00dc08df-1744-4f37-906f-cdfa5406b673",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "00dc08df-1744-4f37-906f-cdfa5406b673",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "26566efb-ad03-4e2d-8f81-6bdb78111b00",
"Rows": [
{
"ItemId": "00dc08df-1744-4f37-906f-cdfa5406b673",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "00dc08df-1744-4f37-906f-cdfa5406b673",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bc0047fe-8546-487e-848d-5df01ee1deb5",
"c4a79402-ac72-4200-85e1-18b6c0b5dd75"
],
"Approvers": [
"426b45b0-329f-4cd6-8138-c4d2d83b1b53",
"ff6a75be-a7ff-4ebe-8ef1-b4199bdbdc72"
],
"ApprovedBy": "d6923439-87e1-4c87-b85e-2e328e7e781c",
"ApprovalDate": "2025-12-03T14:57:29.5795399+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6f275df5-6f6a-497c-80cc-c20b4bdb1f18",
"id": "b283a12b-d402-4938-9549-673df17ad18e",
"ConfigId": "f0e9a9ff-2938-4217-9bef-60d60600091a"
},
{
"GenerationDate": "2025-12-03T14:57:29.5795399+00:00",
"SubmitDate": "2025-12-03T14:57:29.5795399+00:00",
"ReportPeriodStart": "2025-12-03T14:57:29.5795399+00:00",
"ReportPeriodEnd": "2025-12-03T14:57:29.5795399+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "26566efb-ad03-4e2d-8f81-6bdb78111b00",
"Rows": [
{
"ItemId": "00dc08df-1744-4f37-906f-cdfa5406b673",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "00dc08df-1744-4f37-906f-cdfa5406b673",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "26566efb-ad03-4e2d-8f81-6bdb78111b00",
"Rows": [
{
"ItemId": "00dc08df-1744-4f37-906f-cdfa5406b673",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "00dc08df-1744-4f37-906f-cdfa5406b673",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bc0047fe-8546-487e-848d-5df01ee1deb5",
"c4a79402-ac72-4200-85e1-18b6c0b5dd75"
],
"Approvers": [
"426b45b0-329f-4cd6-8138-c4d2d83b1b53",
"ff6a75be-a7ff-4ebe-8ef1-b4199bdbdc72"
],
"ApprovedBy": "d6923439-87e1-4c87-b85e-2e328e7e781c",
"ApprovalDate": "2025-12-03T14:57:29.5795399+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6f275df5-6f6a-497c-80cc-c20b4bdb1f18",
"id": "b283a12b-d402-4938-9549-673df17ad18e",
"ConfigId": "f0e9a9ff-2938-4217-9bef-60d60600091a"
}
]