Class PhoneControllerApi
Represents a collection of functions to interact with the API endpoints
Inherited Members
Namespace: mailslurp.Api
Assembly: mailslurp.dll
Syntax
public class PhoneControllerApi : IPhoneControllerApi, IPhoneControllerApiSync, IPhoneControllerApiAsync, IApiAccessor
Constructors
View SourcePhoneControllerApi()
Initializes a new instance of the Phone
Declaration
public PhoneControllerApi()
PhoneControllerApi(Configuration)
Initializes a new instance of the Phone
Declaration
public PhoneControllerApi(Configuration configuration)
Parameters
Type | Name | Description |
---|---|---|
Configuration | configuration | An instance of Configuration |
PhoneControllerApi(ISynchronousClient, IAsynchronousClient, IReadableConfiguration)
Initializes a new instance of the Phone
Declaration
public PhoneControllerApi(ISynchronousClient client, IAsynchronousClient asyncClient, IReadableConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
ISynchronous |
client | The client interface for synchronous API access. |
IAsynchronous |
asyncClient | The client interface for asynchronous API access. |
IReadable |
configuration | The configuration object. |
PhoneControllerApi(string)
Initializes a new instance of the Phone
Declaration
public PhoneControllerApi(string basePath)
Parameters
Type | Name | Description |
---|---|---|
string | basePath |
Properties
View SourceAsynchronousClient
The client for accessing this underlying API asynchronously.
Declaration
public IAsynchronousClient AsynchronousClient { get; set; }
Property Value
Type | Description |
---|---|
IAsynchronous |
Client
The client for accessing this underlying API synchronously.
Declaration
public ISynchronousClient Client { get; set; }
Property Value
Type | Description |
---|---|
ISynchronous |
Configuration
Gets or sets the configuration object
Declaration
public IReadableConfiguration Configuration { get; set; }
Property Value
Type | Description |
---|---|
IReadable |
An instance of the Configuration |
ExceptionFactory
Provides a factory method hook for the creation of exceptions.
Declaration
public ExceptionFactory ExceptionFactory { get; set; }
Property Value
Type | Description |
---|---|
Exception |
Methods
View SourceCreateEmergencyAddress(CreateEmergencyAddressOptions, int)
Declaration
public EmergencyAddress CreateEmergencyAddress(CreateEmergencyAddressOptions createEmergencyAddressOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
Create |
createEmergencyAddressOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Emergency |
EmergencyAddress |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
CreateEmergencyAddressAsync(CreateEmergencyAddressOptions, int, CancellationToken)
Declaration
public Task<EmergencyAddress> CreateEmergencyAddressAsync(CreateEmergencyAddressOptions createEmergencyAddressOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
Create |
createEmergencyAddressOptions | |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Emergency |
Task of EmergencyAddress |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
CreateEmergencyAddressWithHttpInfo(CreateEmergencyAddressOptions, int)
Declaration
public ApiResponse<EmergencyAddress> CreateEmergencyAddressWithHttpInfo(CreateEmergencyAddressOptions createEmergencyAddressOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
Create |
createEmergencyAddressOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Api |
ApiResponse of EmergencyAddress |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
CreateEmergencyAddressWithHttpInfoAsync(CreateEmergencyAddressOptions, int, CancellationToken)
Declaration
public Task<ApiResponse<EmergencyAddress>> CreateEmergencyAddressWithHttpInfoAsync(CreateEmergencyAddressOptions createEmergencyAddressOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
Create |
createEmergencyAddressOptions | |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Api |
Task of ApiResponse (EmergencyAddress) |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
DeleteEmergencyAddress(Guid, int)
Declaration
public EmptyResponseDto DeleteEmergencyAddress(Guid addressId, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System. |
addressId | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Empty |
EmptyResponseDto |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
DeleteEmergencyAddressAsync(Guid, int, CancellationToken)
Declaration
public Task<EmptyResponseDto> DeleteEmergencyAddressAsync(Guid addressId, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System. |
addressId | |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Empty |
Task of EmptyResponseDto |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
DeleteEmergencyAddressWithHttpInfo(Guid, int)
Declaration
public ApiResponse<EmptyResponseDto> DeleteEmergencyAddressWithHttpInfo(Guid addressId, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System. |
addressId | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Api |
ApiResponse of EmptyResponseDto |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
DeleteEmergencyAddressWithHttpInfoAsync(Guid, int, CancellationToken)
Declaration
public Task<ApiResponse<EmptyResponseDto>> DeleteEmergencyAddressWithHttpInfoAsync(Guid addressId, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System. |
addressId | |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Api |
Task of ApiResponse (EmptyResponseDto) |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
DeletePhoneNumber(Guid, int)
Declaration
public void DeletePhoneNumber(Guid phoneNumberId, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
int | operationIndex | Index associated with the operation. |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
DeletePhoneNumberAsync(Guid, int, CancellationToken)
Declaration
public Task DeletePhoneNumberAsync(Guid phoneNumberId, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task | Task of void |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
DeletePhoneNumberWithHttpInfo(Guid, int)
Declaration
public ApiResponse<object> DeletePhoneNumberWithHttpInfo(Guid phoneNumberId, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Api |
ApiResponse of Object(void) |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
DeletePhoneNumberWithHttpInfoAsync(Guid, int, CancellationToken)
Declaration
public Task<ApiResponse<object>> DeletePhoneNumberWithHttpInfoAsync(Guid phoneNumberId, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Api |
Task of ApiResponse |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetBasePath()
Gets the base path of the API client.
Declaration
public string GetBasePath()
Returns
Type | Description |
---|---|
string | The base path |
GetEmergencyAddress(Guid, int)
Declaration
public EmergencyAddress GetEmergencyAddress(Guid addressId, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System. |
addressId | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Emergency |
EmergencyAddress |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetEmergencyAddressAsync(Guid, int, CancellationToken)
Declaration
public Task<EmergencyAddress> GetEmergencyAddressAsync(Guid addressId, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System. |
addressId | |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Emergency |
Task of EmergencyAddress |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetEmergencyAddresses(int)
Declaration
public List<EmergencyAddressDto> GetEmergencyAddresses(int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
System. |
List<EmergencyAddressDto> |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetEmergencyAddressesAsync(int, CancellationToken)
Declaration
public Task<List<EmergencyAddressDto>> GetEmergencyAddressesAsync(int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<System. |
Task of List<EmergencyAddressDto> |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetEmergencyAddressesWithHttpInfo(int)
Declaration
public ApiResponse<List<EmergencyAddressDto>> GetEmergencyAddressesWithHttpInfo(int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Api |
ApiResponse of List<EmergencyAddressDto> |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetEmergencyAddressesWithHttpInfoAsync(int, CancellationToken)
Declaration
public Task<ApiResponse<List<EmergencyAddressDto>>> GetEmergencyAddressesWithHttpInfoAsync(int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Api |
Task of ApiResponse (List<EmergencyAddressDto>) |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetEmergencyAddressWithHttpInfo(Guid, int)
Declaration
public ApiResponse<EmergencyAddress> GetEmergencyAddressWithHttpInfo(Guid addressId, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System. |
addressId | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Api |
ApiResponse of EmergencyAddress |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetEmergencyAddressWithHttpInfoAsync(Guid, int, CancellationToken)
Declaration
public Task<ApiResponse<EmergencyAddress>> GetEmergencyAddressWithHttpInfoAsync(Guid addressId, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System. |
addressId | |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Api |
Task of ApiResponse (EmergencyAddress) |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhoneNumber(Guid, int)
Declaration
public PhoneNumberDto GetPhoneNumber(Guid phoneNumberId, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Phone |
PhoneNumberDto |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhoneNumberAsync(Guid, int, CancellationToken)
Declaration
public Task<PhoneNumberDto> GetPhoneNumberAsync(Guid phoneNumberId, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Phone |
Task of PhoneNumberDto |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhoneNumbers(string, int?, int?, string, DateTime?, DateTime?, int)
Declaration
public PagePhoneNumberProjection GetPhoneNumbers(string phoneCountry = null, int? page = null, int? size = null, string sort = null, DateTime? since = null, DateTime? before = null, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
string | phoneCountry | Optional phone country (optional) |
int? | page | Optional page index for list pagination (optional, default to 0) |
int? | size | Optional page size for list pagination (optional, default to 20) |
string | sort | Optional createdAt sort direction ASC or DESC (optional, default to ASC) |
Date |
since | Filter by created at after the given timestamp (optional) |
Date |
before | Filter by created at before the given timestamp (optional) |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Page |
PagePhoneNumberProjection |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhoneNumbersAsync(string, int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
Declaration
public Task<PagePhoneNumberProjection> GetPhoneNumbersAsync(string phoneCountry = null, int? page = null, int? size = null, string sort = null, DateTime? since = null, DateTime? before = null, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | phoneCountry | Optional phone country (optional) |
int? | page | Optional page index for list pagination (optional, default to 0) |
int? | size | Optional page size for list pagination (optional, default to 20) |
string | sort | Optional createdAt sort direction ASC or DESC (optional, default to ASC) |
Date |
since | Filter by created at after the given timestamp (optional) |
Date |
before | Filter by created at before the given timestamp (optional) |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Page |
Task of PagePhoneNumberProjection |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhoneNumbersWithHttpInfo(string, int?, int?, string, DateTime?, DateTime?, int)
Declaration
public ApiResponse<PagePhoneNumberProjection> GetPhoneNumbersWithHttpInfo(string phoneCountry = null, int? page = null, int? size = null, string sort = null, DateTime? since = null, DateTime? before = null, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
string | phoneCountry | Optional phone country (optional) |
int? | page | Optional page index for list pagination (optional, default to 0) |
int? | size | Optional page size for list pagination (optional, default to 20) |
string | sort | Optional createdAt sort direction ASC or DESC (optional, default to ASC) |
Date |
since | Filter by created at after the given timestamp (optional) |
Date |
before | Filter by created at before the given timestamp (optional) |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Api |
ApiResponse of PagePhoneNumberProjection |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhoneNumbersWithHttpInfoAsync(string, int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
Declaration
public Task<ApiResponse<PagePhoneNumberProjection>> GetPhoneNumbersWithHttpInfoAsync(string phoneCountry = null, int? page = null, int? size = null, string sort = null, DateTime? since = null, DateTime? before = null, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | phoneCountry | Optional phone country (optional) |
int? | page | Optional page index for list pagination (optional, default to 0) |
int? | size | Optional page size for list pagination (optional, default to 20) |
string | sort | Optional createdAt sort direction ASC or DESC (optional, default to ASC) |
Date |
since | Filter by created at after the given timestamp (optional) |
Date |
before | Filter by created at before the given timestamp (optional) |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Api |
Task of ApiResponse (PagePhoneNumberProjection) |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhoneNumberWithHttpInfo(Guid, int)
Declaration
public ApiResponse<PhoneNumberDto> GetPhoneNumberWithHttpInfo(Guid phoneNumberId, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Api |
ApiResponse of PhoneNumberDto |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhoneNumberWithHttpInfoAsync(Guid, int, CancellationToken)
Declaration
public Task<ApiResponse<PhoneNumberDto>> GetPhoneNumberWithHttpInfoAsync(Guid phoneNumberId, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Api |
Task of ApiResponse (PhoneNumberDto) |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhonePlans(int)
Declaration
public List<PhonePlanDto> GetPhonePlans(int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
System. |
List<PhonePlanDto> |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhonePlansAsync(int, CancellationToken)
Declaration
public Task<List<PhonePlanDto>> GetPhonePlansAsync(int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<System. |
Task of List<PhonePlanDto> |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhonePlansWithHttpInfo(int)
Declaration
public ApiResponse<List<PhonePlanDto>> GetPhonePlansWithHttpInfo(int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Api |
ApiResponse of List<PhonePlanDto> |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
GetPhonePlansWithHttpInfoAsync(int, CancellationToken)
Declaration
public Task<ApiResponse<List<PhonePlanDto>>> GetPhonePlansWithHttpInfoAsync(int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Api |
Task of ApiResponse (List<PhonePlanDto>) |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
TestPhoneNumberSendSms(Guid, TestPhoneNumberOptions, string, int)
Declaration
public void TestPhoneNumberSendSms(Guid phoneNumberId, TestPhoneNumberOptions testPhoneNumberOptions, string xTestId = null, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
Test |
testPhoneNumberOptions | |
string | xTestId | (optional) |
int | operationIndex | Index associated with the operation. |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
TestPhoneNumberSendSmsAsync(Guid, TestPhoneNumberOptions, string, int, CancellationToken)
Declaration
public Task TestPhoneNumberSendSmsAsync(Guid phoneNumberId, TestPhoneNumberOptions testPhoneNumberOptions, string xTestId = null, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
Test |
testPhoneNumberOptions | |
string | xTestId | (optional) |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task | Task of void |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
TestPhoneNumberSendSmsWithHttpInfo(Guid, TestPhoneNumberOptions, string, int)
Declaration
public ApiResponse<object> TestPhoneNumberSendSmsWithHttpInfo(Guid phoneNumberId, TestPhoneNumberOptions testPhoneNumberOptions, string xTestId = null, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
Test |
testPhoneNumberOptions | |
string | xTestId | (optional) |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
Api |
ApiResponse of Object(void) |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |
TestPhoneNumberSendSmsWithHttpInfoAsync(Guid, TestPhoneNumberOptions, string, int, CancellationToken)
Declaration
public Task<ApiResponse<object>> TestPhoneNumberSendSmsWithHttpInfoAsync(Guid phoneNumberId, TestPhoneNumberOptions testPhoneNumberOptions, string xTestId = null, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System. |
phoneNumberId | |
Test |
testPhoneNumberOptions | |
string | xTestId | (optional) |
int | operationIndex | Index associated with the operation. |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<Api |
Task of ApiResponse |
Exceptions
Type | Condition |
---|---|
Api |
Thrown when fails to make API call |