Skip to main content
POST
/
concat
/
rank-wise
Get concat feed for this iser, ordered by highest ranked, descending.
curl --request POST \
  --url https://api.example.com/concat/rank-wise \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dateFromUTC": "2023-01-01T00:00:00",
  "dateToUTC": null,
  "languageId": 1,
  "categoryId": null,
  "text": null,
  "calendarPeriodTypeID": null,
  "page": 1,
  "pagesize": 10
}
'
{
  "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
dateFromUTC
string<date-time> | null
default:2023-01-01T00:00:00
dateToUTC
string<date-time> | null
languageId
integer<int32>
default:1
categoryId
integer<int32> | null
text
string | null
calendarPeriodTypeID
integer<int32> | null
page
integer<int32>
default:1
pagesize
integer<int32>
default:10

Response

Success

success
boolean
data
unknown