v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Saved Replies

Get saved replies

get/saved-replies

Query parameters

limitinteger

Pagination limit, max: 100

skipinteger

How many results should be skipped to get to the current page

listingIdstring

Limit results to a specific listing

accountIdstring

Limit results to a specific account

returnDefaultboolean

To get Guesty defaults SRs

fieldsstring

Selection of fields, separated by space. See response schema to get list of fields

sortstring

Field to sort by. Prepend - for DESC.

qstring

Search query string. Searches in question and folder. Search is case-insensitive.

Response

OK

countnumber
limitnumber
skipnumber

Example response

{
  "count": 2,
  "limit": 25,
  "skip": 50,
  "results": [
    {
      "question": "TV",
      "answer": "Hi {{user}},\n\nWe have a 42\" Samsung LED in the living room.",
      "language": "en",
      "excludeListingIds": [
        "563e0b6a08a2710e00057b82"
      ],
      "listingsIds": [
        "563e0b6a08a2710e00057b82"
      ],
      "folder": "City",
      "filters": {
        "_id": "563e0b6a08a2710e00057b82"
      },
      "accountId": "563e0b6a08a2710e00057b82",
      "_id": "563e0b6a08a2710e00057b82"
    }
  ]
}