v1

latestOpenAPI 3.0.02026-07-136452257.6 KB

Get reference type

get/config/referencetype

Query parameters

objectSchemaIdstring

Include reference types for the object schema id. If supplied reference types for the object schema will be returned otherwise all global will be returned

includeAllboolean

Include all reference types. Defaults to false

Response

workspaceIdstring required
globalIdstring required
idstring
namestring required
descriptionstring
colorstring
url16string
removableboolean
objectSchemaIdstring

Example response

[
  {
    "id": "4",
    "name": "Reference",
    "description": "Reference",
    "color": "49a6ed",
    "url16": "https://api.atlassian.com/ex/jira/{cloudId}/jsm/assets/workspace/f1668d0c-828c-470c-b7d1-8c4f48cd345a/v1/config/referencetype/4/image.png?size=16",
    "removable": false,
    "objectSchemaId": null
  },
  {
    "id": "7",
    "name": "Work At",
    "description": "",
    "color": "688E6E",
    "url16": "https://api.atlassian.com/ex/jira/{cloudId}/jsm/assets/workspace/f1668d0c-828c-470c-b7d1-8c4f48cd345a/v1/config/referencetype/7/image.png?size=16",
    "removable": true,
    "objectSchemaId": "6"
  }
]