Méthode | 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 |
Méthode | Description | |
---|---|---|
GetPath ( string method ) : string |
public CreateForm ( string data ) : System.Json.JsonObject | ||
data | string | |
Résultat | System.Json.JsonObject |
public DeleteExistingForm ( string formGuId ) : System.Json.JsonObject | ||
formGuId | string | |
Résultat | 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 | |
Résultat | System |
public GetAllFieldsFromForm ( string formGuId ) : System.Json.JsonObject | ||
formGuId | string | |
Résultat | System.Json.JsonObject |
public GetAllForms ( ) : System.Json.JsonObject | ||
Résultat | System.Json.JsonObject |
public GetFieldFromForm ( string formGuId, string fieldName ) : System.Json.JsonObject | ||
formGuId | string | |
fieldName | string | |
Résultat | System.Json.JsonObject |
public GetFormById ( string formGuId ) : System.Json.JsonObject | ||
formGuId | string | |
Résultat | System.Json.JsonObject |
protected GetPath ( string method ) : string | ||
method | string | |
Résultat | string |
public SubmitFormData ( ) : System.Json.JsonObject | ||
Résultat | System.Json.JsonObject |
public UpdateExistingForm ( string formGuId, string data ) : System.Json.JsonObject | ||
formGuId | string | |
data | string | |
Résultat | System.Json.JsonObject |