# Estimates

An Estimate represents a potential project. Estimates allow you to plan out a project's budget, resources,
and allocations through associated estimate scenarios.

 - [GET /estimates](https://developer.kantata.com/kantata/specification/estimates/get%20estimates.md): This endpoint returns structured Estimate objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `e
 - [POST /estimates](https://developer.kantata.com/kantata/specification/estimates/create%20estimate.md): This endpoint returns structured Estimate objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `e
 - [GET /estimates/{id}](https://developer.kantata.com/kantata/specification/estimates/get%20estimate.md): This endpoint returns structured Estimate objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `e
 - [PUT /estimates/{id}](https://developer.kantata.com/kantata/specification/estimates/update%20estimate.md): This endpoint returns structured Estimate objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `e
 - [DELETE /estimates/{id}](https://developer.kantata.com/kantata/specification/estimates/delete%20estimate.md): Deletes the estimate and it's associated scenarios, scenario resources, and scenario resource allocations. The response will contain no content and an HTTP 204 status code if the request was successfu
