HackerRank Work integration (Productivity, Developer Tools). Imported from open-connector.
https://www.hackerrank.com/x/api/v3/tests
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The zero-based offset used for pagination. |
/tests/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The HackerRank resource identifier. |
| additional_fields | array | optional | Additional HackerRank fields to request as the additional_fields query paramete… |
/tests/{test_id}/candidates
| Param | Type | Required | Description |
|---|---|---|---|
| test_id | string | required | The HackerRank resource identifier. |
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The zero-based offset used for pagination. |
/tests/{test_id}/candidates/search
| Param | Type | Required | Description |
|---|---|---|---|
| test_id | string | required | The HackerRank resource identifier. |
| search | string | required | The name or email text used to search candidates. |
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The zero-based offset used for pagination. |
/tests/{test_id}/candidates/{candidate_id}
| Param | Type | Required | Description |
|---|---|---|---|
| test_id | string | required | The HackerRank resource identifier. |
| candidate_id | string | required | The HackerRank resource identifier. |
| additional_fields | array | optional | Additional HackerRank fields to request as the additional_fields query paramete… |