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-11-27T08:01:09.6494098+00:00",
"SubmitDate": "2025-11-27T08:01:09.6494098+00:00",
"ReportPeriodStart": "2025-11-27T08:01:09.6494098+00:00",
"ReportPeriodEnd": "2025-11-27T08:01:09.6494098+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "90911fa3-4b59-43e0-961a-d21f2559804c",
"Rows": [
{
"ItemId": "0b519cd6-9018-4ccc-aeb1-1c71d9cdaf20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b519cd6-9018-4ccc-aeb1-1c71d9cdaf20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "90911fa3-4b59-43e0-961a-d21f2559804c",
"Rows": [
{
"ItemId": "0b519cd6-9018-4ccc-aeb1-1c71d9cdaf20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b519cd6-9018-4ccc-aeb1-1c71d9cdaf20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e606b3e2-0cfa-4ecb-afbc-19a7a180735a",
"54ef80bf-ca9b-48a3-9c16-9a1a443ec2af"
],
"Approvers": [
"6b00255e-32f0-47d2-9ffa-c78d72609253",
"8d579ed3-1377-4008-8b9a-323655e85ed7"
],
"ApprovedBy": "edceabd3-54f9-4fa6-94c6-cec8d43244b1",
"ApprovalDate": "2025-11-27T08:01:09.6494098+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4c22467f-bc3d-41ee-ad0a-4e8b790a8ed0",
"id": "7e9e3059-c75d-4160-9923-36d1b30639a0",
"ConfigId": "f0a5be8b-279e-4a4f-bb70-f5ca62c45eec"
},
{
"GenerationDate": "2025-11-27T08:01:09.6494098+00:00",
"SubmitDate": "2025-11-27T08:01:09.6494098+00:00",
"ReportPeriodStart": "2025-11-27T08:01:09.6494098+00:00",
"ReportPeriodEnd": "2025-11-27T08:01:09.6494098+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "90911fa3-4b59-43e0-961a-d21f2559804c",
"Rows": [
{
"ItemId": "0b519cd6-9018-4ccc-aeb1-1c71d9cdaf20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b519cd6-9018-4ccc-aeb1-1c71d9cdaf20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "90911fa3-4b59-43e0-961a-d21f2559804c",
"Rows": [
{
"ItemId": "0b519cd6-9018-4ccc-aeb1-1c71d9cdaf20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b519cd6-9018-4ccc-aeb1-1c71d9cdaf20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e606b3e2-0cfa-4ecb-afbc-19a7a180735a",
"54ef80bf-ca9b-48a3-9c16-9a1a443ec2af"
],
"Approvers": [
"6b00255e-32f0-47d2-9ffa-c78d72609253",
"8d579ed3-1377-4008-8b9a-323655e85ed7"
],
"ApprovedBy": "edceabd3-54f9-4fa6-94c6-cec8d43244b1",
"ApprovalDate": "2025-11-27T08:01:09.6494098+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4c22467f-bc3d-41ee-ad0a-4e8b790a8ed0",
"id": "7e9e3059-c75d-4160-9923-36d1b30639a0",
"ConfigId": "f0a5be8b-279e-4a4f-bb70-f5ca62c45eec"
}
]