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-24T12:30:32.6492772+00:00",
"SubmitDate": "2025-11-24T12:30:32.6492772+00:00",
"ReportPeriodStart": "2025-11-24T12:30:32.6492772+00:00",
"ReportPeriodEnd": "2025-11-24T12:30:32.6492772+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b28c4111-004b-4ba6-8d0d-aeccd95fb86f",
"Rows": [
{
"ItemId": "f183b673-c3f6-4fa2-93f7-c63456f8fa52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f183b673-c3f6-4fa2-93f7-c63456f8fa52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b28c4111-004b-4ba6-8d0d-aeccd95fb86f",
"Rows": [
{
"ItemId": "f183b673-c3f6-4fa2-93f7-c63456f8fa52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f183b673-c3f6-4fa2-93f7-c63456f8fa52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4324e3fd-8c03-4607-b10e-b7c731279540",
"1032e00b-fcf2-47cc-9b42-2d399769185c"
],
"Approvers": [
"43dd6711-2802-4e95-ad4d-79012d383c8c",
"fe7a5c90-f8ad-452d-aba0-b47ab235a813"
],
"ApprovedBy": "9a307cf6-28dd-4a03-bdf3-9ab0b291af6a",
"ApprovalDate": "2025-11-24T12:30:32.6492772+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3905c3cd-8b8c-4167-8b90-dcaec0d4604a",
"id": "55fc6844-1577-428c-b752-d55aba899d84",
"ConfigId": "c6243aec-5012-44fe-984f-4f68d0b3c541"
},
{
"GenerationDate": "2025-11-24T12:30:32.6492772+00:00",
"SubmitDate": "2025-11-24T12:30:32.6492772+00:00",
"ReportPeriodStart": "2025-11-24T12:30:32.6492772+00:00",
"ReportPeriodEnd": "2025-11-24T12:30:32.6492772+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b28c4111-004b-4ba6-8d0d-aeccd95fb86f",
"Rows": [
{
"ItemId": "f183b673-c3f6-4fa2-93f7-c63456f8fa52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f183b673-c3f6-4fa2-93f7-c63456f8fa52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b28c4111-004b-4ba6-8d0d-aeccd95fb86f",
"Rows": [
{
"ItemId": "f183b673-c3f6-4fa2-93f7-c63456f8fa52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f183b673-c3f6-4fa2-93f7-c63456f8fa52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4324e3fd-8c03-4607-b10e-b7c731279540",
"1032e00b-fcf2-47cc-9b42-2d399769185c"
],
"Approvers": [
"43dd6711-2802-4e95-ad4d-79012d383c8c",
"fe7a5c90-f8ad-452d-aba0-b47ab235a813"
],
"ApprovedBy": "9a307cf6-28dd-4a03-bdf3-9ab0b291af6a",
"ApprovalDate": "2025-11-24T12:30:32.6492772+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3905c3cd-8b8c-4167-8b90-dcaec0d4604a",
"id": "55fc6844-1577-428c-b752-d55aba899d84",
"ConfigId": "c6243aec-5012-44fe-984f-4f68d0b3c541"
}
]