CoworkerPricePlanHistories
Search CoworkerPricePlanHistories
Search and list CoworkerPricePlanHistory records with filtering, sorting, and pagination.
GET
Search CoworkerPricePlanHistories
A CoworkerPricePlanHistory is an audit record of the different contracts (for different plans - Tariff entity) a customer has had. Each entry captures a plan change — recording the previous and new plan names, their values, and whether the change was an upgrade. This entity is read-only and is created automatically by the system whenever a customer’s plan changes.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.
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 CoworkerPricePlanHistory-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 iD of the coworker linked to this record.
Filter by name of the previous plan before the change.
Filter by name of the new plan after the change.
Filter by iD of the old tariff unique associated with this record.
Filter by iD of the new tariff unique associated with this record.
Filter by iD of the old contract unique associated with this record.
Filter by iD of the new contract unique associated with this record.
Filter by whether the plan change was an upgrade (new plan value is higher).
Filter by notes recorded at the time of the plan change.
Filter by price of the previous plan.
Filter by price of the new plan.
Filter by quantity of the previous plan contract.
Filter by quantity of the new plan contract.
Filter by date/time value for created on local.
Range Filters
Filter by price of the previous plan greater than or equal to this value.
Filter by price of the previous plan less than or equal to this value.
Filter by price of the new plan greater than or equal to this value.
Filter by price of the new plan less than or equal to this value.
Filter by quantity of the previous plan contract greater than or equal to this value.
Filter by quantity of the previous plan contract less than or equal to this value.
Filter by quantity of the new plan contract greater than or equal to this value.
Filter by quantity of the new plan contract less than or equal to this value.
Filter by date/time value for created on local greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for created 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 CoworkerPricePlanHistory records matching the query. See the Get one CoworkerPricePlanHistory 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 CoworkerPricePlanHistories