v1
latestOpenAPI 3.0.32026-07-247462851.8 MBPackages
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"
}
}
}