# Get a custom record type by name Get a custom record type by name Returns the full definition of a custom record type including its field schema. Business Applications: - View record type schema - Integration setup Endpoint: GET /api/v1/records/custom/{name} Version: 1.0.0 Security: BearerAuth ## Response 200 fields (application/json): - `data` (object) - `data.id` (integer) Id - `data.name` (string) Name - `data.displayName` (string) Displayname - `data.description` (string,null) Description - `data.isCustom` (boolean) Iscustom - `data.active` (boolean) Active - `data.fields` (array) Fields - `data.recordsUrl` (string,null) Recordsurl - `data.schemaUrl` (string) Schemaurl - `error` (object,null) - `meta` (object) - `meta.success` (boolean) - `meta.message` (string) - `meta.timestamp` (string) - `meta.version` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields