GET api/v1/portals/{portalUid}/customer/candidates/{candidateGuid}/cv/lastupdated?latestOnly={latestOnly}

Gets the candidate CV by the specified candidate GUID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
portalUid

The customer portal

globally unique identifier

Required

candidateGuid

The candidate GUID.

globally unique identifier

Required

latestOnly

If set to true [latest only].

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Returns a list of candidate CV.

date

Response Formats

application/json, text/json

Sample:
"2025-10-27T13:55:24.5968863+00:00"

application/xml, text/xml

Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2025-10-27T13:55:24.5968863+00:00</dateTime>