Get address book

get

/rest/ofscCollaboration/v1/addressBook

This operation retrieves the address book.

Request

Query Parameters
  • Minimum Value: 0
    Maximum Value: 100
    The number of items to be retrieved.
    Default Value: 10
  • Minimum Value: 0
    Maximum Value: 10000
    The index from which the items are retrieved.
    Default Value: 0
Back to Top

Response

Supported Media Types

200 Response

This section describes the 200 status response for this operation.
Body ()
Root Schema : AddressBookList
Type: object
The list of contacts from address book.
Show Source
Nested Schema : items
Type: array
An array of items containing the contact details.
Show Source
Nested Schema : Contact
Type: object
Contact object
Show Source

Default Response

This section describes the default error response for this operation.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top