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-13T23:19:19.5312896+00:00",
"SubmitDate": "2026-06-13T23:19:19.5312896+00:00",
"ReportPeriodStart": "2026-06-13T23:19:19.5312896+00:00",
"ReportPeriodEnd": "2026-06-13T23:19:19.5312896+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aacaec56-c9ac-4c66-a7e9-f0466077c6ee",
"Rows": [
{
"ItemId": "a5423152-68e5-4295-a3be-c23e0bd55708",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a5423152-68e5-4295-a3be-c23e0bd55708",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aacaec56-c9ac-4c66-a7e9-f0466077c6ee",
"Rows": [
{
"ItemId": "a5423152-68e5-4295-a3be-c23e0bd55708",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a5423152-68e5-4295-a3be-c23e0bd55708",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0e059e81-38b9-409f-9459-c2e2e5eb51b3",
"40e91ae7-eb8c-4ee7-94e7-c28ccb66957f"
],
"Approvers": [
"0cf91aac-f566-43fa-bf67-77f5f0fe2ab6",
"52b4fcfd-fd91-415e-be7e-0d3f9b316f68"
],
"ApprovedBy": "a3b8c5be-17cf-4c70-bd5b-53279a4dbd35",
"ApprovalDate": "2026-06-13T23:19:19.5312896+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7c55b77d-0c28-4476-a038-47b75f4fcc34",
"id": "8d13bede-1119-47ba-89a7-0a499b3c7a55",
"ConfigId": "5870cfe6-a6f9-43ca-b6e0-62272f1bd3bb"
},
{
"GenerationDate": "2026-06-13T23:19:19.5312896+00:00",
"SubmitDate": "2026-06-13T23:19:19.5312896+00:00",
"ReportPeriodStart": "2026-06-13T23:19:19.5312896+00:00",
"ReportPeriodEnd": "2026-06-13T23:19:19.5312896+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aacaec56-c9ac-4c66-a7e9-f0466077c6ee",
"Rows": [
{
"ItemId": "a5423152-68e5-4295-a3be-c23e0bd55708",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a5423152-68e5-4295-a3be-c23e0bd55708",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aacaec56-c9ac-4c66-a7e9-f0466077c6ee",
"Rows": [
{
"ItemId": "a5423152-68e5-4295-a3be-c23e0bd55708",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a5423152-68e5-4295-a3be-c23e0bd55708",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0e059e81-38b9-409f-9459-c2e2e5eb51b3",
"40e91ae7-eb8c-4ee7-94e7-c28ccb66957f"
],
"Approvers": [
"0cf91aac-f566-43fa-bf67-77f5f0fe2ab6",
"52b4fcfd-fd91-415e-be7e-0d3f9b316f68"
],
"ApprovedBy": "a3b8c5be-17cf-4c70-bd5b-53279a4dbd35",
"ApprovalDate": "2026-06-13T23:19:19.5312896+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7c55b77d-0c28-4476-a038-47b75f4fcc34",
"id": "8d13bede-1119-47ba-89a7-0a499b3c7a55",
"ConfigId": "5870cfe6-a6f9-43ca-b6e0-62272f1bd3bb"
}
]