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-05-06T10:27:44.7686568+00:00",
"SubmitDate": "2026-05-06T10:27:44.7686568+00:00",
"ReportPeriodStart": "2026-05-06T10:27:44.7686568+00:00",
"ReportPeriodEnd": "2026-05-06T10:27:44.7686568+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5fddf1ee-2839-4a33-bd68-102415811ec6",
"Rows": [
{
"ItemId": "a24cbac7-a1bf-479c-a674-43cbdeb313df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a24cbac7-a1bf-479c-a674-43cbdeb313df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5fddf1ee-2839-4a33-bd68-102415811ec6",
"Rows": [
{
"ItemId": "a24cbac7-a1bf-479c-a674-43cbdeb313df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a24cbac7-a1bf-479c-a674-43cbdeb313df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a7e2a27c-a729-412f-9a70-b80981e663e4",
"daaea297-0986-4bc2-bbcf-aa32161e22dd"
],
"Approvers": [
"4355d171-242f-4017-b177-e8a070ced952",
"e666ca4a-5a0a-478b-b41d-59d4eaca1dae"
],
"ApprovedBy": "24710749-aa72-4c9f-baf1-909a9596ad5c",
"ApprovalDate": "2026-05-06T10:27:44.7686568+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4e370173-39c5-4322-9481-ac8ae544eacd",
"id": "1b012fb2-a485-405f-a547-c3d2f23ccad3",
"ConfigId": "3bb07bab-77be-45fa-9ffc-ba67b218cdd7"
},
{
"GenerationDate": "2026-05-06T10:27:44.7686568+00:00",
"SubmitDate": "2026-05-06T10:27:44.7686568+00:00",
"ReportPeriodStart": "2026-05-06T10:27:44.7686568+00:00",
"ReportPeriodEnd": "2026-05-06T10:27:44.7686568+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5fddf1ee-2839-4a33-bd68-102415811ec6",
"Rows": [
{
"ItemId": "a24cbac7-a1bf-479c-a674-43cbdeb313df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a24cbac7-a1bf-479c-a674-43cbdeb313df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5fddf1ee-2839-4a33-bd68-102415811ec6",
"Rows": [
{
"ItemId": "a24cbac7-a1bf-479c-a674-43cbdeb313df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a24cbac7-a1bf-479c-a674-43cbdeb313df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a7e2a27c-a729-412f-9a70-b80981e663e4",
"daaea297-0986-4bc2-bbcf-aa32161e22dd"
],
"Approvers": [
"4355d171-242f-4017-b177-e8a070ced952",
"e666ca4a-5a0a-478b-b41d-59d4eaca1dae"
],
"ApprovedBy": "24710749-aa72-4c9f-baf1-909a9596ad5c",
"ApprovalDate": "2026-05-06T10:27:44.7686568+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4e370173-39c5-4322-9481-ac8ae544eacd",
"id": "1b012fb2-a485-405f-a547-c3d2f23ccad3",
"ConfigId": "3bb07bab-77be-45fa-9ffc-ba67b218cdd7"
}
]