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-01-19T18:55:48.5382384+00:00",
"SubmitDate": "2026-01-19T18:55:48.5382384+00:00",
"ReportPeriodStart": "2026-01-19T18:55:48.5382384+00:00",
"ReportPeriodEnd": "2026-01-19T18:55:48.5382384+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "afaae447-47ba-46e9-8335-b1e10ffe6d3c",
"Rows": [
{
"ItemId": "0fc0cf10-3507-4f8f-af77-164315d02e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0fc0cf10-3507-4f8f-af77-164315d02e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "afaae447-47ba-46e9-8335-b1e10ffe6d3c",
"Rows": [
{
"ItemId": "0fc0cf10-3507-4f8f-af77-164315d02e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0fc0cf10-3507-4f8f-af77-164315d02e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9746b6c5-6877-413e-8cfc-5d1f022edae5",
"4babc935-829e-46b9-9d81-69b68d63a0e4"
],
"Approvers": [
"ad02d82a-9bad-41d7-a07e-669012ff6850",
"6f4b7293-22ae-4090-b62f-ea92927b8dc0"
],
"ApprovedBy": "a950dfd3-2b18-4351-ad50-ef7658586e29",
"ApprovalDate": "2026-01-19T18:55:48.5382384+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b65e5512-5a6e-4466-8b9b-b97ff98e623a",
"id": "d0db9031-ae9f-4261-83ff-ba7fe0025a30",
"ConfigId": "fe5f7559-44d1-40fa-98df-30343d086712"
},
{
"GenerationDate": "2026-01-19T18:55:48.5382384+00:00",
"SubmitDate": "2026-01-19T18:55:48.5382384+00:00",
"ReportPeriodStart": "2026-01-19T18:55:48.5382384+00:00",
"ReportPeriodEnd": "2026-01-19T18:55:48.5382384+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "afaae447-47ba-46e9-8335-b1e10ffe6d3c",
"Rows": [
{
"ItemId": "0fc0cf10-3507-4f8f-af77-164315d02e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0fc0cf10-3507-4f8f-af77-164315d02e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "afaae447-47ba-46e9-8335-b1e10ffe6d3c",
"Rows": [
{
"ItemId": "0fc0cf10-3507-4f8f-af77-164315d02e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0fc0cf10-3507-4f8f-af77-164315d02e1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9746b6c5-6877-413e-8cfc-5d1f022edae5",
"4babc935-829e-46b9-9d81-69b68d63a0e4"
],
"Approvers": [
"ad02d82a-9bad-41d7-a07e-669012ff6850",
"6f4b7293-22ae-4090-b62f-ea92927b8dc0"
],
"ApprovedBy": "a950dfd3-2b18-4351-ad50-ef7658586e29",
"ApprovalDate": "2026-01-19T18:55:48.5382384+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b65e5512-5a6e-4466-8b9b-b97ff98e623a",
"id": "d0db9031-ae9f-4261-83ff-ba7fe0025a30",
"ConfigId": "fe5f7559-44d1-40fa-98df-30343d086712"
}
]