Skip to main content
GET
List Content Type Versions

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
id
string
required
Content Type ID

Query Parameters

limit
number
default:"20"
Items per page
lastKey
string
Cursor for pagination (from previous response)

Response

data
object[]
Array of version records
pagination
object
Pagination information

Example Response

Versions are returned in reverse chronological order (newest first).

Code Examples