Skip to content

List Matters

Redline APIMatters

GEThttps://api.redline.example/v1/matters

AuthRequires authentication via bearerAuth.

Description

Returns Matters in the authenticated Workspace, newest first by default.

Parameters

limitqueryintegerdefault: 20
Maximum number of records to return, from 1 to 100.
cursorquerystring
Opaque cursor from the previous page response.
statusquerystring
Return only Matters in this lifecycle status.
owner_idquerystring
Return only Matters assigned to this Workspace member.
updated_afterquerystring <date-time>
Return Matters updated after this ISO 8601 timestamp.

Responses

200A page of Matters.application/json
dataobject[]required
next_cursorstring | nullrequired
Cursor for the next page
401The API key is missing, malformed, expired, or revoked.application/json
errorobjectrequired