{ "opencollection": "1.0.0", "info": { "name": "Ironclad OAuth 2.0 Authorization Records API", "version": "1" }, "items": [ { "info": { "name": "Records", "type": "folder" }, "items": [ { "info": { "name": "List All Records", "type": "http" }, "http": { "method": "GET", "url": "https://na1.ironcladapp.com/oauth/records", "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": "types", "value": "mutualNDA,consultingAgreement", "type": "query", "description": "Comma separated (no spaces) record types to export. Use the [Retrieve Records Schema](https://developer.ironcladapp.com/reference/list-all-records-metadata) endpoint to retrieve a list of types." }, { "name": "lastUpdated", "value": "2018-03-10T00:00:00.000Z", "type": "query", "description": "Get records updated since (UTC)" }, { "name": "filter", "value": "Equals([counterpartyName], 'Test LLC')", "type": "query", "description": "Filter records using a formula. The record property ID should be enclosed in brackets `[ ]` and the value should be enclosed in single quotes `' '`. \n\nRecord properties can be identified using the [Retrieve Records Schema](https://developer.ironcladapp.com/reference/list-all-records-metadata) endpoint.\n\nSupported formula operations include the following with documentation found [here](/reference/filter-query-param):\n\n