| Name | Description | Type | Additional information |
|---|---|---|---|
|
Status
The Http status code. It will contain the correct http status code even when passing ?statusok
Type
integer
|
|||
| Status |
The Http status code. It will contain the correct http status code even when passing ?statusok |
integer | |
|
TotalRowCount
When retrieving a list, this property will contain the total row count (without taking the limit into account).
Type
integer
|
|||
| TotalRowCount |
When retrieving a list, this property will contain the total row count (without taking the limit into account). |
integer | |
|
Limit
When retrieving a list, this property will return the page size used for your request.
Type
integer
|
|||
| Limit |
When retrieving a list, this property will return the page size used for your request. |
integer | |
|
Offset
When retrieving a list, this property will return the offset used for your request.
Type
integer
|
|||
| Offset |
When retrieving a list, this property will return the offset used for your request. |
integer | |
|
TotalPageCount
When retrieving a list, the amount of pages calculated based on the Limit and TotalRowCount.
Type
integer
|
|||
| TotalPageCount |
When retrieving a list, the amount of pages calculated based on the Limit and TotalRowCount. |
integer | |
|
StartRec
When retrieving a list, the index of the first record of the current page based on the Limit and Offset.
Type
integer
|
|||
| StartRec |
When retrieving a list, the index of the first record of the current page based on the Limit and Offset. |
integer | |
|
StopRec
When retrieving a list, the index of the last record of the current page based on the Limit and Offset.
Type
integer
|
|||
| StopRec |
When retrieving a list, the index of the last record of the current page based on the Limit and Offset. |
integer | |
|
Timestamp
Timestamp when the data has been retrieved, when cached it will show the date of the non-cached retrieval.
Type
date
|
|||
| Timestamp |
Timestamp when the data has been retrieved, when cached it will show the date of the non-cached retrieval. |
date | |
|
IsFiltered
When retrieving a list, indicates in the response is a filtered result.
Type
boolean
|
|||
| IsFiltered |
When retrieving a list, indicates in the response is a filtered result. |
boolean | |
|
Obsolete
Indicates when a request is still available but will be removed in the near future. An alternative request will be available in the HATEOAS.
Type
boolean
|
|||
| Obsolete |
Indicates when a request is still available but will be removed in the near future. An alternative request will be available in the HATEOAS. |
boolean | |