v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Links

Get link

Fetch a link. For more information on links, see the Links topic.

Required scope: links:read

get/links/{link_id}

Path parameters

link_idstring required

The link ID

Response

A link

idstring required

Unique identifier of the link

namestring required

Display name of the link

typestring required

Type of the link. Typically associated with the underlying link provider (if known)

external_urlstring required

Underlying identifying external URL of the link

custom_fieldsCustomFieldParameter required

An object whose key is the name property defined for the custom field in the Front UI. The value of the key must use the same type specified for the custom field, as described in https://dev.frontapp.com/reference/custom-fields

Example response

{
  "_links": {
    "self": "https://yourCompany.api.frontapp.com/links/top_b2wpa"
  },
  "id": "top_b2wpa",
  "name": "JIRA-SCRAN-4567",
  "type": "app_2f76b9ac738de158",
  "external_url": "https://dundermifflin.atlassian.net/browse/PB-SCRAN-4567",
  "custom_fields": {
    "city": "London, UK",
    "isVIP": true,
    "renewal_date": 1525417200,
    "sla_time": 90,
    "owner": "leela@planet-express.com",
    "replyTo": "inb_55c8c149",
    "Job Title": "firefighter"
  }
}