# Workweeks

Workweeks in Kantata OX are owned by an Account. They can be used as the default for an Account or
can be associated to a User through a Workweek Membership.

 - [GET /workweeks](https://developer.kantata.com/kantata/specification/workweeks/get%20workweeks.md): The Workweeks endpoint provides a list of every default Workweek that belongs to the Account of the User making the request. The response will contain an array of Workweek objects, sorted by their `st
 - [POST /workweeks](https://developer.kantata.com/kantata/specification/workweeks/create%20workweek.md): This endpoint returns structured Workweek 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 `w
 - [GET /workweeks/{id}](https://developer.kantata.com/kantata/specification/workweeks/get%20workweek.md): This endpoint returns structured Workweek 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 `w
 - [PUT /workweeks/{id}](https://developer.kantata.com/kantata/specification/workweeks/update%20workweek.md): This endpoint returns structured Workweek 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 `w
 - [DELETE /workweeks/{id}](https://developer.kantata.com/kantata/specification/workweeks/delete%20workweek.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
