Program actions
List
Fetch a list of program actions available in the users organization
Request
GET /v1/program-actions
Response
HTTP Status code
200
Body
{
"data": [
{
"id": "9890ed24-405d-4688-abcd-b7f829d75939",
"programId": "9890ed24-405d-4688-abcd-b7f829d75939",
"category": "selfcare",
"onlyWhenPlanned": false,
"createdAt": "2024-09-17T15:45:00+02:00",
"deletedAt": "2024-09-17T15:45:00+02:00"
}
],
"meta": {}
}
Example
GET /v1/program-actions HTTP/1.1
Authorization: Bearer <api-key>
Host: api.luscii.com
HTTP/1.1 200 OK
Content-Type: application/json
{"data":[{"id":"9890ed24-405d-4688-abcd-b7f829d75939","programId":"9890ed24-405d-4688-abcd-b7f8
29d75939","category":"selfcare","onlyWhenPlanned":false,"createdAt":"2024-09-17T15:45:00+02:00"
,"deletedAt":"2024-09-17T15:45:00+02:00"}],"meta":{}}
Updated 6 days ago