Skip to content

Interface: ApplicantActionsGetApplicantActionsRequest

Describes the structure of the request for the applicantActionsGetApplicantActions method

Handle applicant actions

applicantId

applicantId: string

A unique applicant identifier.

See

Get applicant actions API Reference

Defined in

src/client.ts:1454


limit

Optional limit: number

Limit of applicant actions to be returned.

See

Get applicant actions API Reference

Defined in

src/client.ts:1460


offset

Optional offset: number

Offset of applicant actions to be returned.

See

Get applicant actions API Reference

Defined in

src/client.ts:1466