Skip to main content
GET
Public List Pendencies
Lists pendencies (exams/processes) for your organization, with filters by status and period.

Overview

  • Method: GET
  • Path: /v0/pendency/
  • OperationId: public_list_pendencies_v0_pendency__get
  • Authentication: header x-api-key

Enum fields and translations

Use exactly the enum values as defined by the API. The table below helps you understand the filters and the returned statuses.

type_exam

Response enums (for reference)

Example request

Authorizations

x-api-key
string
header
required

Query Parameters

is_active
default:true
order_by
string
default:priority,due_date,sla,created_at
order_dir
string
default:desc,asc,asc,asc
page
integer
default:0
limit
integer
default:20
id
string<uuid>[] | null
status
enum<string>[] | null
Available options:
ON_HOLD,
PENDING,
PRE_SCHEDULED,
SCHEDULED,
DONE,
CANCELED,
ABSENT,
MISSING_OHC,
NO_RESPONSE
type_exam
enum<string>[] | null
Available options:
HIRING,
DISMISSAL,
PERIODIC,
RETURN,
RISK_CHANGE,
INTERN_HIRING,
PUNCTUAL,
CRITICAL_ACTIVITY,
APPOINTMENT,
APPOINTMENT_RETURN,
ANAMNESE,
EMPLOYEE_ACTION
organization_id
string<uuid>[] | null
employee_id
string<uuid> | null
employee__admission_date
string<date> | null
employee__dismissal_date
string<date> | null

Body

application/json

Response

Successful Response

data
PublicApiPendencyBaseResponse · object[]
required
cursor
PaginateCursor · object | null
required