# REQUESTS Invoke these API's to create new Requests and manage existing Requests. ## (NEW!) Create Request - [POST /request](https://api.tenovos.com/openapi/v1.5/requests/createrequest.md): COMING SOON! Use this endpoint to create a new Request in Tenovos. ## (NEW!) Update Request - [PATCH /request/{id}](https://api.tenovos.com/openapi/v1.5/requests/updaterequest.md): COMING SOON! Use this endpoint to update an existing Request. Only send the data that you wish to change. ## (NEW!) Get Request - [GET /request/{id}](https://api.tenovos.com/openapi/v1.5/requests/getrequest.md): COMING SOON! Use this endpoint to retrieve a specific request based on the id of the request. ## (NEW!) List Requests - [POST /request/list](https://api.tenovos.com/openapi/v1.5/requests/listrequests.md): COMING SOON Use this endpoint to return a listing of all Requests. The request body is entirely optional, and by default, the API will return all types of Requests sorted by created_date from the most recent to the oldest in batches of 100. No metadata on the requests is returned from this endpoint.