Fetch translatable fields
Content
Resource URL
https://apps.ticketmatic.com/api/1/{accountname}/settings/system/contactaddresstypes/{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\Contactaddresstypes;
2
3$result = Contactaddresstypes::translations($client, $id);