Formfield
Authorizations
HTTPRequired
Body
form_idstringOptional
type: number
titlestringOptional
type: string
input_typestringOptional
type: ^(text(area|readonly|hidden)?|select(readonly|hidden)?)$
field_orderstringOptional
type: number = null
required_statuses[]stringOptional
type: ^(open|pending|holding|solved)$ = null
Responses
200
Successful response
application/json
post
/api/v2/formfield200
Successful response
Authorizations
HTTPRequired
Path parameters
idstringRequired
Body
form_idstringOptional
type: number
titlestringOptional
type: string
input_typestringOptional
type: ^[a-z]+$
field_orderstringOptional
type: number = null
external_codestringOptional
type: string = null
required_statuses[]stringOptional
type: ^(open|pending|holding|solved)$ = null
Responses
200
Successful response
application/json
put
/api/v2/formfield/{id}200
Successful response
Last updated