GET
/
patient
/
{patientId}
/
resources
cURL
curl --request GET \
  --url https://om-staging.mylifeforce.com/api/m2m/patient/{patientId}/resources \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 3223,
    "filename": "Stress Management",
    "url": "https://staging.oms.mylifeforce.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBb1FNIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--88a330f579452817ed80dccc676a7b4729d3d248/Stress%20Management",
    "created_at": "2022-04-18T09:46:00Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

patientId
string
required

The id of the patient in question

Example:

"29ea9012-c622-4851-a57a-9327abd21198"

Response

200
application/json

Successful response

The response is of type object[].