v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Views

Create a view

post/views

Request body

titlestring required
sectionstring required

listings, reservation

Example request

{
  "title": "Example Listing",
  "section": "listings"
}

Response

View

_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"
    }
  ]
}