ProjectResponse
Single project, as returned by create / get / list entries.
id is the project's UUID, never a numeric primary key.
- createdType: string · Created By
_by required - idType: string · Idrequired
- nameType: string · Namerequired
- orgType: string · Org Id
_id required - sourceType: string · Source Language Code
_language _code required - statusType: string · Statusrequired
- assessmentType: object · Assessmentnullable
Word-count, credit-sufficiency, and due-date-feasibility preview on the project-detail endpoint.
Reports only whether the caller-supplied
due_dateis feasible (due_date_feasible); it never surfaces a system-computed completion date or turnaround, and never overwrites the caller'sdue_date.- creditsType: object · AssessmentCreditsrequired
Intelligence and (when a human stage is in the workflow) trust credit wallets.
- billableType: integer · Billable Character Countnullable
_character _count Integer numbers.
- dueType: string · Due DateFormat: datenullable
_date full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- dueType: boolean · Due Date Feasiblenullable
_date _feasible
- avgType: number · Avg Quality Scorenullable
_quality _score - batchType: string · Batch Idnullable
_id - characterType: integer · Character Countnullable
_count Integer numbers.
- completedType: string · Completed AtFormat: date-timenullable
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- createdType: string · Created AtFormat: date-timenullable
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- createdType: string · Created By Api Key Idnullable
_by _api _key _id - pageType: integer · Page Countnullable
_count Integer numbers.
- reviewType: object · Reviewnullable
Project-level human-review lifecycle.
- completedType: string · Completed AtFormat: date-timenullable
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- requestedType: string · Requested AtFormat: date-timenullable
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- serviceType: array string[] · Service Plan
_plan - statusType: string · Statusnullable
- sourceType: string · Source File Id
_file _id - startedType: string · Started AtFormat: date-timenullable
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- targetType: array string[] · Target Language Codes
_language _codes - wordType: integer · Word Count
_count Integer numbers.