Skip to main content
POST
/
iser
/
plus-items
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Input model to get the list of items (isms and concats) that the specified iser has followed. Supports paging. By default returns the first 10 records found (sorted by importance).

startDate
string<date-time> | null
default:2023-06-21
endDate
string<date-time> | null
default:2023-07-21
search
string | null
languageId
integer<int32> | null

For future use.

page
integer<int32>
default:1
pagesize
integer<int32>
default:10

Response

Success

success
boolean
data
unknown