---
title: "Enumerate all of a company's workflowable objects."
method: GET
path: "/workflow/companies/{cid}/objects"
tags: ["Workflow"]
---

# Enumerate all of a company's workflowable objects.

`GET /workflow/companies/{cid}/objects`

* For example, you can enumerate RELEASES, TASKS, etc in a company by last modified time. 
* Caller must be a company admin. 
* Specify `modifiedAfter` and use the `next` URI for complete enumeration.

## Path parameters

- `cid` string, required

## Query parameters

- `objectTypes` BTAPIWorkflowableType[]
- `states` string[]
- `limit` integer
- `modifiedAfter` 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)
