HR API
Screening Messages
Screening Messages
Supported Formats: json
View
GET | GET
/hr_api/v1/datahub/screening_messages
Returns a list of Screening Messages
Headers
Header name
Required
Description
Username
The customer-specific username
Password
The password provided
Content-Type
Must be "application/json"
Supported Formats
json
Errors
Code
Description
401
Unauthorised
404
Not Found
422
Validation Error
500
Internal Server Error
504
Gateway Timeout
View
POST | POST
/hr_api/v1/datahub/screening_messages/:screening_message_message_uuid/acknowledgement
Sets the status of a Message to acknowledged
Params
Property
Required
Details
Location
Content
Must be a String
JSON
Headers
Header name
Required
Description
Username
The customer-specific username
Password
The password provided
Content-Type
Must be "application/json"
Supported Formats
json
Errors
Code
Description
401
Unauthorised
404
Not Found
422
Validation Error
500
Internal Server Error
504
Gateway Timeout
View
POST | POST
/hr_api/v1/datahub/screening_messages/:screening_message_message_uuid/rejection
Sets the status of a Message to rejected
Params
Property
Required
Details
Location
Content
Must be a String
JSON
Headers
Header name
Required
Description
Username
The customer-specific username
Password
The password provided
Content-Type
Must be "application/json"
Supported Formats
json
Errors
Code
Description
401
Unauthorised
404
Not Found
422
Validation Error
500
Internal Server Error
504
Gateway Timeout
>