GET/v1/translations/board

Get translations board

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Query parameters

businessUnitstring
preferencePageIdstring

Responses

array of objectTranslationBoardRow
sourcestringnullable
entityIdstringnullable
fieldstringnullable
baseTextstringnullable
businessUnitstringnullable
pageIdstringnullable
pageNamestringnullable
formIdstringnullable
translationsobjectnullable
{key}stringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/translations/board' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'