---
title: "Get all revisions for a company."
method: GET
path: "/revisions/companies/{cid}"
tags: ["Revision"]
---

# Get all revisions for a company.

`GET /revisions/companies/{cid}`

See [API Guide: Release Management](https://onshape-public.github.io/docs/api-adv/relmgmt/#get-all-revisions) for more details. 
* Returns a list of `limit` size of all objects per API call. 
* To get the next set of results, use the `next` URL from the response body. 
* Do not change any other query parameters during subsequent enumeration. 
* Persist `after` query param value and use it to begin a fresh enumeration at a later date. 
* This API can only be called by company admins.

## Path parameters

- `cid` string, required

## Query parameters

- `elementType` integer
- `limit` integer
- `latestOnly` boolean
- `after` string, date-time

## Response `default`

default response

---

[API](https://skmtc.net/onshape/apis/onshape-rest-api.md) · [All operations](https://skmtc.net/onshape/apis/onshape-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onshape/onshape-rest-api/revisions/aaa3e1322450/schema)
