latestOpenAPI 3.0.1Apache 2.02026-08-133021,2261.8 MB

aaa3e1322450

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