Skip to main content
GET
List all notes

Authorizations

Authorization
string
header
required

HTTP Basic Authentication with API credentials

Query Parameters

limit
integer
default:20

Maximum number of items to return per page

Required range: 1 <= x <= 100
since
integer

Return items created or modified since this ID

Required range: x >= 0
candidate_id
integer

Filter notes for a specific candidate. This ID is provided by the .id field of the candidate detail resource.

organisation_id
integer

Filter notes for a specific organisation.

Response

Paginated list of notes

_self
string<uri>
_schema
string<uri>
_status
enum<string>
Available options:
OK,
INVALID
_next
string<uri> | null
items
object[]