Workflow
Enumerate all of a company's workflowable 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.
get/workflow/companies/{cid}/objects
Path parameters
cidstring required
The company or enterprise ID that owns the resource.
Query parameters
objectTypesBTAPIWorkflowableType[]
Optionally filter for specific workflowable types. Defaults to RELEASE and OBSOLETION
statesstring[]
Optionally filter for specific workflow states like PENDING, RELEASED
limitinteger
The number of list entries to return in a single API call.
modifiedAfterstring date-time
The earliest modification date of workflowable object to find.
Response
default response