Технические ссылки для Cisco Cisco TelePresence MX700

Скачать
Страница из 205
D15335.04
 Cisco TelePresence MX700 and MX800 API Reference Guide CE8.2, JUNE 2016. 
Copyright © 2016 Cisco Systems, Inc. All rights reserved. 
133
Cisco TelePresence MX700 and MX800
API Reference Guide
xCommand Phonebook Folder Modify
Modify an existing phonebook folder.
Requires user role: ADMIN, USER
USAGE: 
xCommand Phonebook Folder Modify FolderId: "
FolderId
" [Name: "
Name
"] 
[ParentFolderId: "
ParentFolderId
"] 
where
FolderId: String (0, 255)
The unique identifier for the folder. The identifier will be returned by an xCommand 
Phonebook Search command. It was also returned when the xCommand Phonebook 
Folder Add command was issued to make the folder.
Name: String (0, 255)
The name of the contact.
ParentFolderId: String (0, 255)
The unique identifier for the parent folder. The identifier will be returned by an 
xCommand Phonebook Search command. It was also returned when the xCommand 
Phonebook Folder Add command was issued to make the parent folder.
xCommand Phonebook Search
The search command lets you search in both the local and corporate phone books. A search 
gives a ResultSet.
The total number of folders and contacts (TotalRows) is always included in the result set when 
searching the local phone book. When searching a corporate phonebook the total number 
of folders and contacts may not be included. Whether it is included or not depends on the 
backend corporate phonebook service (e.g. CUCM, VCS, TMS) and its version.
Requires user role: ADMIN, USER
USAGE: 
xCommand Phonebook Search [PhonebookId: "
PhonebookId
"] [PhonebookType: 
PhonebookType
] [SearchString: "
SearchString
"] [SearchField: 
SearchField
] [Offset: 
Offset
] [FolderId: "
FolderId
"] [Limit: 
Limit
] [Recursive: Recursive] [ContactType: 
ContactType] [Tag: Tag] 
where
PhonebookId: String (0, 255)
The identifier of the phonebook server that will be searched. See the xConfiguration 
Phonebook Server ID setting.
PhonebookType: Corporate/Local
Define whether to search the local phone book or the corporate phonebook.
SearchString: String (0, 255)
Search for entries containing this string (note that the entry does not have to begin 
with the string). If no FolderId is specified, all folders / phonebook directories will be 
searched.
SearchField: Name/Number
Currently not in use.
Offset: Integer (0..65534)
Get records starting with this offset in a search. The default value is 0. Offset is used 
together with Limit to support paging.
FolderId: String (0, 255)
Search only in the specified folder. The FolderId (string) is listed in the ResultSet of a 
search result containing folders.
Limit: Integer (0..65534)
Limit the number of records in the result set to this number. For example, if the limit is 
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand