Custom Fields
Fetch Custom Field
Fetch a Custom Field
get/api/v2/custom_fields/{id}
Path parameters
idstring uuid required
Example:69ae0e64b02bfe73a44ca479
Response
The request has succeeded.
Example response
{
"id": "69ae0e64b02bfe73a44ca479",
"transition_type": "pre_offer",
"name": "Start date",
"key": "1234",
"data_type": "Datetime",
"mapping": "salutation, nickname, title, university, current_location, employee_id, profile_photo_url, division, hire_type, company_code, relocation_type, job_profile_id",
"validation_rule": "regexp, list_of_values_map, list, previous_date_time, future_date_time, workday_job_profile, workday_organization",
"regexp_pattern": "^[a-zA-Z0-9]+$",
"allowed_values": [
"a",
"b",
"c"
],
"list_of_values_map_id": "LegalEntityLOV - refer to References API for more details",
"created_at": "2025-01-01",
"allowed_rule_set_types": [
"journey",
"module",
"child_module",
"task",
"communication",
"report"
],
"allowed_placeholder_type": [
"journey",
"communication",
"html_editor_task"
],
"workday_organization_type": "Supervisory, Pay_Group, Cost_Center, Company, Cost_Center_Hierarchy, Location_Hierarchy, External_Payroll_Company, Company_Hierarchy"
}