From 765659e7e88fb140a4932c5a2bac090b68e43183 Mon Sep 17 00:00:00 2001 From: Jan Sandbrink Date: Mon, 10 Nov 2014 10:52:40 +0100 Subject: [PATCH] split that line [ci skip] --- doc/apiv3-documentation.apib | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/apiv3-documentation.apib b/doc/apiv3-documentation.apib index ba6c93d173..fbe2d2560d 100644 --- a/doc/apiv3-documentation.apib +++ b/doc/apiv3-documentation.apib @@ -196,7 +196,8 @@ There are two ways to access the result pages of a paginated collection: The available ways of pagination depend on the collection queried. Some collections feature no pagination at all, meaning they will always return all elements. Others might only offer one of the two pagination methods or both of them. -An explanation of [offset](#collections-offset-based-pagination) and [cursor](#collections-cursor-based-pagination) based pagination can be found below the links table. +An explanation of [offset](#collections-offset-based-pagination) and [cursor](#collections-cursor-based-pagination) based +pagination can be found below the links table. A collection also carries meta information like the total count of elements in the collection or - in case of a paginated collection - the amount of elements returned in this response and action links to retrieve the remaining elements.