RingCentral .Net SDK
Properties | List of all members
RingCentral.ListContactsParameters Class Reference

Query parameters for operation listContacts More...

Properties

string startsWith [get, set]
 If specified, only contacts which 'First name' or 'Last name' start with the mentioned substring will be returned. Case-insensitive More...
 
string[] sortBy [get, set]
 Sorts results by the specified property Enum: FirstName, LastName, Company More...
 
long? page [get, set]
 The result set page number (1-indexed) to return Maximum: 1000 Minimum: 1 Format: int32 Example: 1 Default: 1 More...
 
long? perPage [get, set]
 The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100 More...
 
string[] phoneNumber [get, set]
 Phone number in e.164 format More...
 

Detailed Description

Query parameters for operation listContacts

Property Documentation

◆ page

long? RingCentral.ListContactsParameters.page
getset

The result set page number (1-indexed) to return Maximum: 1000 Minimum: 1 Format: int32 Example: 1 Default: 1

◆ perPage

long? RingCentral.ListContactsParameters.perPage
getset

The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100

◆ phoneNumber

string [] RingCentral.ListContactsParameters.phoneNumber
getset

Phone number in e.164 format

◆ sortBy

string [] RingCentral.ListContactsParameters.sortBy
getset

Sorts results by the specified property Enum: FirstName, LastName, Company

◆ startsWith

string RingCentral.ListContactsParameters.startsWith
getset

If specified, only contacts which 'First name' or 'Last name' start with the mentioned substring will be returned. Case-insensitive


The documentation for this class was generated from the following file: