...
ApiProject | Represents one project in the results list |
ClientName | The project client name |
Comments | Internal comments |
CreationDate | Date when the project was created |
Deadline | Project deadline |
DefaultRefMaterialAccess | Used for Codyt projects only: Indicates whether the reference material folder of the project is visible in all jobs (of this project). The possible values are:
0 - No access: Reference material is not visible in jobs and cannot be downloaded by suppliers
1 - Read-only: Reference material is accessible in all jobs. Suppliers can download files. 2 - Read/Write: Currently this option is not available. Do not use. |
Domains | Information included when requesting details for a specific project only
Lists all the domains of the project. DomainId is the unique domain id Name is the domain's name. Example: "Technical" or "Legal" |
Instructions | Project instructions |
ManagerPersonId | The ID of the manager. See API on companies and persons for more information. |
ParserProfileId | The id of the document format profile associated to the project. Null if not set. |
PriceListId | The prices to use for the project's client. Points to a price list. |
ProjectId | The unique project id |
ProjectType | Can be either Standard = 0 or Codyt = 1) |
ReceivedDate | The date when this project was received |
Reference | The project's reference |
SourceLocale | Source language |
Status_ | The project status. Any of these values: /// <summary> /// The project is currently under work /// </summary> InProgress = 0, /// <summary> /// The project is closed, work done /// </summary> Done = 1, /// <summary> /// The project must be prepared /// </summary> Prepare = 2, /// <summary> /// The project is in on hold / wait status /// </summary> Wait = 3, /// <summary> /// The project is archived /// </summary> Archived = 4, |
TargetLocales | One or more languages into which to translate the project documents |
Tasks | Information included when requesting details for a specific project only
Lists all the tasks of the project. Code Can be TR (Translation), RV (Revision) or APP (Approval/Proofreading) Title is the title name of the task. Example: "Translation" or "Revision" |
OnlineUrl | Url to access the project details page from a web browser. |
...