Program moments
List
Fetch a list of program moments available in the users organization
Request
GET /v1/program-moments
Response
HTTP Status code
200
Body
{
"data": [
{
"id": "9890ed24-405d-4688-abcd-b7f829d75939",
"programId": "9890ed24-405d-4688-abcd-b7f829d75939",
"type": "general",
"name": "My moment",
"patientAccess": "none",
"createdAt": "2024-09-17T15:45:00+02:00"
}
],
"meta": {}
}
Example
GET /v1/program-moments 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","type":"general","name":"My moment","patientAccess":"none","createdAt":"2024-09-17T15
:45:00+02:00"}],"meta":{}}
Updated 6 days ago