Skip to main content
GET
Changes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required
Pattern: ^[1-9]\d*$
collectionId
string
required
Pattern: ^[1-9]\d*$
releaseId
string
required
Pattern: ^[1-9]\d*$

Query Parameters

toReleaseId
string
Pattern: ^[1-9]\d*$
cursor
string
limit
integer
Required range: x <= 100
withTotal
boolean

Response

200 - application/json
total
number | null
required
items
object[]
required
nextCursor
string | null
required
hasMore
boolean
required