Skip to main content
GET
Get custom record type

Authorizations

Authorization
string
header
required

OAuth bearer token for Health API authentication

Path Parameters

type_id
string
required

Custom record type ID

Response

Custom record type details

id
string

Developer-defined custom record type identifier (e.g., blood_test_v1)

project_id
string

Project ID

display_name
string

Human-readable name of the custom record type

description
string | null

Optional description of the custom record type

data_jsonschema
object

JSON Schema describing the structure of the data field for records of this type

created_at
string<date-time>
updated_at
string<date-time>