get https://gateway.remote.com/v1/employments//custom-fields
Returns a list of custom field values for a given employment
Log in to see full request history
Responses
Callback
Returns a list of custom field values for a given employment
xxxxxxxxxx
curl --request GET \
--url https://gateway.remote.com/v1/employments/employment_id/custom-fields \
--header 'accept: application/json'
xxxxxxxxxx
13{
"current_page": 1,
"custom_field_values": [
{
"custom_field_id": "01c0e4d2-f41b-11ed-9d3f-cb3ecccebb58",
"name": "Custom field",
"type": "string",
"value": "UXH34HG"
}
],
"total_count": 1,
"total_pages": 1
}