Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Platform URL

https://[enterprise].cvtr.io/v2/forms

API Endpoints

Muge Budak Retrieves the collection of Active Forms:

Code Block
GET https://{enterprise}.cvtr.io/api/v4/forms&enabled=true

Retrieving a Form:

Code Block
GET https://{enterprise}.cvtr.io/api/v4/form/{id}

Replaces/Creates a Form:

Code Block
PUT/POST https://{enterprise}.cvtr.io/api/v4/forms

Creates a Form preview:

Code Block
POST https://{enterprise}.cvtr.io/api/v4/form-preview

Removes the campaign from the Form:

Code Block
POST https://{enterprise}.cvtr.io/api/v4/can-disassociate-form

Epic

Jira Legacy
serverSystem JIRA
serverId47839f05-61cf-355f-8da7-a069f30ee70e
keyGFR-50

Document status

Status
colourGreen
titleDRAFTREVIEWED

Document owner

Danny Hannah Adam Carter

Technical writers

Arunima Kurup Prasad

Related Content

Forms Add and Edit Form https://convertr.atlassian.net/wiki/spaces/PF/pages/edit-v2/3058434062

...

Functionality

User Story

1

Add form

Allows the user to add forms via the interface

2

Add via CSV

Allows the user to add forms via CSV file

3

Archive (see Related Content section - ‘Archived Forms > Listing’ for details)

Allows the user to archive multiple forms

4

Active forms listing

Lists all active forms, their type and associations

5

Associated campaigns

Allows user to view all campaign association, add and remove campaign associations

6

Edit Forms (see Related Content section - ‘Add and Edit Form’ for details)

Allows the user to edit forms

7

Preview (see Related Content section - ‘Add and Edit Form’ for details)

Allows the user to preview forms form fields page and thanks page

8

Save As New (see Related Content section - ‘Add and Edit Form’ for details)

Allows the user to save a form as new form

9

Table Filtering

Allows the user to filer the table values Form Id and Form Name

...