POST api/v1/company/translation/export
Given a set of translation ids, a CSV formatted file will be returned.
Request Information
URI Parameters
None.
Body Parameters
Ghostery.Privacy.Common.Objects.Company.TranslationExport| Name | Description | Type | Additional information |
|---|---|---|---|
| TranslationIds | Collection of integer |
None. |
|
| GroupId | integer |
None. |
|
| CsvString | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"translationIds": [
1,
2
],
"groupId": 1,
"csvString": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Ghostery.Privacy.Common.Objects.Company.TranslationExport| Name | Description | Type | Additional information |
|---|---|---|---|
| TranslationIds | Collection of integer |
None. |
|
| GroupId | integer |
None. |
|
| CsvString | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"translationIds": [
1,
2
],
"groupId": 1,
"csvString": "sample string 2"
}