This web service allows users to select their preferred pagination type provided that the Allow users to choose a pagination mode has been previously activated by an administrator.
| Method | Endpoint |
|---|---|
POST |
|
It is necessary to provide an Ft-Calling-App value when using Fluid Topics web services. See Fluid Topics calling app.
This web service requires authentication using the Basic Auth authentication method.
Request example
The following example shows a JSON request body for this web service:
{
"readerPaginationType": "CONTENT_DRIVEN"
}
| Field | Type | Required? | Description |
|---|---|---|---|
readerPaginationType |
String | Yes | Accepted values are DEFAULT, INFINITE_READER, ONE_TOPIC_PER_PAGE, and CONTENT_DRIVEN. |
| Return code | Description |
|---|---|
200 OK |
The Reader page's pagination type has been updated. |