Method | Description | |
---|---|---|
CreateForm ( string data ) : System.Json.JsonObject | ||
DeleteExistingForm ( string formGuId ) : System.Json.JsonObject | ||
Forms ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System | ||
GetAllFieldsFromForm ( string formGuId ) : System.Json.JsonObject | ||
GetAllForms ( ) : System.Json.JsonObject | ||
GetFieldFromForm ( string formGuId, string fieldName ) : System.Json.JsonObject | ||
GetFormById ( string formGuId ) : System.Json.JsonObject | ||
SubmitFormData ( ) : System.Json.JsonObject | ||
UpdateExistingForm ( string formGuId, string data ) : System.Json.JsonObject |
Method | Description | |
---|---|---|
GetPath ( string method ) : string |
public CreateForm ( string data ) : System.Json.JsonObject | ||
data | string | |
return | System.Json.JsonObject |
public DeleteExistingForm ( string formGuId ) : System.Json.JsonObject | ||
formGuId | string | |
return | System.Json.JsonObject |
public Forms ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System | ||
apiKey | string | |
accessToken | string | |
refreshToken | string | |
clientId | string | |
return | System |
public GetAllFieldsFromForm ( string formGuId ) : System.Json.JsonObject | ||
formGuId | string | |
return | System.Json.JsonObject |
public GetAllForms ( ) : System.Json.JsonObject | ||
return | System.Json.JsonObject |
public GetFieldFromForm ( string formGuId, string fieldName ) : System.Json.JsonObject | ||
formGuId | string | |
fieldName | string | |
return | System.Json.JsonObject |
public GetFormById ( string formGuId ) : System.Json.JsonObject | ||
formGuId | string | |
return | System.Json.JsonObject |
public SubmitFormData ( ) : System.Json.JsonObject | ||
return | System.Json.JsonObject |
public UpdateExistingForm ( string formGuId, string data ) : System.Json.JsonObject | ||
formGuId | string | |
data | string | |
return | System.Json.JsonObject |