v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Reports

Export Word Count in CSV format

Export Word Count report in CSV format.

get/reports-api/v3/word-count/csv

Query parameters

startDatestring YYYY-MM-DD required

A parameter to limit words processed on or after the startDate, in America/New_York timezone.

endDatestring YYYY-MM-DD required

A parameter to limit words processed on or before the endDate, in America/New_York timezone.

accountUidstring required

The account’s unique identifier. This can be found in the Smartling Dashboard under Account Settings > API.

projectIdsstring[]

Optional array of unique project identifiers. This can be found in the Smartling Dashboard under Account Settings > API.

jobUidsstring[]

Optional parameter to filter to the specified list of translation jobs.

agencyUidstring

Optional parameter of unique agency identifier.

userUidsstring[]

Optional parameter to filter to the specified list of translation resources.

targetLocaleIdsstring[]

Optional parameter to filter to the specified list of translation locale IDs.

workflowStepTypesstring[]

Optional parameter to filter to the specified list of workflow step types.

The supported list of workflow step types is:

  • Translation

  • Edit

  • Review

  • Post-Edit

  • Transcreation

  • Transcreation review

  • AI Review

  • Quality Evaluation

  • LQA

  • Internal Review

  • Desktop Publishing

  • AI Translation

  • Light Post-Edit

fieldsstring

Optional comma-separated list of fields names to be returned by the endpoint. If this parameter is not set then the list of fields returned is defined by include... parameters.

Both fields and include... parameters are not allowed at the same time.

The supported list of fields names is:

  • accountUid

  • accountName

  • projectId

  • projectName

  • targetLocaleId

  • targetLocale

  • jobUid

  • jobName

  • jobReferenceNumber

  • jobNumber

  • translationResourceUid

  • translationResourceName

  • agencyUid

  • agencyName

  • workflowStepType

  • workflowStepUid

  • workflowStepName

  • fuzzyProfileName

  • fuzzyTier

  • wordCount

  • weightedWordCount

  • characterCount. Please note: the column shows correct data since 2022-10-01.

includeTranslationResourceboolean

Optional parameter to specify whether the report should group word count by translation resource name.

Deprecated, use parameter fields instead.

includeJobboolean

Optional parameter to specify whether the report should group word count by translation job name.

Deprecated, use parameter fields instead.

includeJobReferenceNumberboolean

Optional parameter to specify whether the report should group word count by translation job and include reference number in the response.

Deprecated, use parameter fields instead.

includeJobNumberboolean

Optional parameter to specify whether the report should group word count by translation job and include job number in the response.
Deprecated, use parameter fields instead.

includeFuzzyMatchProfileboolean

Optional parameter to specify whether the report should group word count by fuzzy match profile and tier.

Deprecated, use parameter fields instead.

includeWorkflowStepboolean

Optional parameter to specify whether the report should group word count by workflow step uid and name.

Deprecated, use parameter fields instead.

Response

OK