Search and filter Wallet Passes
Search and retrieve Wallet Passes with optional filtering and pagination.
Features:
- Search passes by name using keyword query (case-insensitive)
- Filter by pass status (Draft, Published)
- Filter by specific pass ID or pass name
- Pagination support with cursor-based navigation
- Option to include pass assets (images) in response
- Option to return summary-only information
Pagination:
- Use
cursorparameter for next page navigation limitcontrols page size (default: 20, max: 20)- Response includes
itemsarray,cursor, andhasMorefields
Authorizations
Bearer token authentication
Headers
Workspace ID to perform the operation in. If not provided, system will use the first one assigned to the user
^[a-zA-Z0-9-_]+$Query Parameters
Search keyword to filter passes by name (case-insensitive)
255Pagination cursor for fetching the next set of results. Use the 'cursor' value from the previous response.
Number of passes to return per page (1-20, max 20)
1 <= x <= 20Include pass asset URLs (images) in the response
Return only basic pass information (summary mode)
Filter by specific pass ID
^[a-zA-Z0-9-_]+$Filter by a list of pass IDs
Exact search by pass name (case-sensitive)
255Filter passes by status. Multiple values allowed.
Draft, Published