GET
/
admin
/
form
/
field
/
{id}
/
{type}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/form/field/{id}/{type} \
  --header 'Authorization: Bearer <token>'
{
  "hysform": {},
  "type": "<string>",
  "type_name": "<string>",
  "field_types": {},
  "gateway": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

The id of the form

type
string
required

The type of the form field

Example:

"entity"

Response

200
application/json
Successful operation
hysform
object
type
string
type_name
string
field_types
object
gateway
boolean