v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Custom Forms

Duplicate a Custom Form

Creates a copy of the specified Custom Form. The copy includes inputs, outputs, and embedded objects. Returns the duplicated Custom Form.<p>

Duplicated Custom Form fields:<p>

The Custom Form has an origin and it is not deleted

originCustomFormId, originDeleted, originLabel, originUniqueName fields in the duplicated CFO object contain a copy of corresponding fields from the original Custom Form.

The Custom Form origin has been deleted

originCustomFormId is the id of the original Custom Form, originDeleted set to true. originLabel and originUniqueName fields are null.

The Custom Form does not have an origin (the CFO is not duplicated)

originCustomFormId, originDeleted, originLabel, originUniqueName fields have a null value.

post/customform.duplicate/{typedId}

Request body

object required

Response

OK