View Resumé
This web service allows you to view the resumé of the candidate. Valid session token and id are required for viewing the resumé. The id should be extracted from the resumé search results.
HTTP Method
GET
HTTP Custom Headers
- X-Yahoo-HJAuth-Token
This is session token returned by Authentication Web service.
- X-Yahoo-HJAuth-Timestamp
This should be the request timestamp in Unix Timestamp format (the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC).
- X-Yahoo-HJAuth-Signature
The signature is MD5 hash (in Hexadecimal format) of the concatenation of the request timestamp, id, token and the license key. For example,
Request Timestamp = 1234567890
ID = IJK666-
Token = ABC123xyz--
License Key = b0ab1bfdd898b7588142e820a2af1a07
Hash string (Request Timestamp + ID + Token + License Key) =
1234567890IJK666-ABC123xyz--b0ab1bfdd898b7588142e820a2af1a07
Signature (MD5 hash of the hash string) = 046cc1c13029718c1ac806ab155051ce

