CoworkerPricePlanHistories
Get one CoworkerPricePlanHistory
Retrieve a single CoworkerPricePlanHistory record by its Id.
GET
Get one CoworkerPricePlanHistory
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-Read role.Path Parameters
The Id of the CoworkerPricePlanHistory record to retrieve.
Code Examples
Response
200
ID of the coworker linked to this record.
Name of the previous plan before the change.
Name of the new plan after the change.
ID of the old tariff unique associated with this record.
ID of the new tariff unique associated with this record.
ID of the old contract unique associated with this record.
ID of the new contract unique associated with this record.
Whether the plan change was an upgrade (new plan value is higher).
Notes recorded at the time of the plan change.
Price of the previous plan.
Price of the new plan.
Quantity of the previous plan contract.
Quantity of the new plan contract.
Date/time value for created on local.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one CoworkerPricePlanHistory