List of versions

JSON API compatibility divergence

Filters

In JSON API standard (https://jsonapi.org/recommendations/#filtering) one can request elements with multiple
filter values by simply providing them separated by coma:

versions?filter[version_type][]=published,draft

This notation will not work here. You can achieve this functionality by providing multiple filters for the same parameter:

versions?filter[version_type][]=published&filter[version_type][]=draft

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Application identifier

Query Params
integer
≥ 1

Limits the number of returned items

integer
≥ 0

Sets offset for list of items

string

Filter version by version_type attribute

sort
array of strings
length ≥ 1

Comma-separated sort list with given attributes: created_at, updated_at

sort
Responses

Response body
object
data
array of objects
required
JSON:API 1.0 list response data*
object
uuid
required
string
required

Version resource type

version

attributes
object
required

Version attributes

meta
object
required

Meta information about resources

integer
required
≥ 0

Total number of elements

links
object
required

Language
Credentials
OAuth2
URL