/api/v5/production_workflow/get https://percolate.com/api/v5/production_workflow/Get a list of production_workflows by ids.Query ParamsidsstringA CSV of unique production_workflow IDs to filter by.access_scopesstringDefaults to ownedFilter objects owned by the scope itself and/or shared from other scopes ^(owned|shared)$.scope_idsstringA CSV of scope IDs to filter by.limitintegerLimit the number of paginated results.offsetintegerA 0-based offset to adjust the pagination window.extend_scopesbooleanDefaults to falseLook inside any child scopes in addition to the supplied ones.truefalsetypestringFilter production workflows by its type.object_scope_idstringThe license of post or campaign object associated with production workflow. Along with user role, this parameter is used for filtering initial steps.production_workflow_from_datedateFilter posts with production workflow ending at or after this date.production_workflow_to_datedateFilter posts with production workflow starting at or before this dateResponses 200A listed v5/production_workflow response. 400Bad request 401Unauthorized 403Invalid authorization or resource not found 405Method not allowed 409Conflict 429Rate limit. Response should contain a Retry-After headerUpdated over 2 years ago