Returns a full representation of the Custom Field Option that has the given id.
Forge and OAuth2 apps cannot access this REST resource.
string
RequiredReturned if the Custom Field Option exists and is visible by the calling user.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/customFieldOption/{id}' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Rate this page: