Create a form
POST {{baseUrl}}/forms
This endpoint can create a form
Request Body
{"form"=>{"uid"=>"form_uid", "description"=>"Form for creating new profile", "name"=>"My Form Name", "archived"=>false}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"form":{"uid":"form_uid","description":"Form for creating new profile","name":"My Form Name","archived":false,"id":"2e06b876-f456-473d-bd65-b6435e0b6b2d"}}