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-28T11:51:00.4192882+00:00",
"SubmitDate": "2025-12-28T11:51:00.4192882+00:00",
"ReportPeriodStart": "2025-12-28T11:51:00.4192882+00:00",
"ReportPeriodEnd": "2025-12-28T11:51:00.4192882+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b54ed337-0e75-40d3-986c-c2e325d851a5",
"Rows": [
{
"ItemId": "29b4d0d1-288e-4948-a29c-57feceb7a593",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "29b4d0d1-288e-4948-a29c-57feceb7a593",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b54ed337-0e75-40d3-986c-c2e325d851a5",
"Rows": [
{
"ItemId": "29b4d0d1-288e-4948-a29c-57feceb7a593",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "29b4d0d1-288e-4948-a29c-57feceb7a593",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5fffacee-b35c-4377-9ac7-cf4e0d5f993e",
"f8259c70-8f55-4f34-a919-396e716e05d3"
],
"Approvers": [
"af9a6d12-d0c3-49f9-8d27-00e3849093a3",
"3b532c43-5181-4282-b23c-70a41fb035ca"
],
"ApprovedBy": "729f4e50-1a16-4210-9b7a-5e82d7fa99a3",
"ApprovalDate": "2025-12-28T11:51:00.4192882+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a5fca6bd-96a1-4821-acd9-4fc68e8b48a3",
"id": "3cf60a17-04a6-4844-8cd4-5873c7eeb2fb",
"ConfigId": "3b7978fb-233c-4806-9f47-6b18228f6af8"
},
{
"GenerationDate": "2025-12-28T11:51:00.4192882+00:00",
"SubmitDate": "2025-12-28T11:51:00.4192882+00:00",
"ReportPeriodStart": "2025-12-28T11:51:00.4192882+00:00",
"ReportPeriodEnd": "2025-12-28T11:51:00.4192882+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b54ed337-0e75-40d3-986c-c2e325d851a5",
"Rows": [
{
"ItemId": "29b4d0d1-288e-4948-a29c-57feceb7a593",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "29b4d0d1-288e-4948-a29c-57feceb7a593",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b54ed337-0e75-40d3-986c-c2e325d851a5",
"Rows": [
{
"ItemId": "29b4d0d1-288e-4948-a29c-57feceb7a593",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "29b4d0d1-288e-4948-a29c-57feceb7a593",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5fffacee-b35c-4377-9ac7-cf4e0d5f993e",
"f8259c70-8f55-4f34-a919-396e716e05d3"
],
"Approvers": [
"af9a6d12-d0c3-49f9-8d27-00e3849093a3",
"3b532c43-5181-4282-b23c-70a41fb035ca"
],
"ApprovedBy": "729f4e50-1a16-4210-9b7a-5e82d7fa99a3",
"ApprovalDate": "2025-12-28T11:51:00.4192882+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a5fca6bd-96a1-4821-acd9-4fc68e8b48a3",
"id": "3cf60a17-04a6-4844-8cd4-5873c7eeb2fb",
"ConfigId": "3b7978fb-233c-4806-9f47-6b18228f6af8"
}
]