v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Jobs

Find custom fields for specified project

Returns custom fields assigned to the project. Order is the one that was specified during assignment operation.

get/jobs-api/v3/projects/{projectId}/custom-fields

Path parameters

projectIdstring required

A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.

Response

OK

Example response

{
  "data": {
    "fieldUid": "ngahq6dgh4ed",
    "type": "SHORT_TEXT | LONG_TEXT | SELECTBOX | CHECKBOX",
    "enabled": true,
    "required": true,
    "searchable": true,
    "displayToTranslators": true,
    "defaultValue": "default field value",
    "description": "Custom field example"
  }
}