Secured Signing API

<back to all web services

FormFieldsRequest

The following routes are available for this service:
GET/FormDirect/GetPredefinedFormFields/{FormReference}Gets predefined fields for a single formGets a single form. Returns a collection of signers required for signing the forms.
FormFieldsRequest Parameters:
NameParameterData TypeRequiredDescription
FormReferencepathstringYesForm reference
FormFieldResponse Parameters:
NameParameterData TypeRequiredDescription
FieldsformList<FormField>No
LastUpdateTimeformstringNoDate of last update
FormField Parameters:
NameParameterData TypeRequiredDescription
FieldNameformstringNo
DisplayNameformstringNo
FieldTypeformHTMLElementTypeNo
FiledValueformstringNo
ValueOptionsformList<string>No
ClientFieldformstringNo
ClientMappingformintNo
HTMLElementType Enum:
NameValue
Text0
MultiLineText1
CheckBox3
RadioButton4
DropDownList5
DateInput6

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /FormDirect/GetPredefinedFormFields/{FormReference} HTTP/1.1 
Host: api.securedsigning.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Fields":[{"FieldName":"String","DisplayName":"String","FieldType":"Text","FiledValue":"String","ValueOptions":["String"],"ClientField":"String","ClientMapping":0}],"LastUpdateTime":"String"}