GET documents

motaword.com

Summary: View your documents
Operation ID: getDocuments
Auth: unknown
Description

View a list of files and documents that you have translations for. This endpoint lets you view your MotaWord account as a multilingual translated file repository, without needing to go through your projects to interact with files in them.

Parameters (9)

language_code (string, query, optional)

searches in source language of documents, in source and target languages of document's quote

order_by (string, query, optional, default: updated_at)

Constraints: {'enum': ['id', 'updated_at', 'created_at', 'name']}

order_type (?, query, optional, default: desc)
page (integer, query, optional, default: 1)
per_page (integer, query, optional, default: 10)
recent (boolean, query, optional, default: 0)

When true, this will return the most 4 recent active documents.

search (string, query, optional)
type_filter (string, query, optional, default: ALL)

Constraints: {'enum': ['ALL', 'TEXT_DOCUMENTS', 'PRESENTATIONS', 'SPREADSHEETS', 'PDFS', 'IMAGES', 'SUBTITLES', 'DESIGNS', 'LOCALIZATION', 'WEB', 'STYLE_GUIDES', 'GLOSSARIES']}

with[] (array, query, optional)

Attach further information. Possible values 'preview' to fetch temporary preview URLs. This is NOT recommended to be used with list calls. Only use with[]=preview for single document/style guide calls.

No probe data for this endpoint yet.