Custom Fields V2

Show Custom Fields V2

Get a single custom field.

get/v2/custom_fields/{id}

Path parameters

idstring required

Unique identifier for the custom field

Response

OK response.

Example response

{
  "custom_field": {
    "catalog_type_id": "01FCNDV6P870EA6S7TK1DSYDG0",
    "created_at": "2021-08-17T13:28:57.801578Z",
    "description": "Which team is impacted by this issue",
    "field_type": "single_select",
    "id": "01FCNDV6P870EA6S7TK1DSYDG0",
    "name": "Affected Team",
    "updated_at": "2021-08-17T13:28:57.801578Z"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.