// Returns information about a conversation by ID.
 public Task <GlipConversationInfo> Get()
 {
     return(RC.Get <GlipConversationInfo>(Endpoint(true), null));
 }
 // Returns call queue group members.
 public Task <CallQueueMembers> List()
 {
     return(RC.Get <CallQueueMembers>(Endpoint(false), null));
 }
Exemplo n.º 3
0
 //
 public Task <MeetingServiceInfoResource> Get()
 {
     return(RC.Get <MeetingServiceInfoResource>(Endpoint(true), null));
 }
Exemplo n.º 4
0
 // <p style='font-style:italic;'>Since 1.0.3 (Release 5.11)</p><p>Returns call log records filtered by the specified parameters.</p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>ReadCallLog</td><td>Viewing user call logs</td></tr></tbody></table><h4>Usage Plan Group</h4><p>Heavy</p>
 public Task <ExtensionCallLogResponse> List()
 {
     return(RC.Get <ExtensionCallLogResponse>(Endpoint(false), null));
 }
Exemplo n.º 5
0
        // Returns fax cover pages available for the current extension.
        public async Task <bool> Get()
        {
            await RC.Get(Endpoint(true), null);

            return(true);
        }
Exemplo n.º 6
0
 // Returns the information about supported languages.
 public Task <LanguageList> List()
 {
     return(RC.Get <LanguageList>(Endpoint(false), null));
 }
Exemplo n.º 7
0
 //
 public Task <UserCallLogRecord> Get()
 {
     return(RC.Get <UserCallLogRecord>(Endpoint(true), null));
 }
 // <p style='font-style:italic;'></p><p>Returns information on a federation and associated accounts.</p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>ReadAccounts</td><td>Viewing user account info (including name, business name, address and phone number/account number)</td></tr></tbody></table><h4>API Group</h4><p>Medium</p>
 public Task <FederationInfo> Get()
 {
     return(RC.Get <FederationInfo>(Endpoint(true), null));
 }
Exemplo n.º 9
0
 // <p style='font-style:italic;'>Since 1.0.20 (Release 7.4)</p><p>Returns the extension profile image.</p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>ReadAccounts</td><td>Viewing user account info (including name, business name, address and phone number/account number)</td></tr></tbody></table><h4>Usage Plan Group</h4><p>Medium</p>
 public Task <Binary> Get()
 {
     return(RC.Get <Binary>(Endpoint(true), null));
 }
 // Get Conferencing info
 public Task <ConferencingInfo> Get(object parameters)
 {
     return(RC.Get <ConferencingInfo>(Endpoint(true), parameters));
 }
 // Get Device by ID
 public Task <DeviceInfo> Get()
 {
     return(RC.Get <DeviceInfo>(Endpoint(true), null));
 }
 // Get Conferencing info
 public Task <ConferencingInfo> Get()
 {
     return(RC.Get <ConferencingInfo>(Endpoint(true), null));
 }
Exemplo n.º 13
0
 // Returns the status of a 2-leg RingOut call.
 public Task <GetRingOutStatusResponse> Get()
 {
     return(RC.Get <GetRingOutStatusResponse>(Endpoint(true), null));
 }
 // <p style='font-style:italic;'>Since 1.0.31 (Release 9.2)</p><p>Returns the list of users requested.</p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>ReadAccounts</td><td>Viewing Service Provider confiog</td></tr></tbody></table><h4>API Group</h4><p>Medium</p>
 public Task <ServiceProviderConfig> Get()
 {
     return(RC.Get <ServiceProviderConfig>(Endpoint(true), null));
 }
 // <p style='font-style:italic;'>Since 1.0.2</p><p>Returns the list of phone numbers that are used by a particular extension, and can be filtered by the phone number type. The returned list contains all numbers which are directly mapped to a given extension plus the features and also company-level numbers which may be used when performing different operations on behalf of this extension.</p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>ReadAccounts</td><td>Viewing user account info (including name, business name, address and phone number/account number)</td></tr></tbody></table><h4>Usage Plan Group</h4><p>Light</p>
 public Task <GetExtensionPhoneNumbersResponse> List(object parameters)
 {
     return(RC.Get <GetExtensionPhoneNumbersResponse>(Endpoint(false), parameters));
 }
Exemplo n.º 16
0
 // Get Account Call Log Record by ID
 public Task <CallLogInfo> Get()
 {
     return(RC.Get <CallLogInfo>(Endpoint(true), null));
 }
 // <p style='font-style:italic;'></p><p></p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>ReadAccounts</td><td>Viewing user account info (including name, business name, address and phone number/account number)</td></tr></tbody></table><h4>Usage Plan Group</h4><p>Light</p>
 public Task <PhoneNumberInfo> Get()
 {
     return(RC.Get <PhoneNumberInfo>(Endpoint(true), null));
 }
Exemplo n.º 18
0
 // Get Account Call Log
 public Task <ListResponse> List()
 {
     return(RC.Get <ListResponse>(Endpoint(false), null));
 }
Exemplo n.º 19
0
 // Returns language by ID.
 public Task <LanguageInfo> Get()
 {
     return(RC.Get <LanguageInfo>(Endpoint(true), null));
 }
Exemplo n.º 20
0
 // Get Account Call Log
 public Task <ListResponse> List(object parameters)
 {
     return(RC.Get <ListResponse>(Endpoint(false), parameters));
 }
Exemplo n.º 21
0
 //
 public Task <UserCallLogRecord> Get(object parameters)
 {
     return(RC.Get <UserCallLogRecord>(Endpoint(true), parameters));
 }
 // Returns a list of meetings for a particular extension. The list of meetings does not include meetings of 'Instant' type.
 public Task <MeetingsResource> List()
 {
     return(RC.Get <MeetingsResource>(Endpoint(false), null));
 }
Exemplo n.º 23
0
 // <p style='font-style:italic;'>Since 1.0.3 (Release 5.11)</p><p>Returns call log records filtered by the specified parameters.</p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>ReadCallLog</td><td>Viewing user call logs</td></tr></tbody></table><h4>Usage Plan Group</h4><p>Heavy</p>
 public Task <ExtensionCallLogResponse> List(object parameters)
 {
     return(RC.Get <ExtensionCallLogResponse>(Endpoint(false), parameters));
 }
 // Returns a particular meetings details by ID.
 public Task <MeetingResponseResource> Get()
 {
     return(RC.Get <MeetingResponseResource>(Endpoint(true), null));
 }
Exemplo n.º 25
0
        // Returns fax cover pages available for the current extension.
        public async Task <bool> Get(object parameters)
        {
            await RC.Get(Endpoint(true), parameters);

            return(true);
        }
 // Returns the extension user hours when answering rules are to be applied.
 public Task <GetUserBusinessHoursResponse> Get()
 {
     return(RC.Get <GetUserBusinessHoursResponse>(Endpoint(true), null));
 }
 // Returns call queue group members.
 public Task <CallQueueMembers> List(object parameters)
 {
     return(RC.Get <CallQueueMembers>(Endpoint(false), parameters));
 }
 // <p style='font-style:italic;'>Since 1.0.2</p><p>Returns the list of phone numbers that are used by a particular extension, and can be filtered by the phone number type. The returned list contains all numbers which are directly mapped to a given extension plus the features and also company-level numbers which may be used when performing different operations on behalf of this extension.</p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>ReadAccounts</td><td>Viewing user account info (including name, business name, address and phone number/account number)</td></tr></tbody></table><h4>Usage Plan Group</h4><p>Light</p>
 public Task <GetExtensionPhoneNumbersResponse> List()
 {
     return(RC.Get <GetExtensionPhoneNumbersResponse>(Endpoint(false), null));
 }
 // Returns list of licenses for a specific user.
 public Task <LicenseList> List()
 {
     return(RC.Get <LicenseList>(Endpoint(false), null));
 }
 // Returns list of conversations where user is participant.
 public Task <GlipConversationsList> List(object parameters)
 {
     return(RC.Get <GlipConversationsList>(Endpoint(false), parameters));
 }