fixed

Absence API: fixed breaking change introduced by pagination update

The breaking changes described in the previous post have now been fixed:

The results in the response will now only be paginated in case pagination parameters (limit and offset) are provided, otherwise the behaviour will stay the same as previously.

Pagination metadata is included in the "metadata" as follows:

"metadata":{
	"total_elements":1
	"current_page":1
	"total_pages":1
}

Again, sorry for the inconvenience!