curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/regions/{regionId}/languages \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"name": "<string>",
"regionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"consentBanner": {
"title": "<string>",
"text": "<string>",
"link": "<string>",
"acceptButton": "<string>",
"denyButton": "<string>",
"customizeButton": "<string>"
},
"floatingButton": {
"tab": "<string>"
},
"placeholders": {
"acceptButton": "<string>",
"acceptText": "<string>"
},
"privacyCenter": {
"tabTitle": "<string>",
"consentHistory": {
"title": "<string>"
},
"disclosures": {
"title": "<string>",
"text": "<string>"
},
"privacyRequests": {
"title": "<string>",
"text": "<string>",
"optionsTitle": "<string>",
"optionsButton": "<string>",
"changeRequest": {
"title": "<string>",
"text": "<string>"
},
"deleteRequest": {
"title": "<string>",
"text": "<string>"
},
"doNotSellRequest": {
"title": "<string>",
"text": "<string>"
},
"viewRequest": {
"title": "<string>",
"text": "<string>"
}
}
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123
}
]
}
Gets languages for a region.
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/regions/{regionId}/languages \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"name": "<string>",
"regionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"consentBanner": {
"title": "<string>",
"text": "<string>",
"link": "<string>",
"acceptButton": "<string>",
"denyButton": "<string>",
"customizeButton": "<string>"
},
"floatingButton": {
"tab": "<string>"
},
"placeholders": {
"acceptButton": "<string>",
"acceptText": "<string>"
},
"privacyCenter": {
"tabTitle": "<string>",
"consentHistory": {
"title": "<string>"
},
"disclosures": {
"title": "<string>",
"text": "<string>"
},
"privacyRequests": {
"title": "<string>",
"text": "<string>",
"optionsTitle": "<string>",
"optionsButton": "<string>",
"changeRequest": {
"title": "<string>",
"text": "<string>"
},
"deleteRequest": {
"title": "<string>",
"text": "<string>"
},
"doNotSellRequest": {
"title": "<string>",
"text": "<string>"
},
"viewRequest": {
"title": "<string>",
"text": "<string>"
}
}
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123
}
]
}
256
x >= 0
1 <= x <= 1000
Default Response
The response is of type object
.