Program actions localisations

List

Fetch a list of program actions localisations available in the users organization

Request

GET /v1/program-actions-localisations

Response

HTTP Status code

200

Body

{
  "data": [
    {
      "actionId": "9890ed24-405d-4688-abcd-b7f829d75939",
      "locale": "nl",
      "name": "Curabitur efficitur",
      "createdAt": "2024-09-17T15:45:00+02:00"
    }
  ],
  "meta": {}
}

Example

GET /v1/program-actions-localisations HTTP/1.1
Authorization: Bearer <api-key>
Host: api.luscii.com
HTTP/1.1 200 OK
Content-Type: application/json

{"data":[{"actionId":"9890ed24-405d-4688-abcd-b7f829d75939","locale":"nl","name":"Curabitur eff
icitur","createdAt":"2024-09-17T15:45:00+02:00"}],"meta":{}}