List available vaccines
General
This endpoint lists all available vaccines.
Endpoint details
url (filter params are optional):
{BASE_URL}/vaccines?nplId={nplId}&lotNumber={lotNumber}&program={program}&updatedAfter={updatedAfter}
(GET)
Filter paramters: Specified parameters are logically AND-ed, meaning all conditions must be true for a resource(s) to match
- nplid - refers to a unique identifier assigned to a product in the Swedish National Product Register for Medicinal Products
- lotNumber - also known as batch number
- program - Available vaccination programs: 'BVP,'PVP' or 'CVP'
- updatedAfter - format: 'yyyy-MM-dd'. Match only vaccines created/updated after this date.
Possible responses
- Success - code 200
- Unauthorized - code 401
- Forbidden - code 403
- Unexpected error - code 500
- Service Unavailable - code 503