v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBLinks
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
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"
}
}