Skip to main content
GET
Error
When listing Element-type records, calling this endpoint through an interactive API explorer can resolve to the Elements management API (GET /elements/{alias}, “Get an element by alias”) instead of the record list, because both share the /elements/{alias} path shape.To reliably reach the records list, call the endpoint directly — for example with cURL or Postman — using the full path https://api.elementum.io/v1/{recordType}/{alias}.To retrieve one known record by ID instead of a list, GET https://api.elementum.io/v1/elements/{namespace}/{recordId} returns that single record directly.

Authorizations

Authorization
string
header
required

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

Path Parameters

recordType
string<string>
required

'apps', 'elements', 'tasks', or 'transactions'

alias
string<string>
required

The application alias

Query Parameters

first
integer<int32>
default:100

The number of elements to retrieve after the 'after' cursor location

Required range: 1 <= x <= 1000
after
string

The starting cursor to begin searching, defaults to the beginning of the list

last
integer<int32>

The number of elements to retrieve before the 'before' cursor location

Required range: 1 <= x <= 1000
before
string

The starting cursor to begin searching, defaults to the end of the list

filter
string<string>

An RSQL filter string.

Response

Ok

items
object[]
total
integer<int32>
paging
object