Skip to main content
GET
Get model input

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

id
string<uuid>
required
model_id
string
required

Model ID. Use 'any' to search across all parents.

Response

The requested model input.

Response shape.

id
string<uuid> | null
model_id
string<uuid> | null
name
string | null
display_name
string | null
description
string | null
variable_type_code
string | null
default_behavior_code
string | null
validator_code
string | null
validator_attrs
Validator Attrs · object | null
is_required
boolean | null
default_value
Default Value · object | null
sort_order
integer | null
created_at
string<date-time> | null
updated_at
string<date-time> | null