REST Style Architecture and Status Codes

The TPM Data Service employs web-based technology to handle requests from external client programs. Clients access the data service by sending HTTPS requests that include standard HTTPS methods. Some requests, such as a POST request to the /longrunquery endpoint, require additional request data in JSON format. When you provide additional data with a request, you must specify a content-type in the request header. For example, a request that includes JSON data must include a content-type of application/json in its request header.

The data service supports the following HTTPS request methods:

Upon receiving a request, the data service invokes business and security logic to service the request and provide an appropriate response.



Last Published Tuesday, February 6, 2024