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:51:45.5555229+00:00",
"SubmitDate": "2025-12-03T14:51:45.5555229+00:00",
"ReportPeriodStart": "2025-12-03T14:51:45.5555229+00:00",
"ReportPeriodEnd": "2025-12-03T14:51:45.5555229+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ad2cc93b-1c98-4057-9c59-6c3e29733fa0",
"Rows": [
{
"ItemId": "3a89b869-7e97-4165-a160-e8e685574b3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3a89b869-7e97-4165-a160-e8e685574b3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ad2cc93b-1c98-4057-9c59-6c3e29733fa0",
"Rows": [
{
"ItemId": "3a89b869-7e97-4165-a160-e8e685574b3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3a89b869-7e97-4165-a160-e8e685574b3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"657a459b-9a1c-43ba-99f2-7bac4862e26c",
"73cc9ba9-d72b-4f2e-a929-44e190eb07fe"
],
"Approvers": [
"74254a16-b1cc-4e05-beee-4e6dca334b8b",
"8e8f8004-59d6-4329-9f30-e969bbfaa48a"
],
"ApprovedBy": "df511a27-3291-4fbf-993e-313a3a0070ca",
"ApprovalDate": "2025-12-03T14:51:45.5555229+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "edbf688d-f75a-44e2-adf6-25b1d7a1b5b6",
"id": "36b44e51-7e22-4aba-ac38-17a187c38ac4",
"ConfigId": "b32de072-83eb-4b91-8de4-fad36bdfaedd"
},
{
"GenerationDate": "2025-12-03T14:51:45.5555229+00:00",
"SubmitDate": "2025-12-03T14:51:45.5555229+00:00",
"ReportPeriodStart": "2025-12-03T14:51:45.5555229+00:00",
"ReportPeriodEnd": "2025-12-03T14:51:45.5555229+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ad2cc93b-1c98-4057-9c59-6c3e29733fa0",
"Rows": [
{
"ItemId": "3a89b869-7e97-4165-a160-e8e685574b3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3a89b869-7e97-4165-a160-e8e685574b3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ad2cc93b-1c98-4057-9c59-6c3e29733fa0",
"Rows": [
{
"ItemId": "3a89b869-7e97-4165-a160-e8e685574b3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3a89b869-7e97-4165-a160-e8e685574b3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"657a459b-9a1c-43ba-99f2-7bac4862e26c",
"73cc9ba9-d72b-4f2e-a929-44e190eb07fe"
],
"Approvers": [
"74254a16-b1cc-4e05-beee-4e6dca334b8b",
"8e8f8004-59d6-4329-9f30-e969bbfaa48a"
],
"ApprovedBy": "df511a27-3291-4fbf-993e-313a3a0070ca",
"ApprovalDate": "2025-12-03T14:51:45.5555229+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "edbf688d-f75a-44e2-adf6-25b1d7a1b5b6",
"id": "36b44e51-7e22-4aba-ac38-17a187c38ac4",
"ConfigId": "b32de072-83eb-4b91-8de4-fad36bdfaedd"
}
]