Gem integration (Productivity, Data). Imported from open-connector.
https://api.gem.com/v0/users
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | Filter records by email address. | |
| page | integer | optional | The 1-indexed page number to request. |
| page_size | integer | optional | The number of records to return per page, from 1 to 100. |
/v0/candidates
| Param | Type | Required | Description |
|---|---|---|---|
| created_after | integer | optional | Only return records created after this Unix timestamp in seconds. |
| created_before | integer | optional | Only return records created before this Unix timestamp in seconds. |
| sort | string | optional | The sort direction for Gem results. |
| created_by | string | optional | Only return candidates added to Gem by this user ID. |
| string | optional | Filter records by email address. | |
| linked_in_handle | string | optional | Only return candidates with this LinkedIn handle. |
| updated_after | integer | optional | Only return candidates updated after this Unix timestamp in seconds. |
| updated_before | integer | optional | Only return candidates updated before this Unix timestamp in seconds. |
| candidate_ids | array | optional | Candidate IDs to include. Gem accepts at most 20 IDs. |
| page | integer | optional | The 1-indexed page number to request. |
| page_size | integer | optional | The number of records to return per page, from 1 to 100. |
/v0/candidates/{candidate_id}
| Param | Type | Required | Description |
|---|---|---|---|
| candidate_id | string | required | The Gem candidate ID. |
/v0/projects
| Param | Type | Required | Description |
|---|---|---|---|
| created_after | integer | optional | Only return records created after this Unix timestamp in seconds. |
| created_before | integer | optional | Only return records created before this Unix timestamp in seconds. |
| sort | string | optional | The sort direction for Gem results. |
| user_id | string | optional | Only return projects owned by this user ID. |
| readable_by | string | optional | Only return projects this user ID can read. |
| writable_by | string | optional | Only return projects this user ID can update. |
| is_archived | boolean | optional | Whether to return archived projects. |
| page | integer | optional | The 1-indexed page number to request. |
| page_size | integer | optional | The number of records to return per page, from 1 to 100. |
/v0/projects/{project_id}
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The Gem project ID. |
/v0/projects/{project_id}/candidates
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The Gem project ID. |
| added_after | integer | optional | Only return memberships added after this Unix timestamp in seconds. |
| added_before | integer | optional | Only return memberships added before this Unix timestamp in seconds. |
| sort | string | optional | The sort direction for Gem results. |
| page | integer | optional | The 1-indexed page number to request. |
| page_size | integer | optional | The number of records to return per page, from 1 to 100. |
/v0/sequences
| Param | Type | Required | Description |
|---|---|---|---|
| created_after | integer | optional | Only return records created after this Unix timestamp in seconds. |
| created_before | integer | optional | Only return records created before this Unix timestamp in seconds. |
| sort | string | optional | The sort direction for Gem results. |
| user_id | string | optional | Only return sequences owned by this user ID. |
| page | integer | optional | The 1-indexed page number to request. |
| page_size | integer | optional | The number of records to return per page, from 1 to 100. |
/v0/sequences/{sequence_id}
| Param | Type | Required | Description |
|---|---|---|---|
| sequence_id | string | required | The Gem sequence ID. |
/v0/custom_fields
| Param | Type | Required | Description |
|---|---|---|---|
| created_after | integer | optional | Only return records created after this Unix timestamp in seconds. |
| created_before | integer | optional | Only return records created before this Unix timestamp in seconds. |
| sort | string | optional | The sort direction for Gem results. |
| project_id | string | optional | Only return project-scoped fields for this Gem project ID. |
| scope | string | optional | The custom field scope to return. |
| is_hidden | boolean | optional | Whether to return hidden custom fields. |
| name | string | optional | Filter custom fields by name. |
| page | integer | optional | The 1-indexed page number to request. |
| page_size | integer | optional | The number of records to return per page, from 1 to 100. |