You can add custom fields to resources in an account. To begin leveraging candidate custom fields please reach out to support@yardstik.com for field setup.
Retrieve a paginated list of Account Custom Fields. See Pagination.
List of Account Custom Fields
Unauthorized
Not Found
{- "meta": {
- "page": 2,
- "per_page": 25,
- "total_count": 137,
- "total_pages": 6
}, - "data": [
- {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "name": "string",
- "label": "string",
- "description": "string",
- "value": "string",
- "custom_field_type": "string",
- "resource": "Candidate",
- "enabled": true
}
]
}