{ "opencollection": "1.0.0", "info": { "name": "Ironclad OAuth 2.0 Authorization Workflows API", "version": "1" }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "List All Workflows", "type": "http" }, "http": { "method": "GET", "url": "https://na1.ironcladapp.com/oauth/workflows", "headers": [ { "name": "x-as-user-email", "value": "" }, { "name": "x-as-user-id", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number used when paginating through a list of results." }, { "name": "pageSize", "value": "", "type": "query", "description": "A limit of the number of results to return." }, { "name": "hydrateEntities", "value": "", "type": "query", "description": "Indicates whether to fully hydrate related entities (true) or return minimal information (false)." }, { "name": "status", "value": "", "type": "query", "description": "Filter the workflows that are listed based on their status. If this parameter is omitted, `active` workflows will be returned. Active workflows include workflows in the Create, Review, Sign, and Archive stages. Also accepts multiple comma-separated statuses to get workflows in more than one status." }, { "name": "template", "value": "", "type": "query", "description": "Filter workflows to a specific Template ID." }, { "name": "lastUpdated", "value": "", "type": "query", "description": "Retrieve workflows that have been updated since a UTC date." }, { "name": "filter", "value": "Equals([counterpartyName], 'Harley Quinn')", "type": "query", "description": "Filter workflows using a formula. The workflow attribute ID should be enclosed in brackets `[ ]` and the value should be enclosed in single quotes `' '`.\n\nWorkflow attributes for a specific workflow design can be identified using the [List All Workflow Schemas](https://developer.ironcladapp.com/reference/list-all-workflow-schemas) endpoint.\n\nSupported formula operations include the following with documentation found [here](/reference/filter-query-param):\n\n