Ticketing API contract version

The Rackspace Ticketing API version defines the contract and build information for the API.

The contract version denotes the data model and behavior that the API supports. The requested contract version should be provided via Content-Type and Accept headers. Different contract versions of the API might be available at any given time and are not guaranteed to be compatible with one another.

Example request URL and Headers

<https://ticketing.api.rackspace.com>

Headers:  
    Content-Type: application/vnd.ticketing.v2+json  
    Accept: application/vnd.ticketing.v2+json

📘

This document pertains to contract version 2.0.

FormatAccept headerResource versionDefault
JSONapplication/jsonVersion 2Yes
JSONapplication/vnd.ticketing.v2+jsonVersion 2No
JSONapplication/vnd.ticketing.v1+jsonVersion 1No

Response formats