Find Patient Severities
Testing
Request
Body Params application/json
{
"ctcaeCode": "string",
"relativeCreatedAt": 0,
"limit": 0,
"offset": 0,
"sort": "string"
}
Request Code Samples
curl --location --request POST 'http://localhost:8081/api/internal/v1/patients//find-severity' \
--header 'username: content-synchronizer' \
--header 'password: 5BW9ow4COZOaz5eIj81Ot27LhwFH4EMO' \
--header 'Content-Type: application/json' \
--data-raw '{
"ctcaeCode": "string",
"relativeCreatedAt": 0,
"limit": 0,
"offset": 0,
"sort": "string"
}'
Responses
application/json {
"status": "string",
"data": {
"taskId": "string"
}
}
Modified at 2024-03-17 12:44:35