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-06-10T17:26:41.3441054+00:00",
"SubmitDate": "2026-06-10T17:26:41.3441054+00:00",
"ReportPeriodStart": "2026-06-10T17:26:41.3441054+00:00",
"ReportPeriodEnd": "2026-06-10T17:26:41.3441054+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0e1f6812-8605-4ed3-865d-d88cf54e6377",
"Rows": [
{
"ItemId": "79368fa3-a446-4d8a-b776-5f6a420d73b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "79368fa3-a446-4d8a-b776-5f6a420d73b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0e1f6812-8605-4ed3-865d-d88cf54e6377",
"Rows": [
{
"ItemId": "79368fa3-a446-4d8a-b776-5f6a420d73b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "79368fa3-a446-4d8a-b776-5f6a420d73b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2445e69f-f6ec-4c41-a405-88c033a6aee3",
"baeaeed1-3aa0-4b06-81b1-117dabf97a35"
],
"Approvers": [
"4f53df87-64ca-414f-b8b6-290de6eda06c",
"56195c5b-1e4d-49eb-80aa-64d22de75b5e"
],
"ApprovedBy": "179e253c-89b8-4c5b-b548-e271226ebca3",
"ApprovalDate": "2026-06-10T17:26:41.3441054+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "097b986d-87ac-4c56-bc9d-e32a160528b8",
"id": "f8a77952-1545-4c01-b72c-35334dcd6bef",
"ConfigId": "9e7eebee-44c9-4bc3-b2e8-a866886e0f13"
},
{
"GenerationDate": "2026-06-10T17:26:41.3441054+00:00",
"SubmitDate": "2026-06-10T17:26:41.3441054+00:00",
"ReportPeriodStart": "2026-06-10T17:26:41.3441054+00:00",
"ReportPeriodEnd": "2026-06-10T17:26:41.3441054+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0e1f6812-8605-4ed3-865d-d88cf54e6377",
"Rows": [
{
"ItemId": "79368fa3-a446-4d8a-b776-5f6a420d73b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "79368fa3-a446-4d8a-b776-5f6a420d73b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0e1f6812-8605-4ed3-865d-d88cf54e6377",
"Rows": [
{
"ItemId": "79368fa3-a446-4d8a-b776-5f6a420d73b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "79368fa3-a446-4d8a-b776-5f6a420d73b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2445e69f-f6ec-4c41-a405-88c033a6aee3",
"baeaeed1-3aa0-4b06-81b1-117dabf97a35"
],
"Approvers": [
"4f53df87-64ca-414f-b8b6-290de6eda06c",
"56195c5b-1e4d-49eb-80aa-64d22de75b5e"
],
"ApprovedBy": "179e253c-89b8-4c5b-b548-e271226ebca3",
"ApprovalDate": "2026-06-10T17:26:41.3441054+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "097b986d-87ac-4c56-bc9d-e32a160528b8",
"id": "f8a77952-1545-4c01-b72c-35334dcd6bef",
"ConfigId": "9e7eebee-44c9-4bc3-b2e8-a866886e0f13"
}
]