ContractSchedules
Search ContractSchedules
Search and list ContractSchedule records with filtering, sorting, and pagination.
GET
Search ContractSchedules
A ContractSchedule defines a future price change for a plan contract (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.
CoworkerContract). On the date specified by ApplyOn, the system automatically updates the contract’s price to the value in Price.
Schedules allow operators to pre-configure stepped pricing — for example, an introductory rate for the first few months that transitions to a full rate on a known date — without any manual intervention at the time of the change.
Once a schedule has been processed, Applied is set to true and the record becomes read-only.
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 ContractSchedule-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 Coworker Contract Id.
Filter by Coworker Contract Quantity.
Filter by Coworker Contract Floor Plan Desk Ids.
Filter by Coworker Contract Floor Plan Desk Names.
Filter by name of the tariff/plan associated with the parent contract.
Filter by Coworker Contract Coworker Id.
Filter by full name of the member holding the parent contract.
Filter by billing name of the member holding the parent contract.
Filter by optional notes or internal comments about this scheduled price change.
Filter by the new contract price to apply on the scheduled date.
Filter by date on which the system will automatically update the contract price to the value in Price.
Filter by Apply On Local.
Filter by true once the price change has been applied to the contract. The record becomes read-only after this point.
Range Filters
Filter by coworker contract quantity greater than or equal to this value.
Filter by coworker contract quantity less than or equal to this value.
Filter by coworker contract coworker id greater than or equal to this value.
Filter by coworker contract coworker id less than or equal to this value.
Filter by the new contract price to apply on the scheduled date greater than or equal to this value.
Filter by the new contract price to apply on the scheduled date less than or equal to this value.
Filter by date on which the system will automatically update the contract price to the value in Price greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date on which the system will automatically update the contract price to the value in Price less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by apply on local greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by apply on local 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 ContractSchedule records matching the query. See the Get one ContractSchedule 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 ContractSchedules