CoworkerTimePasses
Search CoworkerTimePasses
Search and list CoworkerTimePass records with filtering, sorting, and pagination.
GET
Search CoworkerTimePasses
A CoworkerTimePass represents a time pass assigned to a customer. Time passes can be assigned directly, granted by a product purchase (Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
CoworkerProductUniqueId), or included in a pricing plan (TariffTimePassUniqueId).
Each time pass tracks its usage status (Used, UsedDate), remaining and total uses, and whether the customer is currently checked in. Time passes may have an expiration date and can be free or priced.
Use CreateMultiple when creating to issue several time passes at once. The IsFromTariff and IsPayAsYouGo flags indicate the origin and billing model of the time pass.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerTimePass-List role.Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by the customer who owns this time pass.
Filter by the business (location) this time pass belongs to.
Filter by the time pass definition this is an instance of.
Filter by name of the linked time pass.
Filter by currency code of the linked time pass.
Filter by optional notes for this time pass.
Filter by purchase order reference.
Filter by whether this time pass has been used.
Filter by whether the customer is currently checked in with this time pass.
Filter by date when this time pass was used.
Filter by number of remaining uses on this time pass.
Filter by total number of uses allowed on this time pass.
Filter by whether this time pass is free of charge.
Filter by custom price for this time pass.
Filter by number of time passes to create at once.
Filter by expiration date for this time pass.
Filter by whether this time pass has been invoiced.
Filter by date when this time pass was invoiced.
Filter by whether this time pass was granted by a pricing plan (tariff).
Filter by whether this is a pay-as-you-go time pass.
Filter by unique identifier linking this time pass to a tariff time pass allocation.
Filter by unique identifier linking this time pass to a customer product purchase.
Filter by unique identifier linking this time pass to a customer contract.
Range Filters
Filter by date when this time pass was used greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date when this time pass was used less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by number of remaining uses on this time pass greater than or equal to this value.
Filter by number of remaining uses on this time pass less than or equal to this value.
Filter by total number of uses allowed on this time pass greater than or equal to this value.
Filter by total number of uses allowed on this time pass less than or equal to this value.
Filter by custom price for this time pass greater than or equal to this value.
Filter by custom price for this time pass less than or equal to this value.
Filter by number of time passes to create at once greater than or equal to this value.
Filter by number of time passes to create at once less than or equal to this value.
Filter by expiration date for this time pass greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by expiration date for this time pass less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date when this time pass was invoiced greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date when this time pass was invoiced less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by CreatedOn
Range filters
Response
200
The list of CoworkerTimePass records matching the query. See the Get one CoworkerTimePass endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search CoworkerTimePasses