v1

latestOpenAPI 3.0.12026-08-063985821.3 MB
Job Application API:Notes

Get job application notes

get/applications/{applicationId}/notes

Path parameters

applicationIdinteger required

Job Application Id

Query parameters

NoteIdstring[]

Note Id

Typestring[]

Note type

Referencestring[]

Reference value used to identify a note or group of notes

CreatedAtstring[]

Search for notes created at a specific date and time (UTC assumed, ISO date-time). Prefix with < or > to search dates before or after (inclusive) the specified date and time. Specify multiple times to search for a range.

UpdatedAtstring[]

Search for notes updated at a specific date and time (UTC assumed, ISO date-time). Prefix with < or > to search dates before or after (inclusive) the specified date and time. Specify multiple times to search for a range.

Sortstring[]

Sort the results by one or multiple fields, prefix with "-" to sort descending.<br /> Fields available for sorting are: type, createdAt, updatedAt

Fieldsstring[]

Additional fields to include with the results.<br /> Fields available to include are: text

Offsetinteger

The index of the first entry to return from the resource collection

Limitinteger

The maximum number of entries to return.<br /> Setting to 0 will return only the total count of matching resources.

Response

List of notes for the specified job application

totalCountinteger required