Packages
Retrieve details for a specific package.
get/packages/{packageId}
Path parameters
packageIdstring required
UUID of the package to retrieve.
Response
Successful operation
Example response
{
"data": {
"type": "zap-data-subscriptions/package",
"id": "f5be3aec-ef48-4f21-b399-5594ec30f294",
"attributes": {
"name": "ZAP Pro",
"description": "The ZAP Pro package is is designed to provide all the emergent information related to a specific patient.\n"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.