List DNRs for a worker
GET/api/v1/workers/:externalUserId/dnrs
List all Do Not Return entries for a worker.
Request
Path Parameters
externalUserId stringrequired
Responses
- 200
- 4XX
- 5XX
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
data object[]required
attributes objectrequired
externalFacilityId stringrequired
createdAt date-timerequired
id stringrequired
type stringrequired
{
"data": [
{
"attributes": {
"externalFacilityId": "string",
"createdAt": "2026-04-30T18:41:18.488Z"
},
"id": "string",
"type": "string"
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
errors object[]required
code stringrequired
id stringrequired
status stringrequired
title stringrequired
{
"errors": [
{
"code": "string",
"id": "string",
"status": "string",
"title": "string"
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
errors object[]required
code stringrequired
id stringrequired
status stringrequired
title stringrequired
{
"errors": [
{
"code": "string",
"id": "string",
"status": "string",
"title": "string"
}
]
}
Loading...