Retrieve a RecordAsk AIget https://na1.ironcladapp.com/public/api/v1/records/{id}View a specific record and its associated data. OAuth Scope required: public.records.readRecordsPath ParamsidstringrequiredThe ID or Ironclad ID of the Record.Query ParamshydrateEntitiesbooleanDefaults to falseIndicates whether to fully hydrate related entities (true) or return minimal information (false).truefalseaddressAsObjectbooleanDefaults to falseWhen true, returns addresses as objects instead of strings.truefalseHeadersx-as-user-emailstringDenotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-id is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.x-as-user-idstringDenotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-email is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.Responses 200200 400400Updated 7 months ago