Get a pagination type - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

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
/api/user/reader/pagination/ui

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.