Class DomainDeliverySurveysClient
public class DomainDeliverySurveysClient
- Inheritance
-
DomainDeliverySurveysClient
- Inherited Members
Constructors
DomainDeliverySurveysClient(string, HttpClient)
public DomainDeliverySurveysClient(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
GetAsync(CancellationToken)
Gets a list of surveys that can be added to a repository.
Returns first 100. The list can be filtered, sorted and supports paging using standard OData syntax.
public virtual Task<ICollection<DomainSurveyModel>> GetAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA cancellation token that can be used by other objects or threads to receive notice of cancellation.
Returns
- Task<ICollection<DomainSurveyModel>>
Returns a list of surveys that can be added to a repository
Exceptions
- NfieldSdkException
A server side error occurred.
ReadObjectResponseAsync<T>(HttpResponseMessage, IReadOnlyDictionary<string, IEnumerable<string>>, CancellationToken)
protected virtual Task<DomainDeliverySurveysClient.ObjectResponseResult<T>> ReadObjectResponseAsync<T>(HttpResponseMessage response, IReadOnlyDictionary<string, IEnumerable<string>> headers, CancellationToken cancellationToken)
Parameters
responseHttpResponseMessageheadersIReadOnlyDictionary<string, IEnumerable<string>>cancellationTokenCancellationToken
Returns
Type Parameters
T