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-04-25T02:19:22.6341646+00:00",
"SubmitDate": "2026-04-25T02:19:22.6341646+00:00",
"ReportPeriodStart": "2026-04-25T02:19:22.6341646+00:00",
"ReportPeriodEnd": "2026-04-25T02:19:22.6341646+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2444ab95-4779-494a-8679-94d759fd8e08",
"Rows": [
{
"ItemId": "b4a4fddf-62ef-4e15-84b2-6b5a7d791c32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b4a4fddf-62ef-4e15-84b2-6b5a7d791c32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2444ab95-4779-494a-8679-94d759fd8e08",
"Rows": [
{
"ItemId": "b4a4fddf-62ef-4e15-84b2-6b5a7d791c32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b4a4fddf-62ef-4e15-84b2-6b5a7d791c32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc3d2ec2-b83a-488d-9abc-9bc6748e5022",
"680e957a-58f5-4ba3-8856-0d273c0284fa"
],
"Approvers": [
"028e9066-2eda-439d-af75-06c6f815c4b6",
"5ed15ab9-1475-43c9-b20c-3eeb3f169629"
],
"ApprovedBy": "e40cf92b-13ba-4c21-94b2-bcada9613788",
"ApprovalDate": "2026-04-25T02:19:22.6341646+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c8843560-61d8-46fb-adcc-1f2cb6465508",
"id": "93708163-4450-479a-a047-a60f816cee9e",
"ConfigId": "337c35e5-6324-4829-a0c7-a688a5657fff"
},
{
"GenerationDate": "2026-04-25T02:19:22.6341646+00:00",
"SubmitDate": "2026-04-25T02:19:22.6341646+00:00",
"ReportPeriodStart": "2026-04-25T02:19:22.6341646+00:00",
"ReportPeriodEnd": "2026-04-25T02:19:22.6341646+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2444ab95-4779-494a-8679-94d759fd8e08",
"Rows": [
{
"ItemId": "b4a4fddf-62ef-4e15-84b2-6b5a7d791c32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b4a4fddf-62ef-4e15-84b2-6b5a7d791c32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2444ab95-4779-494a-8679-94d759fd8e08",
"Rows": [
{
"ItemId": "b4a4fddf-62ef-4e15-84b2-6b5a7d791c32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b4a4fddf-62ef-4e15-84b2-6b5a7d791c32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc3d2ec2-b83a-488d-9abc-9bc6748e5022",
"680e957a-58f5-4ba3-8856-0d273c0284fa"
],
"Approvers": [
"028e9066-2eda-439d-af75-06c6f815c4b6",
"5ed15ab9-1475-43c9-b20c-3eeb3f169629"
],
"ApprovedBy": "e40cf92b-13ba-4c21-94b2-bcada9613788",
"ApprovalDate": "2026-04-25T02:19:22.6341646+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c8843560-61d8-46fb-adcc-1f2cb6465508",
"id": "93708163-4450-479a-a047-a60f816cee9e",
"ConfigId": "337c35e5-6324-4829-a0c7-a688a5657fff"
}
]