URL: v3/field-manager/ticket?data_type={text}&id={id}

Method: GET

Description: Edit a specific ticket shared field.

Request Payload:

ParameterTypeOptional/RequiredDescription
data_typestringRequiredData type of the field
idintegerRequiredId of the field.

Response Format: JSON

Response:-

{
"success": true,
"data": {
"id": 378,
"category_id": 1,
"title": "Single Line",
"data_type": "text",
"api_info": null,
"shortcode": null,
"pattern": "",
"validation_message": null,
"sort_order": null,
"column": "first",
"is_active": 1,
"apply_form": 0,
"create_button": 0,
"is_edit_visible": 1,
"is_observable": 1,
"is_agent_config": 1,
"is_user_config": 1,
"required_for_agent": 1,
"required_for_user": 1,
"display_for_agent": 1,
"display_for_user": 1,
"default": 0,
"is_configurable": 1,
"is_deletable": 1,
"is_filterable": 1,
"show_description": 0,
"media_option": 0,
"request_time_information": 1,
"field_id": null,
"enable_extension": 0,
"concat_field_type": null,
"concat_field_id": null,
"created_at": "2024-09-26T11:20:41.000000Z",
"updated_at": "2024-09-26T11:20:41.000000Z",
"display_on_edit": 0,
"required_on_edit": 0,
"required_for_closure": 0,
"label": "Single Line",
"description": "",
"place_holder": null,
"union": [],
"form_identifier": "form_field_378",
"labels": [
{
"id": 794,
"labelable_id": 378,
"language": "en",
"label": "Single Line",
"place_holder": null,
"description": "",
"created_at": "2024-09-26T11:20:41.000000Z",
"updated_at": "2024-09-26T11:20:41.000000Z",
"form_identifier": "form_label_794"
}
],
"options": []
}
}