Fetch translatable fields

Content

Resource URL

https://apps.ticketmatic.com/api/1/{accountname}/settings/system/customfieldvalues/{id}/translate

Description

Returns a dictionary with string values in all languages for each translatable field.

See translations for more information.

Example

Request

1use Ticketmatic\Endpoints\Settings\System\Customfieldvalues;
2
3$result = Customfieldvalues::translations($client, $id);