Connector Improvement: Rippling
Answeredadd candidate and application details to rippling connector
/candidates:
get:
operationId: list-candidates
tags:
- Candidates
summary: List candidates
description: "A List of candidates\n - Requires: `API Tier 2`\n - Sortable fields:\
\ `id`, `created_at`, `updated_at`"
parameters:
- $ref: '#/components/parameters/order_by'
x-rippling-expandable-fields: []
x-rippling-sortable-fields:
- id
- created_at
- updated_at
security:
- BearerTokenProduction: []
- OAuth2Production:
- candidates.read
responses:
'200':
description: A list of candidates
content:
application/json:
schema:
type: object
properties:
__meta:
$ref: '#/components/schemas/RedactedFields'
results:
type: array
items:
$ref: '#/components/schemas/Candidate'
next_link:
type: string
format: uri
description: A link to the next page of responses.
x-deprecated-description:
- API_Tier_2
x-rippling-entitlements:
- API_Tier_2
/candidate-applications:
get:
operationId: list-candidate-applications
tags:
- Candidate Applications
summary: List candidate applications
description: "A List of candidate applications\n - Requires: `API Tier 2`\n\
\ - Expandable fields: `job`\n - Sortable fields: `id`, `created_at`, `updated_at`"
parameters:
- $ref: '#/components/parameters/expand'
- $ref: '#/components/parameters/order_by'
x-rippling-expandable-fields:
- job
x-rippling-sortable-fields:
- id
- created_at
- updated_at
security:
- BearerTokenProduction: []
- OAuth2Production:
- candidate-applications.read
responses:
'200':
description: A list of candidate applications
content:
application/json:
schema:
type: object
properties:
__meta:
$ref: '#/components/schemas/RedactedFields'
results:
type: array
items:
$ref: '#/components/schemas/Application'
next_link:
type: string
format: uri
description: A link to the next page of responses.
x-deprecated-description:
- API_Tier_2
x-rippling-entitlements:
- API_Tier_2
-
Official comment
Hi Jeremy,
Thanks for the details and input. We are working to add these details to the Rippling connector, and will keep you posted as we progress on the same.
Thanks,
Unni
Please sign in to leave a comment.
Comments
1 comment