v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
Resume Statistics

Get resume statistics

Returns view and download statistics for the specified resume, including total counts and the timestamps of the last view and download. Requires authentication.

get/resumes/{id}/statistics

Path parameters

idstring required

The unique identifier of the resume.

Response

The resume's view and download statistics.

isPublicboolean required

Whether the resume is currently public.

viewsnumber required

Total number of times the resume has been viewed.

downloadsnumber required

Total number of times the resume has been downloaded.

lastViewedAtstring date-time nullable required

Timestamp of the last view, or null if never viewed.

lastDownloadedAtstring date-time nullable required

Timestamp of the last download, or null if never downloaded.