Skip to main content

Form Fields

GET 

/user/v1/fields/formFields

Form Fields

Request

Responses

Form Data Fetch
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://tekdi.github.io/user/v1/fields/formFields");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Parameters
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!