← Tools Reference

HackerRank Work

HackerRank Work integration (Productivity, Developer Tools). Imported from open-connector.

API key5 toolshttps://www.hackerrank.com/x/api/v3
GET
hackerrank_work_list_tests
List the HackerRank tests available to the authenticated account.

/tests

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe zero-based offset used for pagination.
GET
hackerrank_work_get_test
Retrieve one HackerRank test by id.

/tests/{id}

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe HackerRank resource identifier.
additional_fieldsarrayoptionalAdditional HackerRank fields to request as the additional_fields query paramete…
GET
hackerrank_work_list_test_candidates
List the candidates invited to or associated with a HackerRank test.

/tests/{test_id}/candidates

3 parameters
ParamTypeRequiredDescription
test_idstringrequiredThe HackerRank resource identifier.
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe zero-based offset used for pagination.
GET
hackerrank_work_search_test_candidates
Search HackerRank test candidates by name or email.

/tests/{test_id}/candidates/search

4 parameters
ParamTypeRequiredDescription
test_idstringrequiredThe HackerRank resource identifier.
searchstringrequiredThe name or email text used to search candidates.
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe zero-based offset used for pagination.
GET
hackerrank_work_get_test_candidate
Retrieve one HackerRank candidate from a specific test.

/tests/{test_id}/candidates/{candidate_id}

3 parameters
ParamTypeRequiredDescription
test_idstringrequiredThe HackerRank resource identifier.
candidate_idstringrequiredThe HackerRank resource identifier.
additional_fieldsarrayoptionalAdditional HackerRank fields to request as the additional_fields query paramete…