Cultures

Returns a list of all cultures and their details.


Request

Route

GET {IP_REF_DATA_URL}/IPUtilityService/ReferenceData/Cultures 

Parameters

  • None
Name Type Description Required?
PARTNER_AUTH_KEY string Authorization of Reference Data access Yes

Body Details

  • None

Example Request

GET {IP_REF_DATA_URL}/IPUtilityService/ReferenceData/Cultures 
Content-type: application/json
PARTNER_AUTH_KEY: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

Response

Possible Codes

Code Etiology, actions
200 OK. Request processed normally
400 Bad Request. Request is malformed or incomplete. Review message details and take appropriate action
403 Forbidden. Invalid PARTNER_AUTH_KEY
500 Internal Error. An exception occurred while processing the request. Contact Toluna for resolution. Toluna will likely have the details captured in its logs

Body Details

Name Type Description
CultureID int Toluna’s unqiue identifier for a Culture
Name string Name of a culture. Format: XX-YY
Description string Description of the culture

Example Response

[
...
  {
    "CultureID": 70,
    "Name": "es-ve",
    "Description": "Venezuela Spanish"
  },
...
]