{ "opencollection": "1.0.0", "info": { "name": "Ironclad OAuth 2.0 Authorization Entities API", "version": "1" }, "items": [ { "info": { "name": "Entities", "type": "folder" }, "items": [ { "info": { "name": "Get All Entity Relationship Types", "type": "http" }, "http": { "method": "GET", "url": "https://na1.ironcladapp.com/oauth/entities/relationship-types", "headers": [ { "name": "x-as-user-email", "value": "" }, { "name": "x-as-user-id", "value": "" } ] }, "docs": "Returns all entity relationship types. For more information, see [Entity Relationship Types](https://support.ironcladapp.com/hc/en-us/articles/28005038398231-Create-Manage-Relationship-Types-and-Entity-Properties). \n\n**OAuth Scope required:** `public.entities.readRelationshipTypes`" }, { "info": { "name": "List All Entities", "type": "http" }, "http": { "method": "GET", "url": "https://na1.ironcladapp.com/oauth/entities", "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": "filter", "value": "Equals([entity_externalID], '1234567890')", "type": "query", "description": "Filter entities using a formula. The entity property ID should be enclosed in brackets `[ ]` and the value should be enclosed in single quotes `' '`. \n\nEntity properties can be identified using the [Get All Entity Relationship Types](https://developer.ironcladapp.com/reference/get-all-entity-relationship-types) endpoint.\n\nSupported formula operations include the following with documentation found [here](/reference/filter-query-param):\n\n