{

"branch": [
  "branch_id",
  "name",
  "created_at",
  "created_at_timestamp",
  "created_by",
  "created_by_email"
],
"comment": [
  "comment_id",
  "key_id",
  "comment",
  "added_by",
  "added_by_email",
  "added_at",
  "added_at_timestamp"
],
"contributor": [
  "user_id",
  "email",
  "fullname",
  "created_at",
  "created_at_timestamp",
  "is_admin",
  "is_reviewer",
  "languages",
  "admin_rights"
],
"custom_translation_status": [
  "status_id",
  "title",
  "color"
],
"file": [
  "filename",
  "key_count"
],
"key": [
  "key_id",
  "created_at",
  "created_at_timestamp",
  "key_name",
  "filenames",
  "description",
  "platforms",
  "tags",
  "comments",
  "screenshots",
  "translations",
  "is_plural",
  "plural_name",
  "is_hidden",
  "is_archived",
  "context",
  "base_words",
  "char_limit",
  "custom_attributes",
  "modified_at",
  "modified_at_timestamp",
  "translations_modified_at",
  "translations_modified_at_timestamp"
],
"language": [
  "lang_id",
  "lang_iso",
  "lang_name",
  "is_rtl",
  "plural_forms"
],
"order": [
  "order_id",
  "project_id",
  "card_id",
  "status",
  "created_at",
  "created_at_timestamp",
  "created_by",
  "created_by_email",
  "source_language_iso",
  "target_language_isos",
  "keys",
  "source_words",
  "provider_slug",
  "translation_style",
  "translation_tier",
  "translation_tier_name",
  "briefing",
  "total",
  "payment_method",
  "dry_run"
],
"payment_card": [
  "card_id",
  "last4",
  "brand",
  "created_at",
  "created_at_timestamp"
],
"project": [
  "project_id",
  "name",
  "description",
  "created_at",
  "created_at_timestamp",
  "created_by",
  "created_by_email",
  "team_id",
  "base_language_id",
  "base_language_iso",
  "settings",
  "statistics"
],
"queued_process": [
  "process_id",
  "type",
  "status",
  "message",
  "created_by",
  "created_by_email",
  "created_at",
  "created_at_timestamp",
  "details"
],
"screenshot": [
  "screenshot_id",
  "key_ids",
  "url",
  "title",
  "description",
  "screenshot_tags",
  "width",
  "height",
  "created_at",
  "created_at_timestamp"
],
"snapshot": [
  "snapshot_id",
  "title",
  "created_at",
  "created_at_timestamp",
  "created_by",
  "created_by_email"
],
"task": [
  "task_id",
  "title",
  "description",
  "status",
  "progress",
  "due_date",
  "due_date_timestamp",
  "keys_count",
  "words_count",
  "created_at",
  "created_at_timestamp",
  "created_by",
  "created_by_email",
  "can_be_parent",
  "task_type",
  "parent_task_id",
  "closing_tags",
  "do_lock_translations",
  "languages",
  "auto_close_languages",
  "auto_close_task",
  "auto_close_items",
  "completed_at",
  "completed_at_timestamp",
  "completed_by",
  "completed_by_email",
  "custom_translation_status_ids"
],
"team": [
  "team_id",
  "name",
  "created_at",
  "created_at_timestamp",
  "plan",
  "quota_usage",
  "quota_allowed"
],
"team_user": [
  "user_id",
  "email",
  "fullname",
  "created_at",
  "created_at_timestamp",
  "role"
],
"team_user_group": [
  "group_id",
  "name",
  "permissions",
  "created_at",
  "created_at_timestamp",
  "team_id",
  "projects",
  "members"
],
"translation": [
  "translation_id",
  "key_id",
  "language_iso",
  "modified_at",
  "modified_at_timestamp",
  "modified_by",
  "modified_by_email",
  "translation",
  "is_fuzzy",
  "is_reviewed",
  "words",
  "custom_translation_statuses",
  "task_id"
],
"translation_provider": [
  "provider_id",
  "name",
  "slug",
  "price_pair_min",
  "website_url",
  "description",
  "tiers",
  "pairs"
],
"webhook": [
  "webhook_id",
  "url",
  "secret",
  "events",
  "event_lang_map"
]

}