Costing Management
Get Cost Sheet Versions
List all versions for a cost sheet, newest first.
GET
Get Cost Sheet Versions
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Path Parameters
The costing document ID (e.g., CS-2024-001)
Response
Successful Response
Previous
Create Cost Sheet VersionCreate a new version from the current cost sheet.
**Path Parameters:**
- **costing_id**: Document ID of the cost sheet to version
**Request Body (camelCase):**
- **changeDescription**: Description for the new version
- **userId**: Optional ID of the user initiating the versioning operation
**Headers:**
- **X-User-Id**: Used when authentication context is missing
Next
Get Cost Sheet Versions