Program actions items

List

Fetch a list of program action items available in the users organization

Request

GET /v1/program-actions-items

Response

HTTP Status code

200

Body

{
  "data": [
    {
      "actionId": "9890ed24-405d-4688-abcd-b7f829d75939",
      "instrumentId": "9890ed24-405d-4688-abcd-b7f829d75939",
      "careBlockId": "9890ed24-405d-4688-abcd-b7f829d75939"
    }
  ],
  "meta": {}
}

Example

GET /v1/program-actions-items 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","instrumentId":"9890ed24-405d-4688-
abcd-b7f829d75939","careBlockId":"9890ed24-405d-4688-abcd-b7f829d75939"}],"meta":{}}

stests