You are here

Favorite sites

The sites that a person has marked as favorite in SkyVault (Deprecated). Use the favorites entity and methods.

Favorite-sites object

Property Type JSON Type Description
id email id string The person's personId. The email address the person registered with.
site site object An embedded site object.

Example of a favorite-sites object

{
  "list" : {
    "pagination" : {
      "count" : 1,
      "hasMoreItems" : false,
      "totalItems" : 1,
      "skipCount" : 0,
      "maxItems" : 100
    },
    "entries" : [ {
      "entry" : {
          "id" : "fred-bloggs-yourcompany-com",
          "title" : "Fred Bloggs's Home",
          "visibility" : "PRIVATE",
          "description" : "Fred Bloggs's private home site."
      }
    } ]
  }
}

List order

Lists of these entities are returned ordered by ascending title.