This web service allows users to view the current pagination type of their Reader page provided that the Allow users to choose a pagination mode has been previously activated by an administrator.
| Method | Endpoint |
|---|---|
GET |
|
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.
Response body
The following example shows a JSON response body for this web service:
{
"readerPaginationType": "INFINITE_READER"
}
| Field | Description |
|---|---|
readerPaginationType |
The type of pagination currently active for this user. |