Suggestion: Upsert

Create or update a suggestion via API.

NOTE:

  • App must have Create Suggestions: Read/Write permission to utilize endpoint.
  • If a suggestion already exists from your app on the specified field, the suggestion will be updated.
  • Suggestions on ECLs are not currently supported.
path Parameters
accountId
required
string
query Parameters
v
required
string

A date in YYYYMMDD format.

format
string >= 0 characters
Default: "markdown"

The formatting language used to parse rich text field values. Present if and only if the field is of type “Rich Text."

Valid values:

  • markdown
  • html
  • none
Request Body schema: application/json

The suggestion to be upserted

required
object

An object containing information about a suggestion for a single field on a single entity. Only valid if the suggestion is for a field on a single entity.

Responses

Request samples

Content type
application/json
{
  • "entityFieldSuggestion": {
    • "entity": {
      • "id": "string",
      • "uid": "string",
      • "language": "string"
      },
    • "suggestedContent": {
      • "EntityType": "string",
      • "meta": {
        • "countryCode": "string",
        • "folderId": "string",
        • "id": "string",
        • "labels": [
          • "string"
          ],
        • "language": "string"
        },
      • "name": "string",
      • "address": {
        • "city": "string",
        • "countryCode": "string",
        • "extraDescription": "string",
        • "line1": "string",
        • "line2": "string",
        • "postalCode": "string",
        • "region": "string",
        • "sublocality": "string"
        },
      • "accessHours": {
        • "friday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "holidayHours": [
          • {
            • "date": "2019-08-24",
            • "isClosed": true,
            • "isRegularHours": true,
            • "openIntervals": [
              • {
                • "end": "14:15:22Z",
                • "start": "14:15:22Z"
                }
              ]
            }
          ],
        • "monday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "reopenDate": "2019-08-24",
        • "saturday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "sunday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "thursday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "tuesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "wednesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          }
        },
      • "additionalHoursText": "string",
      • "alternateNames": [
        • "string"
        ],
      • "alternatePhone": "string",
      • "alternateWebsites": [],
      • "appleActionLinks": [],
      • "appleBusinessDescription": "string",
      • "appleBusinessId": "string",
      • "appleCompanyId": "string",
      • "appleCoverPhoto": {},
      • "appleDisplayName": "string",
      • "categories": { },
      • "categoryIds": [
        • "string"
        ],
      • "closed": true,
      • "customKeywords": [
        • "string"
        ],
      • "description": "stringstri",
      • "displayCoordinate": {
        • "latitude": -90,
        • "longitude": -180
        },
      • "driveThroughHours": {
        • "friday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "holidayHours": [
          • {
            • "date": "2019-08-24",
            • "isClosed": true,
            • "isRegularHours": true,
            • "openIntervals": [
              • {
                • "end": "14:15:22Z",
                • "start": "14:15:22Z"
                }
              ]
            }
          ],
        • "monday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "reopenDate": "2019-08-24",
        • "saturday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "sunday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "thursday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "tuesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "wednesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          }
        },
      • "dropoffCoordinate": {
        • "latitude": -90,
        • "longitude": -180
        },
      • "facebookAbout": "string",
      • "facebookCallToAction": {
        • "type": "NONE",
        • "value": "string"
        },
      • "facebookCoverPhoto": {},
      • "facebookDescriptor": "string",
      • "facebookName": "string",
      • "facebookOverrideCity": "string",
      • "facebookPageUrl": "string",
      • "facebookParentPageId": "string",
      • "facebookProfilePhoto": {},
      • "facebookStoreId": "string",
      • "facebookVanityUrl": "string",
      • "facebookWebsiteOverride": "http://example.com",
      • "fax": "string",
      • "featuredMessage": {},
      • "frequentlyAskedQuestions": [
        • {
          • "answer": "string",
          • "question": "string"
          }
        ],
      • "geomodifier": "string",
      • "googleAttributes": { },
      • "googleCoverPhoto": {},
      • "googleMessaging": {},
      • "googleMyBusinessLabels": [
        • "string"
        ],
      • "googlePlaceId": "string",
      • "googleProfilePhoto": {},
      • "googleWebsiteOverride": "http://example.com",
      • "holidayHoursConversationEnabled": true,
      • "hours": {
        • "friday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "holidayHours": [
          • {
            • "date": "2019-08-24",
            • "isClosed": true,
            • "isRegularHours": true,
            • "openIntervals": [
              • {
                • "end": "14:15:22Z",
                • "start": "14:15:22Z"
                }
              ]
            }
          ],
        • "monday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "reopenDate": "2019-08-24",
        • "saturday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "sunday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "thursday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "tuesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "wednesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          }
        },
      • "impressum": "string",
      • "isoRegionCode": "string",
      • "keywords": [
        • "string"
        ],
      • "labels": [
        • "string"
        ],
      • "landingPageUrl": "http://example.com",
      • "localPhone": "string",
      • "locatedIn": "string",
      • "locationType": "LOCATION",
      • "logo": {},
      • "mainPhone": "string",
      • "mobilePhone": "string",
      • "nudgeEnabled": true,
      • "openDate": "2019-08-24",
      • "photoGallery": [],
      • "pickupCoordinate": {
        • "latitude": -90,
        • "longitude": -180
        },
      • "priceRange": "UNSPECIFIED",
      • "primaryConversationContact": "string",
      • "questionsAndAnswers": true,
      • "rankTrackingCompetitors": [],
      • "rankTrackingEnabled": true,
      • "rankTrackingFrequency": "WEEKLY",
      • "rankTrackingKeywords": [
        • "NAME"
        ],
      • "rankTrackingQueryTemplates": [
        • "KEYWORD"
        ],
      • "rankTrackingSites": [
        • "GOOGLE_DESKTOP"
        ],
      • "reviewResponseConversationEnabled": true,
      • "routableCoordinate": {
        • "latitude": -90,
        • "longitude": -180
        },
      • "timezone": "string",
      • "tollFreePhone": "string",
      • "ttyPhone": "string",
      • "walkableCoordinate": {
        • "latitude": -90,
        • "longitude": -180
        },
      • "websiteUrl": {}
      }
    }
}

Response samples

Content type
application/json
{
  • "meta": {
    • "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
    },
  • "response": {
    • "id": "string"
    }
}

Suggestions: List

Retrieve a list of Suggestions within an account

NOTE:

  • App must have either Create Suggestions: Read permission or Manage Suggestions: Read permission to utilize endpoint.
  • If App only has Create Suggestions: Read permission, only Suggestions created by the App in question will be returned.
  • Suggestions on ECLs are not supported.
  • Suggestions to the Categories field are only returned if they are for the Base Category List for your account. This means Suggestions on Category Overrides are not supported in the API today. Unless the Base Category List for your account is specifically set to a different list, the base list used is Yext's; in this default scenario, Publisher Suggestions to Categories will not be available via API, since these suggestions are made on the specific Publisher's Category List.
path Parameters
accountId
required
string
query Parameters
v
required
string

A date in YYYYMMDD format.

format
string >= 0 characters
Default: "markdown"

The formatting language used to parse rich text field values. Present if and only if the field is of type “Rich Text."

Valid values:

  • markdown
  • html
  • none
entityIds
string >= 0 characters

Comma-separated list of entity IDs to pull suggestions for. Defaults to all entities in the account if unspecified.

entityUids
string >= 0 characters

Comma-separated list of entity UIDs (formerly known as Yext IDs) to pull suggestions for. Defaults to all entities in the account if unspecified.

statuses
string >= 0 characters

Comma-separated list of statuses of suggestions to pull. Defaults to all, but can be any of APPROVED, REJECTED, PENDING, CANCELED.

limit
number multiple of 1 <= 50
Default: "10"

Number of results to return. Default to 10, can go up to 50.

pageToken
string >= 0 characters

If a response to a previous request contained the nextPageToken field, pass that field's value as the pageToken parameter to retrieve the next page of data.

sortBy
string >= 0 characters

Field and sort direction to order results by. The ordering should be a list with one element in the format of {"field_name": "sort_direction"}, where sort_direction is either "ascending" or "descending".

This param value needs to be URL encoded.

The following fields are supported for sorting:

  • uid
  • lastUpdatedDate

Responses

Response samples

Content type
application/json
{
  • "meta": {
    • "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
    },
  • "response": {
    • "count": 0,
    • "suggestions": [
      • {
        • "uid": "string",
        • "accountId": "string",
        • "createdDate": "string",
        • "lastUpdatedDate": "string",
        • "resolvedDate": "string",
        • "source": {
          • "userId": "string",
          • "appId": "string",
          • "publisherId": "string",
          • "yextSource": "string"
          },
        • "entityFieldSuggestion": {
          • "entity": {
            • "id": "string",
            • "uid": "string",
            • "type": "string",
            • "language": "string",
            • "folderId": "string",
            • "labels": [
              • "string"
              ]
            },
          • "existingContent": {
            • "meta": {
              • "accountId": "string",
              • "countryCode": "string",
              • "createdTimestamp": "string",
              • "entityType": "string",
              • "folderId": "string",
              • "id": "string",
              • "labels": [
                • "string"
                ],
              • "language": "string",
              • "timestamp": "string",
              • "uid": "string"
              },
            • "name": "string",
            • "address": {
              • "city": "string",
              • "countryCode": "string",
              • "extraDescription": "string",
              • "line1": "string",
              • "line2": "string",
              • "postalCode": "string",
              • "region": "string",
              • "sublocality": "string"
              },
            • "acceptingNewPatients": true,
            • "acceptsReservations": true,
            • "accessHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "additionalHoursText": "string",
            • "additionalPromotingLocations": [
              • "string"
              ],
            • "addressHidden": true,
            • "admittingHospitals": [
              • "string"
              ],
            • "adultPool": "YES",
            • "ageRange": {
              • "maxValue": 0,
              • "minValue": 0
              },
            • "airportShuttle": "AIRPORT_SHUTTLE_AVAILABLE",
            • "airportTransfer": "YES",
            • "allInclusive": "ALL_INCLUSIVE_RATES_AVAILABLE",
            • "alternateNames": [
              • "string"
              ],
            • "alternatePhone": "string",
            • "alternateWebsites": [],
            • "androidAppUrl": "string",
            • "answer": "string",
            • "appleActionLinks": [],
            • "appleBusinessDescription": "string",
            • "appleBusinessId": "string",
            • "appleCompanyId": "string",
            • "appleCoverPhoto": {},
            • "appleDisplayName": "string",
            • "applicationUrl": "http://example.com",
            • "associations": [
              • "string"
              ],
            • "attendance": {},
            • "attire": "UNSPECIFIED",
            • "babysittingOffered": "YES",
            • "baggageStorage": "YES",
            • "bar": "YES",
            • "beachAccess": "YES",
            • "beachFrontProperty": "YES",
            • "bicycles": "BICYCLE_RENTALS",
            • "bios": {
              • "ids": [
                • "string"
                ],
              • "label": "string"
              },
            • "boutiqueStores": "YES",
            • "brands": [
              • "string"
              ],
            • "breakfast": "BREAKFAST_AVAILABLE",
            • "brunchHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "businessCenter": "YES",
            • "calendars": {
              • "ids": [
                • "string"
                ],
              • "label": "string"
              },
            • "carRental": "YES",
            • "casino": "YES",
            • "categories": { },
            • "categoryIds": [
              • "string"
              ],
            • "catsAllowed": "YES",
            • "certifications": [
              • "string"
              ],
            • "checkInTime": "14:15:22Z",
            • "checkOutTime": "14:15:22Z",
            • "classificationRating": "string",
            • "closed": true,
            • "concierge": "YES",
            • "conditionsTreated": [
              • "string"
              ],
            • "convenienceStore": "YES",
            • "covidMessaging": "string",
            • "covidTestAppointmentUrl": "http://example.com",
            • "covidTestingAppointmentRequired": true,
            • "covidTestingDriveThroughSite": true,
            • "covidTestingIsFree": true,
            • "covidTestingPatientRestrictions": true,
            • "covidTestingReferralRequired": true,
            • "covidTestingSiteInstructions": "string",
            • "covidVaccineAppointmentRequired": true,
            • "covidVaccineDriveThroughSite": true,
            • "covidVaccineInformationUrl": "http://example.com",
            • "covidVaccinePatientRestrictions": true,
            • "covidVaccineReferralRequired": true,
            • "covidVaccineSiteInstructions": "string",
            • "covidVaccinesOffered": [
              • "PFIZER"
              ],
            • "currencyExchange": "YES",
            • "customKeywords": [
              • "string"
              ],
            • "datePosted": "2019-08-24",
            • "degrees": [
              • "ANP"
              ],
            • "deliveryHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "description": "stringstri",
            • "displayCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "doctorOnCall": "YES",
            • "dogsAllowed": "YES",
            • "driveThroughHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "dropoffCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "educationList": [
              • {
                • "institutionName": "string",
                • "type": "FELLOWSHIP",
                • "yearCompleted": 1900
                }
              ],
            • "electricChargingStation": "YES",
            • "elevator": "YES",
            • "ellipticalMachine": "YES",
            • "emails": [
              • "user@example.com"
              ],
            • "employmentType": "FULL_TIME",
            • "eventStatus": "SCHEDULED",
            • "facebookAbout": "string",
            • "facebookCallToAction": {
              • "type": "NONE",
              • "value": "string"
              },
            • "facebookCoverPhoto": {},
            • "facebookDescriptor": "string",
            • "facebookName": "string",
            • "facebookOverrideCity": "string",
            • "facebookPageUrl": "string",
            • "facebookParentPageId": "string",
            • "facebookProfilePhoto": {},
            • "facebookStoreId": "string",
            • "facebookVanityUrl": "string",
            • "facebookWebsiteOverride": "http://example.com",
            • "fax": "string",
            • "featuredMessage": {},
            • "firstName": "string",
            • "firstPartyReviewPage": "string",
            • "fitnessCenter": "FITNESS_CENTER_AVAILABLE",
            • "floorCount": 0,
            • "freeWeights": "YES",
            • "frequentlyAskedQuestions": [
              • {
                • "answer": "string",
                • "question": "string"
                }
              ],
            • "frontDesk": "FRONT_DESK_AVAILABLE",
            • "fullyVaccinatedStaff": true,
            • "gameRoom": "YES",
            • "gender": "UNSPECIFIED",
            • "geomodifier": "string",
            • "giftShop": "YES",
            • "golf": "YES",
            • "googleAttributes": { },
            • "googleCoverPhoto": {},
            • "googleMessaging": {},
            • "googleMyBusinessLabels": [
              • "string"
              ],
            • "googlePlaceId": "string",
            • "googleProfilePhoto": {},
            • "googleWebsiteOverride": "http://example.com",
            • "happyHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "headshot": {},
            • "hiringOrganization": "string",
            • "holidayHoursConversationEnabled": true,
            • "horsebackRiding": "YES",
            • "hotTub": "YES",
            • "hours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "housekeeping": "HOUSEKEEPING_AVAILABLE",
            • "impressum": "string",
            • "indoorPoolCount": 0,
            • "instagramHandle": "string",
            • "insuranceAccepted": [
              • "string"
              ],
            • "iosAppUrl": "string",
            • "isClusterPrimary": true,
            • "isFreeEvent": true,
            • "isoRegionCode": "string",
            • "keywords": [
              • "string"
              ],
            • "kidFriendly": "YES",
            • "kidsClub": "YES",
            • "kidsStayFree": "YES",
            • "kitchenHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "labels": [
              • "string"
              ],
            • "landingPageUrl": "http://example.com",
            • "languages": [
              • "string"
              ],
            • "lastName": "string",
            • "laundry": "FULL_SERVICE",
            • "lazyRiver": "YES",
            • "lifeguard": "YES",
            • "linkedInUrl": "http://example.com",
            • "linkedLocation": "string",
            • "localPhone": "string",
            • "localShuttle": "YES",
            • "locatedIn": "string",
            • "location": {
              • "existingLocation": "string",
              • "externalLocation": "string"
              },
            • "locationType": "LOCATION",
            • "logo": {},
            • "mainPhone": "string",
            • "massage": "YES",
            • "maxAgeOfKidsStayFree": 0,
            • "maxNumberOfKidsStayFree": 0,
            • "mealsServed": [
              • "BREAKFAST"
              ],
            • "meetingRoomCount": 0,
            • "menuUrl": {},
            • "menus": {
              • "ids": [
                • "string"
                ],
              • "label": "string"
              },
            • "middleName": "string",
            • "mobilePhone": "string",
            • "mobilityAccessible": "YES",
            • "nightclub": "YES",
            • "npi": "string",
            • "nudgeEnabled": true,
            • "officeName": "string",
            • "onlineServiceHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "openDate": "2019-08-24",
            • "operatingCountries": [
              • "AD"
              ],
            • "orderUrl": {},
            • "organizerEmail": "user@example.com",
            • "organizerName": "string",
            • "organizerPhone": "string",
            • "outdoorPoolCount": 0,
            • "parking": "PARKING_AVAILABLE",
            • "paymentOptions": [
              • "AFTERPAY"
              ],
            • "performers": [
              • "string"
              ],
            • "petsAllowed": "PETS_WELCOME",
            • "photoGallery": [],
            • "pickupCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "pickupHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "pinterestUrl": "http://example.com",
            • "priceRange": "UNSPECIFIED",
            • "primaryConversationContact": "string",
            • "privateBeach": "YES",
            • "privateCarService": "PRIVATE_CAR_SERVICE",
            • "productLists": {
              • "ids": [
                • "string"
                ],
              • "label": "string"
              },
            • "products": [
              • "string"
              ],
            • "questionsAndAnswers": true,
            • "rankTrackingCompetitors": [],
            • "rankTrackingEnabled": true,
            • "rankTrackingFrequency": "WEEKLY",
            • "rankTrackingQueryTemplates": [
              • "KEYWORD"
              ],
            • "rankTrackingSites": [
              • "GOOGLE_DESKTOP"
              ],
            • "reservationUrl": {},
            • "restaurantCount": 0,
            • "reviewGenerationUrl": "string",
            • "reviewResponseConversationEnabled": true,
            • "roomCount": 0,
            • "roomService": "ROOM_SERVICE_AVAILABLE",
            • "routableCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "salon": "YES",
            • "sauna": "YES",
            • "scuba": "YES",
            • "selfParking": "SELF_PARKING_AVAILABLE",
            • "seniorHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "serviceArea": {
              • "places": [
                • "string"
                ]
              },
            • "serviceAreaPlaces": [
              • {
                • "name": "string",
                • "googlePlaceId": "string",
                • "type": "POSTAL_CODE"
                }
              ],
            • "services": [
              • "string"
              ],
            • "smokeFreeProperty": "YES",
            • "snorkeling": "YES",
            • "socialHour": "YES",
            • "spa": "YES",
            • "specialities": [
              • "string"
              ],
            • "tableService": "YES",
            • "takeoutHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "tennis": "YES",
            • "thermalPool": "YES",
            • "ticketAvailability": "IN_STOCK",
            • "ticketPriceRange": {
              • "currencyCode": "string",
              • "maxValue": "string",
              • "minValue": "string"
              },
            • "ticketSaleDateTime": "2019-08-24T14:15:22Z",
            • "ticketUrl": "http://example.com",
            • "tikTokUrl": "http://example.com",
            • "time": {
              • "end": "2019-08-24T14:15:22Z",
              • "start": "2019-08-24T14:15:22Z"
              },
            • "timeZoneUtcOffset": "string",
            • "timezone": "string",
            • "tollFreePhone": "string",
            • "treadmill": "YES",
            • "ttyPhone": "string",
            • "turndownService": "YES",
            • "twitterHandle": "string",
            • "uberLink": {
              • "presentation": "BUTTON",
              • "text": "string"
              },
            • "uberTripBranding": {},
            • "valetParking": "VALET_PARKING_AVAILABLE",
            • "validThrough": "2019-08-24T14:15:22Z",
            • "vendingMachine": "YES",
            • "venueName": "string",
            • "videos": [],
            • "views": [
              • "BEACH"
              ],
            • "wadingPool": "YES",
            • "wakeUpCalls": "YES",
            • "walkableCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "waterPark": "YES",
            • "waterSkiing": "YES",
            • "watercraft": "WATERCRAFT_RENTALS",
            • "waterslide": "YES",
            • "wavePool": "YES",
            • "websiteUrl": {},
            • "weightMachine": "YES",
            • "wheelchairAccessible": "YES",
            • "wifiAvailable": "WIFI_AVAILABLE",
            • "workRemote": true,
            • "yearEstablished": 1000,
            • "yearLastRenovated": 1000,
            • "yextDisplayCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "yextDropoffCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "yextPickupCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "yextRoutableCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "yextWalkableCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "youTubeChannelUrl": "http://example.com"
            },
          • "suggestedContent": {
            • "meta": {
              • "accountId": "string",
              • "countryCode": "string",
              • "createdTimestamp": "string",
              • "entityType": "string",
              • "folderId": "string",
              • "id": "string",
              • "labels": [
                • "string"
                ],
              • "language": "string",
              • "timestamp": "string",
              • "uid": "string"
              },
            • "name": "string",
            • "address": {
              • "city": "string",
              • "countryCode": "string",
              • "extraDescription": "string",
              • "line1": "string",
              • "line2": "string",
              • "postalCode": "string",
              • "region": "string",
              • "sublocality": "string"
              },
            • "acceptingNewPatients": true,
            • "acceptsReservations": true,
            • "accessHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "additionalHoursText": "string",
            • "additionalPromotingLocations": [
              • "string"
              ],
            • "addressHidden": true,
            • "admittingHospitals": [
              • "string"
              ],
            • "adultPool": "YES",
            • "ageRange": {
              • "maxValue": 0,
              • "minValue": 0
              },
            • "airportShuttle": "AIRPORT_SHUTTLE_AVAILABLE",
            • "airportTransfer": "YES",
            • "allInclusive": "ALL_INCLUSIVE_RATES_AVAILABLE",
            • "alternateNames": [
              • "string"
              ],
            • "alternatePhone": "string",
            • "alternateWebsites": [],
            • "androidAppUrl": "string",
            • "answer": "string",
            • "appleActionLinks": [],
            • "appleBusinessDescription": "string",
            • "appleBusinessId": "string",
            • "appleCompanyId": "string",
            • "appleCoverPhoto": {},
            • "appleDisplayName": "string",
            • "applicationUrl": "http://example.com",
            • "associations": [
              • "string"
              ],
            • "attendance": {},
            • "attire": "UNSPECIFIED",
            • "babysittingOffered": "YES",
            • "baggageStorage": "YES",
            • "bar": "YES",
            • "beachAccess": "YES",
            • "beachFrontProperty": "YES",
            • "bicycles": "BICYCLE_RENTALS",
            • "bios": {
              • "ids": [
                • "string"
                ],
              • "label": "string"
              },
            • "boutiqueStores": "YES",
            • "brands": [
              • "string"
              ],
            • "breakfast": "BREAKFAST_AVAILABLE",
            • "brunchHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "businessCenter": "YES",
            • "calendars": {
              • "ids": [
                • "string"
                ],
              • "label": "string"
              },
            • "carRental": "YES",
            • "casino": "YES",
            • "categories": { },
            • "categoryIds": [
              • "string"
              ],
            • "catsAllowed": "YES",
            • "certifications": [
              • "string"
              ],
            • "checkInTime": "14:15:22Z",
            • "checkOutTime": "14:15:22Z",
            • "classificationRating": "string",
            • "closed": true,
            • "concierge": "YES",
            • "conditionsTreated": [
              • "string"
              ],
            • "convenienceStore": "YES",
            • "covidMessaging": "string",
            • "covidTestAppointmentUrl": "http://example.com",
            • "covidTestingAppointmentRequired": true,
            • "covidTestingDriveThroughSite": true,
            • "covidTestingIsFree": true,
            • "covidTestingPatientRestrictions": true,
            • "covidTestingReferralRequired": true,
            • "covidTestingSiteInstructions": "string",
            • "covidVaccineAppointmentRequired": true,
            • "covidVaccineDriveThroughSite": true,
            • "covidVaccineInformationUrl": "http://example.com",
            • "covidVaccinePatientRestrictions": true,
            • "covidVaccineReferralRequired": true,
            • "covidVaccineSiteInstructions": "string",
            • "covidVaccinesOffered": [
              • "PFIZER"
              ],
            • "currencyExchange": "YES",
            • "customKeywords": [
              • "string"
              ],
            • "datePosted": "2019-08-24",
            • "degrees": [
              • "ANP"
              ],
            • "deliveryHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "description": "stringstri",
            • "displayCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "doctorOnCall": "YES",
            • "dogsAllowed": "YES",
            • "driveThroughHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "dropoffCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "educationList": [
              • {
                • "institutionName": "string",
                • "type": "FELLOWSHIP",
                • "yearCompleted": 1900
                }
              ],
            • "electricChargingStation": "YES",
            • "elevator": "YES",
            • "ellipticalMachine": "YES",
            • "emails": [
              • "user@example.com"
              ],
            • "employmentType": "FULL_TIME",
            • "eventStatus": "SCHEDULED",
            • "facebookAbout": "string",
            • "facebookCallToAction": {
              • "type": "NONE",
              • "value": "string"
              },
            • "facebookCoverPhoto": {},
            • "facebookDescriptor": "string",
            • "facebookName": "string",
            • "facebookOverrideCity": "string",
            • "facebookPageUrl": "string",
            • "facebookParentPageId": "string",
            • "facebookProfilePhoto": {},
            • "facebookStoreId": "string",
            • "facebookVanityUrl": "string",
            • "facebookWebsiteOverride": "http://example.com",
            • "fax": "string",
            • "featuredMessage": {},
            • "firstName": "string",
            • "firstPartyReviewPage": "string",
            • "fitnessCenter": "FITNESS_CENTER_AVAILABLE",
            • "floorCount": 0,
            • "freeWeights": "YES",
            • "frequentlyAskedQuestions": [
              • {
                • "answer": "string",
                • "question": "string"
                }
              ],
            • "frontDesk": "FRONT_DESK_AVAILABLE",
            • "fullyVaccinatedStaff": true,
            • "gameRoom": "YES",
            • "gender": "UNSPECIFIED",
            • "geomodifier": "string",
            • "giftShop": "YES",
            • "golf": "YES",
            • "googleAttributes": { },
            • "googleCoverPhoto": {},
            • "googleMessaging": {},
            • "googleMyBusinessLabels": [
              • "string"
              ],
            • "googlePlaceId": "string",
            • "googleProfilePhoto": {},
            • "googleWebsiteOverride": "http://example.com",
            • "happyHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "headshot": {},
            • "hiringOrganization": "string",
            • "holidayHoursConversationEnabled": true,
            • "horsebackRiding": "YES",
            • "hotTub": "YES",
            • "hours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "housekeeping": "HOUSEKEEPING_AVAILABLE",
            • "impressum": "string",
            • "indoorPoolCount": 0,
            • "instagramHandle": "string",
            • "insuranceAccepted": [
              • "string"
              ],
            • "iosAppUrl": "string",
            • "isClusterPrimary": true,
            • "isFreeEvent": true,
            • "isoRegionCode": "string",
            • "keywords": [
              • "string"
              ],
            • "kidFriendly": "YES",
            • "kidsClub": "YES",
            • "kidsStayFree": "YES",
            • "kitchenHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "labels": [
              • "string"
              ],
            • "landingPageUrl": "http://example.com",
            • "languages": [
              • "string"
              ],
            • "lastName": "string",
            • "laundry": "FULL_SERVICE",
            • "lazyRiver": "YES",
            • "lifeguard": "YES",
            • "linkedInUrl": "http://example.com",
            • "linkedLocation": "string",
            • "localPhone": "string",
            • "localShuttle": "YES",
            • "locatedIn": "string",
            • "location": {
              • "existingLocation": "string",
              • "externalLocation": "string"
              },
            • "locationType": "LOCATION",
            • "logo": {},
            • "mainPhone": "string",
            • "massage": "YES",
            • "maxAgeOfKidsStayFree": 0,
            • "maxNumberOfKidsStayFree": 0,
            • "mealsServed": [
              • "BREAKFAST"
              ],
            • "meetingRoomCount": 0,
            • "menuUrl": {},
            • "menus": {
              • "ids": [
                • "string"
                ],
              • "label": "string"
              },
            • "middleName": "string",
            • "mobilePhone": "string",
            • "mobilityAccessible": "YES",
            • "nightclub": "YES",
            • "npi": "string",
            • "nudgeEnabled": true,
            • "officeName": "string",
            • "onlineServiceHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "openDate": "2019-08-24",
            • "operatingCountries": [
              • "AD"
              ],
            • "orderUrl": {},
            • "organizerEmail": "user@example.com",
            • "organizerName": "string",
            • "organizerPhone": "string",
            • "outdoorPoolCount": 0,
            • "parking": "PARKING_AVAILABLE",
            • "paymentOptions": [
              • "AFTERPAY"
              ],
            • "performers": [
              • "string"
              ],
            • "petsAllowed": "PETS_WELCOME",
            • "photoGallery": [],
            • "pickupCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "pickupHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "pinterestUrl": "http://example.com",
            • "priceRange": "UNSPECIFIED",
            • "primaryConversationContact": "string",
            • "privateBeach": "YES",
            • "privateCarService": "PRIVATE_CAR_SERVICE",
            • "productLists": {
              • "ids": [
                • "string"
                ],
              • "label": "string"
              },
            • "products": [
              • "string"
              ],
            • "questionsAndAnswers": true,
            • "rankTrackingCompetitors": [],
            • "rankTrackingEnabled": true,
            • "rankTrackingFrequency": "WEEKLY",
            • "rankTrackingQueryTemplates": [
              • "KEYWORD"
              ],
            • "rankTrackingSites": [
              • "GOOGLE_DESKTOP"
              ],
            • "reservationUrl": {},
            • "restaurantCount": 0,
            • "reviewGenerationUrl": "string",
            • "reviewResponseConversationEnabled": true,
            • "roomCount": 0,
            • "roomService": "ROOM_SERVICE_AVAILABLE",
            • "routableCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "salon": "YES",
            • "sauna": "YES",
            • "scuba": "YES",
            • "selfParking": "SELF_PARKING_AVAILABLE",
            • "seniorHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "serviceArea": {
              • "places": [
                • "string"
                ]
              },
            • "serviceAreaPlaces": [
              • {
                • "name": "string",
                • "googlePlaceId": "string",
                • "type": "POSTAL_CODE"
                }
              ],
            • "services": [
              • "string"
              ],
            • "smokeFreeProperty": "YES",
            • "snorkeling": "YES",
            • "socialHour": "YES",
            • "spa": "YES",
            • "specialities": [
              • "string"
              ],
            • "tableService": "YES",
            • "takeoutHours": {
              • "friday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "holidayHours": [
                • {
                  • "date": "2019-08-24",
                  • "isClosed": true,
                  • "isRegularHours": true,
                  • "openIntervals": [
                    • { }
                    ]
                  }
                ],
              • "monday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "reopenDate": "2019-08-24",
              • "saturday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "sunday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "thursday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "tuesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                },
              • "wednesday": {
                • "isClosed": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              },
            • "tennis": "YES",
            • "thermalPool": "YES",
            • "ticketAvailability": "IN_STOCK",
            • "ticketPriceRange": {
              • "currencyCode": "string",
              • "maxValue": "string",
              • "minValue": "string"
              },
            • "ticketSaleDateTime": "2019-08-24T14:15:22Z",
            • "ticketUrl": "http://example.com",
            • "tikTokUrl": "http://example.com",
            • "time": {
              • "end": "2019-08-24T14:15:22Z",
              • "start": "2019-08-24T14:15:22Z"
              },
            • "timeZoneUtcOffset": "string",
            • "timezone": "string",
            • "tollFreePhone": "string",
            • "treadmill": "YES",
            • "ttyPhone": "string",
            • "turndownService": "YES",
            • "twitterHandle": "string",
            • "uberLink": {
              • "presentation": "BUTTON",
              • "text": "string"
              },
            • "uberTripBranding": {},
            • "valetParking": "VALET_PARKING_AVAILABLE",
            • "validThrough": "2019-08-24T14:15:22Z",
            • "vendingMachine": "YES",
            • "venueName": "string",
            • "videos": [],
            • "views": [
              • "BEACH"
              ],
            • "wadingPool": "YES",
            • "wakeUpCalls": "YES",
            • "walkableCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "waterPark": "YES",
            • "waterSkiing": "YES",
            • "watercraft": "WATERCRAFT_RENTALS",
            • "waterslide": "YES",
            • "wavePool": "YES",
            • "websiteUrl": {},
            • "weightMachine": "YES",
            • "wheelchairAccessible": "YES",
            • "wifiAvailable": "WIFI_AVAILABLE",
            • "workRemote": true,
            • "yearEstablished": 1000,
            • "yearLastRenovated": 1000,
            • "yextDisplayCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "yextDropoffCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "yextPickupCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "yextRoutableCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "yextWalkableCoordinate": {
              • "latitude": -90,
              • "longitude": -180
              },
            • "youTubeChannelUrl": "http://example.com"
            }
          },
        • "status": "string",
        • "locked": true,
        • "assignee": {
          • "userId": "string",
          • "userGroupId": "string"
          },
        • "comments": [
          • {
            • "commenter": {
              • "userId": "string",
              • "appId": "string",
              • "yextSource": "string"
              },
            • "text": "string",
            • "createdDate": "string",
            • "attachments": [
              • {
                • "name": "string",
                • "downloadUrl": "string"
                }
              ]
            }
          ],
        • "approver": {
          • "userId": "string",
          • "appId": "string"
          }
        }
      ],
    • "nextPageToken": "string"
    }
}

Suggestion: Cancel

Cancel a suggestion which was submitted by the App.

NOTE:

  • App must have Create Suggestions: Read/Write permission to utilize endpoint.
  • Suggestions can only be canceled by the submitter.
path Parameters
accountId
required
string
suggestionUid
required
string

The Yext-generated unique identifier for the Suggestion.

query Parameters
v
required
string

A date in YYYYMMDD format.

Responses

Response samples

Content type
application/json
{
  • "meta": {
    • "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
    },
  • "response": {
    • "id": "string"
    }
}

Suggestion: Get

Retrieve information for a Suggestion with a given ID

NOTE:

  • App must have either Create Suggestions: Read permission or Manage Suggestions: Read permission to utilize endpoint.
  • If App only has Create Suggestions: Read permission, only Suggestions created by the App in question will be returned.
  • Suggestions on ECLs are not supported.
  • Suggestions to the Categories field are only returned if they are for the Base Category List for your account. This means Suggestions on Category Overrides are not supported in the API today. Unless the Base Category List for your account is specifically set to a different list, the base list used is Yext's; in this default scenario, Publisher Suggestions to Categories will not be available via API, since these suggestions are made on the specific Publisher's Category List.
path Parameters
accountId
required
string
suggestionUid
required
string

The Yext-generated unique identifier for the Suggestion.

query Parameters
v
required
string

A date in YYYYMMDD format.

format
string >= 0 characters
Default: "markdown"

The formatting language used to parse rich text field values. Present if and only if the field is of type “Rich Text."

Valid values:

  • markdown
  • html
  • none

Responses

Response samples

Content type
application/json
{
  • "meta": {
    • "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
    },
  • "response": {
    • "suggestion": {
      • "uid": "string",
      • "accountId": "string",
      • "createdDate": "string",
      • "lastUpdatedDate": "string",
      • "resolvedDate": "string",
      • "source": {
        • "userId": "string",
        • "appId": "string",
        • "publisherId": "string",
        • "yextSource": "string"
        },
      • "entityFieldSuggestion": {
        • "entity": {
          • "id": "string",
          • "uid": "string",
          • "type": "string",
          • "language": "string",
          • "folderId": "string",
          • "labels": [
            • "string"
            ]
          },
        • "existingContent": {
          • "meta": {
            • "accountId": "string",
            • "countryCode": "string",
            • "createdTimestamp": "string",
            • "entityType": "string",
            • "folderId": "string",
            • "id": "string",
            • "labels": [
              • "string"
              ],
            • "language": "string",
            • "timestamp": "string",
            • "uid": "string"
            },
          • "name": "string",
          • "address": {
            • "city": "string",
            • "countryCode": "string",
            • "extraDescription": "string",
            • "line1": "string",
            • "line2": "string",
            • "postalCode": "string",
            • "region": "string",
            • "sublocality": "string"
            },
          • "acceptingNewPatients": true,
          • "acceptsReservations": true,
          • "accessHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "additionalHoursText": "string",
          • "additionalPromotingLocations": [
            • "string"
            ],
          • "addressHidden": true,
          • "admittingHospitals": [
            • "string"
            ],
          • "adultPool": "YES",
          • "ageRange": {
            • "maxValue": 0,
            • "minValue": 0
            },
          • "airportShuttle": "AIRPORT_SHUTTLE_AVAILABLE",
          • "airportTransfer": "YES",
          • "allInclusive": "ALL_INCLUSIVE_RATES_AVAILABLE",
          • "alternateNames": [
            • "string"
            ],
          • "alternatePhone": "string",
          • "alternateWebsites": [],
          • "androidAppUrl": "string",
          • "answer": "string",
          • "appleActionLinks": [],
          • "appleBusinessDescription": "string",
          • "appleBusinessId": "string",
          • "appleCompanyId": "string",
          • "appleCoverPhoto": {},
          • "appleDisplayName": "string",
          • "applicationUrl": "http://example.com",
          • "associations": [
            • "string"
            ],
          • "attendance": {},
          • "attire": "UNSPECIFIED",
          • "babysittingOffered": "YES",
          • "baggageStorage": "YES",
          • "bar": "YES",
          • "beachAccess": "YES",
          • "beachFrontProperty": "YES",
          • "bicycles": "BICYCLE_RENTALS",
          • "bios": {
            • "ids": [
              • "string"
              ],
            • "label": "string"
            },
          • "boutiqueStores": "YES",
          • "brands": [
            • "string"
            ],
          • "breakfast": "BREAKFAST_AVAILABLE",
          • "brunchHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "businessCenter": "YES",
          • "calendars": {
            • "ids": [
              • "string"
              ],
            • "label": "string"
            },
          • "carRental": "YES",
          • "casino": "YES",
          • "categories": { },
          • "categoryIds": [
            • "string"
            ],
          • "catsAllowed": "YES",
          • "certifications": [
            • "string"
            ],
          • "checkInTime": "14:15:22Z",
          • "checkOutTime": "14:15:22Z",
          • "classificationRating": "string",
          • "closed": true,
          • "concierge": "YES",
          • "conditionsTreated": [
            • "string"
            ],
          • "convenienceStore": "YES",
          • "covidMessaging": "string",
          • "covidTestAppointmentUrl": "http://example.com",
          • "covidTestingAppointmentRequired": true,
          • "covidTestingDriveThroughSite": true,
          • "covidTestingIsFree": true,
          • "covidTestingPatientRestrictions": true,
          • "covidTestingReferralRequired": true,
          • "covidTestingSiteInstructions": "string",
          • "covidVaccineAppointmentRequired": true,
          • "covidVaccineDriveThroughSite": true,
          • "covidVaccineInformationUrl": "http://example.com",
          • "covidVaccinePatientRestrictions": true,
          • "covidVaccineReferralRequired": true,
          • "covidVaccineSiteInstructions": "string",
          • "covidVaccinesOffered": [
            • "PFIZER"
            ],
          • "currencyExchange": "YES",
          • "customKeywords": [
            • "string"
            ],
          • "datePosted": "2019-08-24",
          • "degrees": [
            • "ANP"
            ],
          • "deliveryHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "description": "stringstri",
          • "displayCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "doctorOnCall": "YES",
          • "dogsAllowed": "YES",
          • "driveThroughHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "dropoffCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "educationList": [
            • {
              • "institutionName": "string",
              • "type": "FELLOWSHIP",
              • "yearCompleted": 1900
              }
            ],
          • "electricChargingStation": "YES",
          • "elevator": "YES",
          • "ellipticalMachine": "YES",
          • "emails": [
            • "user@example.com"
            ],
          • "employmentType": "FULL_TIME",
          • "eventStatus": "SCHEDULED",
          • "facebookAbout": "string",
          • "facebookCallToAction": {
            • "type": "NONE",
            • "value": "string"
            },
          • "facebookCoverPhoto": {},
          • "facebookDescriptor": "string",
          • "facebookName": "string",
          • "facebookOverrideCity": "string",
          • "facebookPageUrl": "string",
          • "facebookParentPageId": "string",
          • "facebookProfilePhoto": {},
          • "facebookStoreId": "string",
          • "facebookVanityUrl": "string",
          • "facebookWebsiteOverride": "http://example.com",
          • "fax": "string",
          • "featuredMessage": {},
          • "firstName": "string",
          • "firstPartyReviewPage": "string",
          • "fitnessCenter": "FITNESS_CENTER_AVAILABLE",
          • "floorCount": 0,
          • "freeWeights": "YES",
          • "frequentlyAskedQuestions": [
            • {
              • "answer": "string",
              • "question": "string"
              }
            ],
          • "frontDesk": "FRONT_DESK_AVAILABLE",
          • "fullyVaccinatedStaff": true,
          • "gameRoom": "YES",
          • "gender": "UNSPECIFIED",
          • "geomodifier": "string",
          • "giftShop": "YES",
          • "golf": "YES",
          • "googleAttributes": { },
          • "googleCoverPhoto": {},
          • "googleMessaging": {},
          • "googleMyBusinessLabels": [
            • "string"
            ],
          • "googlePlaceId": "string",
          • "googleProfilePhoto": {},
          • "googleWebsiteOverride": "http://example.com",
          • "happyHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "headshot": {},
          • "hiringOrganization": "string",
          • "holidayHoursConversationEnabled": true,
          • "horsebackRiding": "YES",
          • "hotTub": "YES",
          • "hours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "housekeeping": "HOUSEKEEPING_AVAILABLE",
          • "impressum": "string",
          • "indoorPoolCount": 0,
          • "instagramHandle": "string",
          • "insuranceAccepted": [
            • "string"
            ],
          • "iosAppUrl": "string",
          • "isClusterPrimary": true,
          • "isFreeEvent": true,
          • "isoRegionCode": "string",
          • "keywords": [
            • "string"
            ],
          • "kidFriendly": "YES",
          • "kidsClub": "YES",
          • "kidsStayFree": "YES",
          • "kitchenHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "labels": [
            • "string"
            ],
          • "landingPageUrl": "http://example.com",
          • "languages": [
            • "string"
            ],
          • "lastName": "string",
          • "laundry": "FULL_SERVICE",
          • "lazyRiver": "YES",
          • "lifeguard": "YES",
          • "linkedInUrl": "http://example.com",
          • "linkedLocation": "string",
          • "localPhone": "string",
          • "localShuttle": "YES",
          • "locatedIn": "string",
          • "location": {
            • "existingLocation": "string",
            • "externalLocation": "string"
            },
          • "locationType": "LOCATION",
          • "logo": {},
          • "mainPhone": "string",
          • "massage": "YES",
          • "maxAgeOfKidsStayFree": 0,
          • "maxNumberOfKidsStayFree": 0,
          • "mealsServed": [
            • "BREAKFAST"
            ],
          • "meetingRoomCount": 0,
          • "menuUrl": {},
          • "menus": {
            • "ids": [
              • "string"
              ],
            • "label": "string"
            },
          • "middleName": "string",
          • "mobilePhone": "string",
          • "mobilityAccessible": "YES",
          • "nightclub": "YES",
          • "npi": "string",
          • "nudgeEnabled": true,
          • "officeName": "string",
          • "onlineServiceHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "openDate": "2019-08-24",
          • "operatingCountries": [
            • "AD"
            ],
          • "orderUrl": {},
          • "organizerEmail": "user@example.com",
          • "organizerName": "string",
          • "organizerPhone": "string",
          • "outdoorPoolCount": 0,
          • "parking": "PARKING_AVAILABLE",
          • "paymentOptions": [
            • "AFTERPAY"
            ],
          • "performers": [
            • "string"
            ],
          • "petsAllowed": "PETS_WELCOME",
          • "photoGallery": [],
          • "pickupCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "pickupHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "pinterestUrl": "http://example.com",
          • "priceRange": "UNSPECIFIED",
          • "primaryConversationContact": "string",
          • "privateBeach": "YES",
          • "privateCarService": "PRIVATE_CAR_SERVICE",
          • "productLists": {
            • "ids": [
              • "string"
              ],
            • "label": "string"
            },
          • "products": [
            • "string"
            ],
          • "questionsAndAnswers": true,
          • "rankTrackingCompetitors": [],
          • "rankTrackingEnabled": true,
          • "rankTrackingFrequency": "WEEKLY",
          • "rankTrackingQueryTemplates": [
            • "KEYWORD"
            ],
          • "rankTrackingSites": [
            • "GOOGLE_DESKTOP"
            ],
          • "reservationUrl": {},
          • "restaurantCount": 0,
          • "reviewGenerationUrl": "string",
          • "reviewResponseConversationEnabled": true,
          • "roomCount": 0,
          • "roomService": "ROOM_SERVICE_AVAILABLE",
          • "routableCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "salon": "YES",
          • "sauna": "YES",
          • "scuba": "YES",
          • "selfParking": "SELF_PARKING_AVAILABLE",
          • "seniorHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "serviceArea": {
            • "places": [
              • "string"
              ]
            },
          • "serviceAreaPlaces": [
            • {
              • "name": "string",
              • "googlePlaceId": "string",
              • "type": "POSTAL_CODE"
              }
            ],
          • "services": [
            • "string"
            ],
          • "smokeFreeProperty": "YES",
          • "snorkeling": "YES",
          • "socialHour": "YES",
          • "spa": "YES",
          • "specialities": [
            • "string"
            ],
          • "tableService": "YES",
          • "takeoutHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "tennis": "YES",
          • "thermalPool": "YES",
          • "ticketAvailability": "IN_STOCK",
          • "ticketPriceRange": {
            • "currencyCode": "string",
            • "maxValue": "string",
            • "minValue": "string"
            },
          • "ticketSaleDateTime": "2019-08-24T14:15:22Z",
          • "ticketUrl": "http://example.com",
          • "tikTokUrl": "http://example.com",
          • "time": {
            • "end": "2019-08-24T14:15:22Z",
            • "start": "2019-08-24T14:15:22Z"
            },
          • "timeZoneUtcOffset": "string",
          • "timezone": "string",
          • "tollFreePhone": "string",
          • "treadmill": "YES",
          • "ttyPhone": "string",
          • "turndownService": "YES",
          • "twitterHandle": "string",
          • "uberLink": {
            • "presentation": "BUTTON",
            • "text": "string"
            },
          • "uberTripBranding": {},
          • "valetParking": "VALET_PARKING_AVAILABLE",
          • "validThrough": "2019-08-24T14:15:22Z",
          • "vendingMachine": "YES",
          • "venueName": "string",
          • "videos": [],
          • "views": [
            • "BEACH"
            ],
          • "wadingPool": "YES",
          • "wakeUpCalls": "YES",
          • "walkableCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "waterPark": "YES",
          • "waterSkiing": "YES",
          • "watercraft": "WATERCRAFT_RENTALS",
          • "waterslide": "YES",
          • "wavePool": "YES",
          • "websiteUrl": {},
          • "weightMachine": "YES",
          • "wheelchairAccessible": "YES",
          • "wifiAvailable": "WIFI_AVAILABLE",
          • "workRemote": true,
          • "yearEstablished": 1000,
          • "yearLastRenovated": 1000,
          • "yextDisplayCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "yextDropoffCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "yextPickupCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "yextRoutableCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "yextWalkableCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "youTubeChannelUrl": "http://example.com"
          },
        • "suggestedContent": {
          • "meta": {
            • "accountId": "string",
            • "countryCode": "string",
            • "createdTimestamp": "string",
            • "entityType": "string",
            • "folderId": "string",
            • "id": "string",
            • "labels": [
              • "string"
              ],
            • "language": "string",
            • "timestamp": "string",
            • "uid": "string"
            },
          • "name": "string",
          • "address": {
            • "city": "string",
            • "countryCode": "string",
            • "extraDescription": "string",
            • "line1": "string",
            • "line2": "string",
            • "postalCode": "string",
            • "region": "string",
            • "sublocality": "string"
            },
          • "acceptingNewPatients": true,
          • "acceptsReservations": true,
          • "accessHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "additionalHoursText": "string",
          • "additionalPromotingLocations": [
            • "string"
            ],
          • "addressHidden": true,
          • "admittingHospitals": [
            • "string"
            ],
          • "adultPool": "YES",
          • "ageRange": {
            • "maxValue": 0,
            • "minValue": 0
            },
          • "airportShuttle": "AIRPORT_SHUTTLE_AVAILABLE",
          • "airportTransfer": "YES",
          • "allInclusive": "ALL_INCLUSIVE_RATES_AVAILABLE",
          • "alternateNames": [
            • "string"
            ],
          • "alternatePhone": "string",
          • "alternateWebsites": [],
          • "androidAppUrl": "string",
          • "answer": "string",
          • "appleActionLinks": [],
          • "appleBusinessDescription": "string",
          • "appleBusinessId": "string",
          • "appleCompanyId": "string",
          • "appleCoverPhoto": {},
          • "appleDisplayName": "string",
          • "applicationUrl": "http://example.com",
          • "associations": [
            • "string"
            ],
          • "attendance": {},
          • "attire": "UNSPECIFIED",
          • "babysittingOffered": "YES",
          • "baggageStorage": "YES",
          • "bar": "YES",
          • "beachAccess": "YES",
          • "beachFrontProperty": "YES",
          • "bicycles": "BICYCLE_RENTALS",
          • "bios": {
            • "ids": [
              • "string"
              ],
            • "label": "string"
            },
          • "boutiqueStores": "YES",
          • "brands": [
            • "string"
            ],
          • "breakfast": "BREAKFAST_AVAILABLE",
          • "brunchHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "businessCenter": "YES",
          • "calendars": {
            • "ids": [
              • "string"
              ],
            • "label": "string"
            },
          • "carRental": "YES",
          • "casino": "YES",
          • "categories": { },
          • "categoryIds": [
            • "string"
            ],
          • "catsAllowed": "YES",
          • "certifications": [
            • "string"
            ],
          • "checkInTime": "14:15:22Z",
          • "checkOutTime": "14:15:22Z",
          • "classificationRating": "string",
          • "closed": true,
          • "concierge": "YES",
          • "conditionsTreated": [
            • "string"
            ],
          • "convenienceStore": "YES",
          • "covidMessaging": "string",
          • "covidTestAppointmentUrl": "http://example.com",
          • "covidTestingAppointmentRequired": true,
          • "covidTestingDriveThroughSite": true,
          • "covidTestingIsFree": true,
          • "covidTestingPatientRestrictions": true,
          • "covidTestingReferralRequired": true,
          • "covidTestingSiteInstructions": "string",
          • "covidVaccineAppointmentRequired": true,
          • "covidVaccineDriveThroughSite": true,
          • "covidVaccineInformationUrl": "http://example.com",
          • "covidVaccinePatientRestrictions": true,
          • "covidVaccineReferralRequired": true,
          • "covidVaccineSiteInstructions": "string",
          • "covidVaccinesOffered": [
            • "PFIZER"
            ],
          • "currencyExchange": "YES",
          • "customKeywords": [
            • "string"
            ],
          • "datePosted": "2019-08-24",
          • "degrees": [
            • "ANP"
            ],
          • "deliveryHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "description": "stringstri",
          • "displayCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "doctorOnCall": "YES",
          • "dogsAllowed": "YES",
          • "driveThroughHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "dropoffCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "educationList": [
            • {
              • "institutionName": "string",
              • "type": "FELLOWSHIP",
              • "yearCompleted": 1900
              }
            ],
          • "electricChargingStation": "YES",
          • "elevator": "YES",
          • "ellipticalMachine": "YES",
          • "emails": [
            • "user@example.com"
            ],
          • "employmentType": "FULL_TIME",
          • "eventStatus": "SCHEDULED",
          • "facebookAbout": "string",
          • "facebookCallToAction": {
            • "type": "NONE",
            • "value": "string"
            },
          • "facebookCoverPhoto": {},
          • "facebookDescriptor": "string",
          • "facebookName": "string",
          • "facebookOverrideCity": "string",
          • "facebookPageUrl": "string",
          • "facebookParentPageId": "string",
          • "facebookProfilePhoto": {},
          • "facebookStoreId": "string",
          • "facebookVanityUrl": "string",
          • "facebookWebsiteOverride": "http://example.com",
          • "fax": "string",
          • "featuredMessage": {},
          • "firstName": "string",
          • "firstPartyReviewPage": "string",
          • "fitnessCenter": "FITNESS_CENTER_AVAILABLE",
          • "floorCount": 0,
          • "freeWeights": "YES",
          • "frequentlyAskedQuestions": [
            • {
              • "answer": "string",
              • "question": "string"
              }
            ],
          • "frontDesk": "FRONT_DESK_AVAILABLE",
          • "fullyVaccinatedStaff": true,
          • "gameRoom": "YES",
          • "gender": "UNSPECIFIED",
          • "geomodifier": "string",
          • "giftShop": "YES",
          • "golf": "YES",
          • "googleAttributes": { },
          • "googleCoverPhoto": {},
          • "googleMessaging": {},
          • "googleMyBusinessLabels": [
            • "string"
            ],
          • "googlePlaceId": "string",
          • "googleProfilePhoto": {},
          • "googleWebsiteOverride": "http://example.com",
          • "happyHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "headshot": {},
          • "hiringOrganization": "string",
          • "holidayHoursConversationEnabled": true,
          • "horsebackRiding": "YES",
          • "hotTub": "YES",
          • "hours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "housekeeping": "HOUSEKEEPING_AVAILABLE",
          • "impressum": "string",
          • "indoorPoolCount": 0,
          • "instagramHandle": "string",
          • "insuranceAccepted": [
            • "string"
            ],
          • "iosAppUrl": "string",
          • "isClusterPrimary": true,
          • "isFreeEvent": true,
          • "isoRegionCode": "string",
          • "keywords": [
            • "string"
            ],
          • "kidFriendly": "YES",
          • "kidsClub": "YES",
          • "kidsStayFree": "YES",
          • "kitchenHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "labels": [
            • "string"
            ],
          • "landingPageUrl": "http://example.com",
          • "languages": [
            • "string"
            ],
          • "lastName": "string",
          • "laundry": "FULL_SERVICE",
          • "lazyRiver": "YES",
          • "lifeguard": "YES",
          • "linkedInUrl": "http://example.com",
          • "linkedLocation": "string",
          • "localPhone": "string",
          • "localShuttle": "YES",
          • "locatedIn": "string",
          • "location": {
            • "existingLocation": "string",
            • "externalLocation": "string"
            },
          • "locationType": "LOCATION",
          • "logo": {},
          • "mainPhone": "string",
          • "massage": "YES",
          • "maxAgeOfKidsStayFree": 0,
          • "maxNumberOfKidsStayFree": 0,
          • "mealsServed": [
            • "BREAKFAST"
            ],
          • "meetingRoomCount": 0,
          • "menuUrl": {},
          • "menus": {
            • "ids": [
              • "string"
              ],
            • "label": "string"
            },
          • "middleName": "string",
          • "mobilePhone": "string",
          • "mobilityAccessible": "YES",
          • "nightclub": "YES",
          • "npi": "string",
          • "nudgeEnabled": true,
          • "officeName": "string",
          • "onlineServiceHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "openDate": "2019-08-24",
          • "operatingCountries": [
            • "AD"
            ],
          • "orderUrl": {},
          • "organizerEmail": "user@example.com",
          • "organizerName": "string",
          • "organizerPhone": "string",
          • "outdoorPoolCount": 0,
          • "parking": "PARKING_AVAILABLE",
          • "paymentOptions": [
            • "AFTERPAY"
            ],
          • "performers": [
            • "string"
            ],
          • "petsAllowed": "PETS_WELCOME",
          • "photoGallery": [],
          • "pickupCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "pickupHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "pinterestUrl": "http://example.com",
          • "priceRange": "UNSPECIFIED",
          • "primaryConversationContact": "string",
          • "privateBeach": "YES",
          • "privateCarService": "PRIVATE_CAR_SERVICE",
          • "productLists": {
            • "ids": [
              • "string"
              ],
            • "label": "string"
            },
          • "products": [
            • "string"
            ],
          • "questionsAndAnswers": true,
          • "rankTrackingCompetitors": [],
          • "rankTrackingEnabled": true,
          • "rankTrackingFrequency": "WEEKLY",
          • "rankTrackingQueryTemplates": [
            • "KEYWORD"
            ],
          • "rankTrackingSites": [
            • "GOOGLE_DESKTOP"
            ],
          • "reservationUrl": {},
          • "restaurantCount": 0,
          • "reviewGenerationUrl": "string",
          • "reviewResponseConversationEnabled": true,
          • "roomCount": 0,
          • "roomService": "ROOM_SERVICE_AVAILABLE",
          • "routableCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "salon": "YES",
          • "sauna": "YES",
          • "scuba": "YES",
          • "selfParking": "SELF_PARKING_AVAILABLE",
          • "seniorHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "serviceArea": {
            • "places": [
              • "string"
              ]
            },
          • "serviceAreaPlaces": [
            • {
              • "name": "string",
              • "googlePlaceId": "string",
              • "type": "POSTAL_CODE"
              }
            ],
          • "services": [
            • "string"
            ],
          • "smokeFreeProperty": "YES",
          • "snorkeling": "YES",
          • "socialHour": "YES",
          • "spa": "YES",
          • "specialities": [
            • "string"
            ],
          • "tableService": "YES",
          • "takeoutHours": {
            • "friday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "holidayHours": [
              • {
                • "date": "2019-08-24",
                • "isClosed": true,
                • "isRegularHours": true,
                • "openIntervals": [
                  • {
                    • "end": null,
                    • "start": null
                    }
                  ]
                }
              ],
            • "monday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "reopenDate": "2019-08-24",
            • "saturday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "sunday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "thursday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "tuesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              },
            • "wednesday": {
              • "isClosed": true,
              • "openIntervals": [
                • {
                  • "end": "14:15:22Z",
                  • "start": "14:15:22Z"
                  }
                ]
              }
            },
          • "tennis": "YES",
          • "thermalPool": "YES",
          • "ticketAvailability": "IN_STOCK",
          • "ticketPriceRange": {
            • "currencyCode": "string",
            • "maxValue": "string",
            • "minValue": "string"
            },
          • "ticketSaleDateTime": "2019-08-24T14:15:22Z",
          • "ticketUrl": "http://example.com",
          • "tikTokUrl": "http://example.com",
          • "time": {
            • "end": "2019-08-24T14:15:22Z",
            • "start": "2019-08-24T14:15:22Z"
            },
          • "timeZoneUtcOffset": "string",
          • "timezone": "string",
          • "tollFreePhone": "string",
          • "treadmill": "YES",
          • "ttyPhone": "string",
          • "turndownService": "YES",
          • "twitterHandle": "string",
          • "uberLink": {
            • "presentation": "BUTTON",
            • "text": "string"
            },
          • "uberTripBranding": {},
          • "valetParking": "VALET_PARKING_AVAILABLE",
          • "validThrough": "2019-08-24T14:15:22Z",
          • "vendingMachine": "YES",
          • "venueName": "string",
          • "videos": [],
          • "views": [
            • "BEACH"
            ],
          • "wadingPool": "YES",
          • "wakeUpCalls": "YES",
          • "walkableCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "waterPark": "YES",
          • "waterSkiing": "YES",
          • "watercraft": "WATERCRAFT_RENTALS",
          • "waterslide": "YES",
          • "wavePool": "YES",
          • "websiteUrl": {},
          • "weightMachine": "YES",
          • "wheelchairAccessible": "YES",
          • "wifiAvailable": "WIFI_AVAILABLE",
          • "workRemote": true,
          • "yearEstablished": 1000,
          • "yearLastRenovated": 1000,
          • "yextDisplayCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "yextDropoffCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "yextPickupCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "yextRoutableCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "yextWalkableCoordinate": {
            • "latitude": -90,
            • "longitude": -180
            },
          • "youTubeChannelUrl": "http://example.com"
          }
        },
      • "status": "string",
      • "locked": true,
      • "assignee": {
        • "userId": "string",
        • "userGroupId": "string"
        },
      • "comments": [
        • {
          • "commenter": {
            • "userId": "string",
            • "appId": "string",
            • "yextSource": "string"
            },
          • "text": "string",
          • "createdDate": "string",
          • "attachments": [
            • {
              • "name": "string",
              • "downloadUrl": "string"
              }
            ]
          }
        ],
      • "approver": {
        • "userId": "string",
        • "appId": "string"
        }
      }
    }
}

Suggestion: Comment

Add a comment to a suggestion.

NOTE:

  • App must have Manage Suggestions: Read/Write permission to utilize endpoint.
path Parameters
accountId
required
string
suggestionUid
required
string

The Yext-generated unique identifier for the Suggestion.

query Parameters
v
required
string

A date in YYYYMMDD format.

Request Body schema: application/json

Comment to be added to the suggestion. Only the text field of the comment object can be specified.

text
string

Responses

Request samples

Content type
application/json
{
  • "text": "string"
}

Response samples

Content type
application/json
{
  • "meta": {
    • "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
    },
  • "response": {
    • "commenter": {
      • "userId": "string",
      • "appId": "string",
      • "yextSource": "string"
      },
    • "text": "string",
    • "createdDate": "string",
    • "attachments": [
      • {
        • "name": "string",
        • "downloadUrl": "string"
        }
      ]
    }
}

Suggestion: Action

Perform an action on the Suggestion with the given ID.

This endpoint allows apps to lock, unlock, reassign, modify the status (approve or reject), and update the content of suggestions. The source of the update will be the Yext App ID of the app making the request.

NOTE:

  • App must have Manage Suggestions: Read/Write permission to utilize endpoint.
  • Only one of locked, assignee, status, or entityFieldSuggestion can be provided in the request.
path Parameters
accountId
required
string
suggestionUid
required
string

The Yext-generated unique identifier for the Suggestion.

query Parameters
v
required
string

A date in YYYYMMDD format.

format
string >= 0 characters
Default: "markdown"

The formatting language used to parse rich text field values. Present if and only if the field is of type “Rich Text."

Valid values:

  • markdown
  • html
  • none
Request Body schema: application/json

Actions to take on the suggestion

status
string

The status of the suggestion. Provide APPROVED to approve the suggestion or REJECTED to reject the suggestion.

locked
boolean

Boolean value specifying if the field the suggestion is on is locked or not. Only valid for suggestions where status = PENDING and destinationType = ENTITY.

object

Object containing information about who the suggestion is assigned to.

Omitted if suggestion is unassigned.

object

An object containing information about a suggestion for a single field on a single entity. Only valid if the suggestion is for a field on a single entity.

Responses

Request samples

Content type
application/json
{
  • "status": "string",
  • "locked": true,
  • "assignee": {
    • "userId": "string",
    • "userGroupId": "string"
    },
  • "entityFieldSuggestion": {
    • "entity": {
      • "id": "string",
      • "uid": "string",
      • "language": "string"
      },
    • "suggestedContent": {
      • "EntityType": "string",
      • "meta": {
        • "countryCode": "string",
        • "folderId": "string",
        • "id": "string",
        • "labels": [
          • "string"
          ],
        • "language": "string"
        },
      • "name": "string",
      • "address": {
        • "city": "string",
        • "countryCode": "string",
        • "extraDescription": "string",
        • "line1": "string",
        • "line2": "string",
        • "postalCode": "string",
        • "region": "string",
        • "sublocality": "string"
        },
      • "accessHours": {
        • "friday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "holidayHours": [
          • {
            • "date": "2019-08-24",
            • "isClosed": true,
            • "isRegularHours": true,
            • "openIntervals": [
              • {
                • "end": "14:15:22Z",
                • "start": "14:15:22Z"
                }
              ]
            }
          ],
        • "monday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "reopenDate": "2019-08-24",
        • "saturday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "sunday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "thursday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "tuesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "wednesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          }
        },
      • "additionalHoursText": "string",
      • "alternateNames": [
        • "string"
        ],
      • "alternatePhone": "string",
      • "alternateWebsites": [],
      • "appleActionLinks": [],
      • "appleBusinessDescription": "string",
      • "appleBusinessId": "string",
      • "appleCompanyId": "string",
      • "appleCoverPhoto": {},
      • "appleDisplayName": "string",
      • "categories": { },
      • "categoryIds": [
        • "string"
        ],
      • "closed": true,
      • "customKeywords": [
        • "string"
        ],
      • "description": "stringstri",
      • "displayCoordinate": {
        • "latitude": -90,
        • "longitude": -180
        },
      • "driveThroughHours": {
        • "friday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "holidayHours": [
          • {
            • "date": "2019-08-24",
            • "isClosed": true,
            • "isRegularHours": true,
            • "openIntervals": [
              • {
                • "end": "14:15:22Z",
                • "start": "14:15:22Z"
                }
              ]
            }
          ],
        • "monday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "reopenDate": "2019-08-24",
        • "saturday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "sunday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "thursday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "tuesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "wednesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          }
        },
      • "dropoffCoordinate": {
        • "latitude": -90,
        • "longitude": -180
        },
      • "facebookAbout": "string",
      • "facebookCallToAction": {
        • "type": "NONE",
        • "value": "string"
        },
      • "facebookCoverPhoto": {},
      • "facebookDescriptor": "string",
      • "facebookName": "string",
      • "facebookOverrideCity": "string",
      • "facebookPageUrl": "string",
      • "facebookParentPageId": "string",
      • "facebookProfilePhoto": {},
      • "facebookStoreId": "string",
      • "facebookVanityUrl": "string",
      • "facebookWebsiteOverride": "http://example.com",
      • "fax": "string",
      • "featuredMessage": {},
      • "frequentlyAskedQuestions": [
        • {
          • "answer": "string",
          • "question": "string"
          }
        ],
      • "geomodifier": "string",
      • "googleAttributes": { },
      • "googleCoverPhoto": {},
      • "googleMessaging": {},
      • "googleMyBusinessLabels": [
        • "string"
        ],
      • "googlePlaceId": "string",
      • "googleProfilePhoto": {},
      • "googleWebsiteOverride": "http://example.com",
      • "holidayHoursConversationEnabled": true,
      • "hours": {
        • "friday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "holidayHours": [
          • {
            • "date": "2019-08-24",
            • "isClosed": true,
            • "isRegularHours": true,
            • "openIntervals": [
              • {
                • "end": "14:15:22Z",
                • "start": "14:15:22Z"
                }
              ]
            }
          ],
        • "monday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "reopenDate": "2019-08-24",
        • "saturday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "sunday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "thursday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "tuesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          },
        • "wednesday": {
          • "isClosed": true,
          • "openIntervals": [
            • {
              • "end": "14:15:22Z",
              • "start": "14:15:22Z"
              }
            ]
          }
        },
      • "impressum": "string",
      • "isoRegionCode": "string",
      • "keywords": [
        • "string"
        ],
      • "labels": [
        • "string"
        ],
      • "landingPageUrl": "http://example.com",
      • "localPhone": "string",
      • "locatedIn": "string",
      • "locationType": "LOCATION",
      • "logo": {},
      • "mainPhone": "string",
      • "mobilePhone": "string",
      • "nudgeEnabled": true,
      • "openDate": "2019-08-24",
      • "photoGallery": [],
      • "pickupCoordinate": {
        • "latitude": -90,
        • "longitude": -180
        },
      • "priceRange": "UNSPECIFIED",
      • "primaryConversationContact": "string",
      • "questionsAndAnswers": true,
      • "rankTrackingCompetitors": [],
      • "rankTrackingEnabled": true,
      • "rankTrackingFrequency": "WEEKLY",
      • "rankTrackingKeywords": [
        • "NAME"
        ],
      • "rankTrackingQueryTemplates": [
        • "KEYWORD"
        ],
      • "rankTrackingSites": [
        • "GOOGLE_DESKTOP"
        ],
      • "reviewResponseConversationEnabled": true,
      • "routableCoordinate": {
        • "latitude": -90,
        • "longitude": -180
        },
      • "timezone": "string",
      • "tollFreePhone": "string",
      • "ttyPhone": "string",
      • "walkableCoordinate": {
        • "latitude": -90,
        • "longitude": -180
        },
      • "websiteUrl": {}
      }
    }
}

Response samples

Content type
application/json
{
  • "meta": {
    • "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
    },
  • "response": {
    • "id": "string"
    }
}