Skip to main content
GET
Get lawsuit movements by CNJ number

Authorizations

Authorization
string
header
required

OAuth2 Authorization Code flow

Path Parameters

cnjNumber
string
required

CNJ number

Query Parameters

expand
string

Comma-separated fields to expand. Supports selection with brackets (e.g., "createdBy,updatedBy" or "targets.company[icon,tradeName]").

Example:

"createdBy"

page_size
number
default:100

Items per page (default 100, max 1000)

Required range: 1 <= x <= 1000
Example:

100

start_cursor
string

Cursor for next page

Server-side full-text search over activity content and provider subtype.

Response

Paginated lawsuit movements payload

object
string
default:list
required

Object type identifier

results
object[]
required

Array of results for current page

has_more
boolean
required

Whether more results exist beyond this page

next_cursor
string | null

Opaque cursor for next page. null if no more results.

type
string

Type of results (Notion-compatible)