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-06T10:47:46.1987652+00:00",
"SubmitDate": "2025-12-06T10:47:46.1987652+00:00",
"ReportPeriodStart": "2025-12-06T10:47:46.1987652+00:00",
"ReportPeriodEnd": "2025-12-06T10:47:46.1987652+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bcf243ca-b365-4941-87ae-f04a43460698",
"Rows": [
{
"ItemId": "3f5d6bd2-96a6-4673-a740-e07c1ad7496a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3f5d6bd2-96a6-4673-a740-e07c1ad7496a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bcf243ca-b365-4941-87ae-f04a43460698",
"Rows": [
{
"ItemId": "3f5d6bd2-96a6-4673-a740-e07c1ad7496a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3f5d6bd2-96a6-4673-a740-e07c1ad7496a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"132d2c29-b74f-4b87-a372-b1799a52e920",
"66204b37-e481-4109-907d-8d72745bb487"
],
"Approvers": [
"5dcd77b3-27d4-4600-bfc2-3420806bda5e",
"f6bc3091-deef-44a0-b08f-35037a78cc81"
],
"ApprovedBy": "d3a987f2-fb35-49ce-852e-57db9f0e59e9",
"ApprovalDate": "2025-12-06T10:47:46.1987652+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9ebed5e1-7e08-45ce-81c9-2c807075e72f",
"id": "9082af16-852d-4710-bf87-5c52ac426e6b",
"ConfigId": "e2624c16-0894-4817-bf89-0ca3c6589d66"
},
{
"GenerationDate": "2025-12-06T10:47:46.1987652+00:00",
"SubmitDate": "2025-12-06T10:47:46.1987652+00:00",
"ReportPeriodStart": "2025-12-06T10:47:46.1987652+00:00",
"ReportPeriodEnd": "2025-12-06T10:47:46.1987652+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bcf243ca-b365-4941-87ae-f04a43460698",
"Rows": [
{
"ItemId": "3f5d6bd2-96a6-4673-a740-e07c1ad7496a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3f5d6bd2-96a6-4673-a740-e07c1ad7496a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bcf243ca-b365-4941-87ae-f04a43460698",
"Rows": [
{
"ItemId": "3f5d6bd2-96a6-4673-a740-e07c1ad7496a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3f5d6bd2-96a6-4673-a740-e07c1ad7496a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"132d2c29-b74f-4b87-a372-b1799a52e920",
"66204b37-e481-4109-907d-8d72745bb487"
],
"Approvers": [
"5dcd77b3-27d4-4600-bfc2-3420806bda5e",
"f6bc3091-deef-44a0-b08f-35037a78cc81"
],
"ApprovedBy": "d3a987f2-fb35-49ce-852e-57db9f0e59e9",
"ApprovalDate": "2025-12-06T10:47:46.1987652+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9ebed5e1-7e08-45ce-81c9-2c807075e72f",
"id": "9082af16-852d-4710-bf87-5c52ac426e6b",
"ConfigId": "e2624c16-0894-4817-bf89-0ca3c6589d66"
}
]