Get the translations for this field

Content

Resource URL

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

Description

Get the translations for this field

Example

Request

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

Request

1import (
2    "github.com/ticketmatic/tm-go/ticketmatic"
3    "github.com/ticketmatic/tm-go/ticketmatic/settings/system/contactfields"
4)
5
6result, err := contactfields.Translations(client, id)

Request

1GET /api/1/{accountname}/settings/system/contactfields/{id}/translate HTTP/1.1