get https://{hostname}/v1/helpers/template_types//data_fields
Use this endpoint to return the data fields of the specified template type.
Responses
400Invalid format or content of the request.
404A required entity is missing.
Use this endpoint to return the data fields of the specified template type.
400Invalid format or content of the request.
404A required entity is missing.
xxxxxxxxxx
curl --request GET \
--url https://api.oneflow.com/v1/helpers/template_types/template_type_id/data_fields \
--header 'accept: application/json'