Changes API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/changes/634464/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "http://translate.pkp.sfu.ca/api/units/697668/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/omp/importexport-users/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/omp/importexport-users/cs/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-02-17T04:35:24.229273Z",
    "action": 59,
    "target": "Použití: {$scriptName} {$pluginName} [command] ...\nPříkazy:\n\timport [xmlFileName] [press_path] [optional flags]\n\texport [xmlFileName] [press_path]\n\texport [xmlFileName] [press_path] [role_path1] [role_path2] ...\n\nDoplňkové parametry:\n\tcontinue_on_error: Pokud je přidán, tak import nezastavuje při chybách.\n\n\tsend_notify: Pokud je přidán, tak import zašle e-mailem oznámení uživatelům s jejich uživatelským jménem a heslem.\n\nPříklady:\n\tImport uživatelů do nakladatelství myPress ze souboru myImportFile.xml, pokračující i přes chyby:\n\t{$scriptName} {$pluginName} import myImportFile.xml myPress continue_on_error\n\n\tExport všech uživatelů z nakladatelství myPress:\n\t{$scriptName} {$pluginName} export myExportFile.xml myPress\n\n\tExport všech uživatelů registrovaných jako recenzent s přiřazením role recenzent:\n\t{$scriptName} {$pluginName} export myExportFile.xml myPress reviewer\n",
    "id": 634464,
    "action_name": "String updated in the repository",
    "url": "http://translate.pkp.sfu.ca/api/changes/634464/?format=api"
}