Developer Documentation (API)
Search a pass based on its content
GET Request
Endpoint URL https://veski.leikbreytir.is/api/pass/search/{pass-template-uid}/{searchString}
Purpose
Search for a pass using a keyword contained in its content. This endpoint allows you to e.g. search for a name or e-mail that is not being used in a barcode.
Required input parameters
- HTTP Authorization Header that contains your API key
- UID of the pass-template you want to search passes for
- Search String – the keyword you want to search for
Please note that this endpoint may also take into account passes that contain a similar word than your search phrase. E.g. if you search for ID 12345 you may also receive results for passes containing 1234.
Returned values
JSON-Array containing an array for each pass that has been found.
Look at the common data format to see details about included fields.