# Projects: Localazy Projects ## Documentation Projects. - Catalog: `Localazy` - Schema: `Localazy` - Primary Keys: `id` - Label: Projects - Retrieve: True - Insert: True - Update: False - Delete: False ## Table Columns The columns of the table `Projects` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `description` | `varchar2` | | ☐ | Project description. | | `id` | `varchar2` | ID | ☑ | ID. | | `image` | `varchar2` | | ☐ | Full URL to the project image or empty string if there is no image available. | | `name` | `varchar2` | Name | ☑ | Project name. | | `organization_additionalMt` | `char` | | ☑ | | | `organization_availableKeys` | `int32` | | ☑ | | | `organization_connectedApps` | `char` | | ☑ | | | `organization_figma` | `char` | | ☑ | | | `organization_formatConversions` | `char` | | ☑ | | | `organization_mtPretranslate` | `char` | | ☑ | | | `organization_releaseTags` | `char` | | ☑ | | | `organization_screenshots` | `char` | | ☑ | | | `organization_screenshotsForFigma` | `char` | | ☑ | | | `organization_usedKeys` | `int32` | | ☑ | | | `organization_webhooks` | `char` | | ☑ | | | `orgId` | `varchar2` | | ☑ | dentifier of the organization the project belongs to. | | `role` | `varchar2` | | ☑ | Role of the current user accessing API (based on the token); one of none, translator, trusted_translator, reviewer, manager, owner and developer. | | `slug` | `varchar2` | | ☑ | Project slug. Can be used instead of id in requests where projectId is required. | | `sourceLanguage` | `int32` | | ☐ | he identifier of the source language of the project. | | `tone` | `varchar2` | | ☑ | Project tone; one of not_specified, formal and informal. | | `type` | `varchar2` | Type | ☑ | Project type; one of public, private and restricted. | | `url` | `varchar2` | | ☑ | Full URL to the project on Localazy. |