v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Views

Retrieve all views

get/views

Query parameters

sectionstring required
Example:listings

One of listings, reservations

fieldsstring
Example:"title"

Selection of fields, separated by space. When null retrieves all object.

limitnumber
Example:25

Pagination

skipnumber

Pagination

Response

Views Array

_idstring

Unique id

accountIdstring

Id of the user owning this view

titlestring

Title for the view

fieldsstring

Selection of fields, separated by space

sortstring

ascending sort , use - to descending sort

createdAtstring
updatedAtstring

Example response

[
  {
    "shares": [
      {
        "contactId": "5926bdfb1bfe871000d0a745"
      }
    ]
  }
]