GET api/RYGReport/GetRYGReportDataProcessLogData
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RygreportDataProcessLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Disabled | boolean |
None. |
|
| Id | integer |
None. |
|
| RygstatusId | integer |
None. |
|
| SelectedWeek | integer |
None. |
|
| SelectedYear | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Disabled": true,
"Id": 2,
"RygstatusId": 1,
"SelectedWeek": 1,
"SelectedYear": 1
},
{
"Disabled": true,
"Id": 2,
"RygstatusId": 1,
"SelectedWeek": 1,
"SelectedYear": 1
}
]