Get the custom field values that have been explicitly set on a ticket. Returns only fields with values — if no values have been set, both lists will be empty. To discover all available custom field definitions for a team, use the List Custom Field Options endpoint instead.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the ticket to get custom field values for.
Success
Returns only the custom fields that have been explicitly set on this ticket. If no custom field values have been set yet, both lists will be empty. To discover all available custom field definitions for a team (regardless of whether values have been set), use ListCustomFieldOptions instead.