Class SurveysInterviewClient
public class SurveysInterviewClient
- Inheritance
-
SurveysInterviewClient
- Inherited Members
Constructors
SurveysInterviewClient(string, HttpClient)
public SurveysInterviewClient(string baseUrl, HttpClient httpClient)
Parameters
baseUrlstringhttpClientHttpClient
Properties
BaseUrl
public string BaseUrl { get; set; }
Property Value
JsonSerializerSettings
protected JsonSerializerSettings JsonSerializerSettings { get; }
Property Value
- JsonSerializerSettings
ReadResponseAsString
public bool ReadResponseAsString { get; set; }
Property Value
Methods
DeleteAsync(string, int, CancellationToken)
Delete all data for a specified interview of a specified survey.
public virtual Task<BackgroundActivityStatus> DeleteAsync(string surveyId, int interviewId, CancellationToken cancellationToken = default)
Parameters
surveyIdstring[MANDATORY] The survey's ID
interviewIdint[MANDATORY] The interview's ID
cancellationTokenCancellationTokenA cancellation token that can be used by other objects or threads to receive notice of cancellation.
Returns
- Task<BackgroundActivityStatus>
Successful
Exceptions
- NfieldSdkException
A server side error occurred.
ReadObjectResponseAsync<T>(HttpResponseMessage, IReadOnlyDictionary<string, IEnumerable<string>>, CancellationToken)
protected virtual Task<SurveysInterviewClient.ObjectResponseResult<T>> ReadObjectResponseAsync<T>(HttpResponseMessage response, IReadOnlyDictionary<string, IEnumerable<string>> headers, CancellationToken cancellationToken)
Parameters
responseHttpResponseMessageheadersIReadOnlyDictionary<string, IEnumerable<string>>cancellationTokenCancellationToken
Returns
Type Parameters
T