Skip to main content
GET
/
api
/
management
/
dynamic-forms
/
{model}
/
{model_id}
Listar todos os formulários dinâmicos relacionados a um modelo específico
curl --request GET \
  --url https://api.olie.ai/api/management/dynamic-forms/{model}/{model_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

model
string
required
model_id
string
required

Response

200

200