{"componentChunkName":"component---src-templates-simple-markdown-js","path":"/api/catalog/activities/meeting-point/","matchPath":"","result":{"data":{"markdownRemark":{"html":"<h1 style=\"position:relative;\"><a href=\"#meeting-point\" aria-label=\"meeting point permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"meeting-point\"></div>Meeting point</h1>\n<p>Every activity includes information about the <a href=\"/api/catalog/activities/cities/\">city</a> where it takes place and any <a href=\"/api/catalog/activities/venues/\">venues</a> that are included. While this information is useful for getting a general idea of where an activity takes place, many activities contain more precise details about where customers need to go at the start of the activity.</p>\n<p>All of this information is available by making the following request:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"48042781005212130000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`curl -X GET '{baseUrl}/activities/{activityUuid}' \\\\\n-H 'X-Musement-Application: {applicationValue}' \\\\\n-H 'X-Musement-Version: 3.4.0' \\\\\n-H 'Authorization: Bearer {accessToken}'`, `48042781005212130000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-48042781005212130000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\"><span class=\"token function\">curl</span> <span class=\"token parameter variable\">-X</span> GET <span class=\"token string\">'{baseUrl}/activities/{activityUuid}'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'X-Musement-Application: {applicationValue}'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'X-Musement-Version: 3.4.0'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'Authorization: Bearer {accessToken}'</span></code></pre></div>\n      </div>\n<p>Depending on the properties present, you may have more or less information to show customers.</p>\n<h2 style=\"position:relative;\"><a href=\"#coordinates\" aria-label=\"coordinates permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"coordinates\"></div>Coordinates</h2>\n<p>Activities with a specific location for the start of an activity will have their own <code class=\"language-text\">latitude</code> and <code class=\"language-text\">longitude</code> properties:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"62902775203164740000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`{\n\t[...]\n\t&quot;latitude&quot;: 45.463767,\n\t&quot;longitude&quot;: 9.190685,\n\t[...]\n\t&quot;where_text&quot;: &quot;<p>Piazza del Duomo, Milan, Italy</p>&quot;,\n\t[...]\n}`, `62902775203164740000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-62902775203164740000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"json\"><pre class=\"language-json\"><code class=\"language-json\"><span class=\"token punctuation\">{</span>\n\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n\t<span class=\"token property\">\"latitude\"</span><span class=\"token operator\">:</span> <span class=\"token number\">45.463767</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token property\">\"longitude\"</span><span class=\"token operator\">:</span> <span class=\"token number\">9.190685</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n\t<span class=\"token property\">\"where_text\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"&lt;p>Piazza del Duomo, Milan, Italy&lt;/p>\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n      </div>\n<p>These coordinates correspond to a specific location where customers should go for the start of their activity. When coordinates are present, the <code class=\"language-text\">where_text</code> property contains the human-friendly street address, based on the value of the <code class=\"language-text\">Accept-Language</code> header.</p>\n<h2 style=\"position:relative;\"><a href=\"#meeting-point-instructions\" aria-label=\"meeting point instructions permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"meeting-point-instructions\"></div>Meeting point instructions</h2>\n<p>An activity may contain additional details about the meeting point:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"86745809658114970000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`{\n\t[...]\n\t&quot;meeting_point&quot;: &quot;Show your ticket at the museum entrance&quot;,\n\t&quot;meeting_point_markdown&quot;: &quot;Show your ticket at the museum entrance&quot;,\n\t&quot;meeting_point_html&quot;: &quot;<p>Show your ticket at the museum entrance</p>&quot;,\n\t[...]\n}`, `86745809658114970000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-86745809658114970000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"json\"><pre class=\"language-json\"><code class=\"language-json\"><span class=\"token punctuation\">{</span>\n\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n\t<span class=\"token property\">\"meeting_point\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"Show your ticket at the museum entrance\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token property\">\"meeting_point_markdown\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"Show your ticket at the museum entrance\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token property\">\"meeting_point_html\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"&lt;p>Show your ticket at the museum entrance&lt;/p>\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n      </div>\n<p>The exact contents of this property can vary, but it is meant to help find the meeting point or understand what customers need to do when they arrive.</p>\n<h2 style=\"position:relative;\"><a href=\"#on-musementcom\" aria-label=\"on musementcom permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"on-musementcom\"></div>On <a href=\"https://www.musement.com\">musement.com</a></h2>\n<p>You can see meeting points in action on <a href=\"https://www.musement.com\">musement.com</a>.</p>\n<p>We show customers the street address, meeting point instructions and a point on a map:</p>\n<p><span\n      class=\"gatsby-resp-image-wrapper\"\n      style=\"position: relative; display: block; margin-left: auto; margin-right: auto; max-width: 910px; \"\n    >\n      <span\n    class=\"gatsby-resp-image-background-image\"\n    style=\"padding-bottom: 55.263157894736835%; position: relative; bottom: 0; left: 0; background-image: url('data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAALABQDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAECBf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhADEAAAAe3tQo//xAAUEAEAAAAAAAAAAAAAAAAAAAAg/9oACAEBAAEFAl//xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAEDAQE/AT//xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAECAQE/AT//xAAUEAEAAAAAAAAAAAAAAAAAAAAg/9oACAEBAAY/Al//xAAXEAEBAQEAAAAAAAAAAAAAAAABEBEA/9oACAEBAAE/Idw4WBf/2gAMAwEAAgADAAAAELMP/8QAFBEBAAAAAAAAAAAAAAAAAAAAEP/aAAgBAwEBPxA//8QAFBEBAAAAAAAAAAAAAAAAAAAAEP/aAAgBAgEBPxA//8QAGhABAQEAAwEAAAAAAAAAAAAAAREAECExUf/aAAgBAQABPxDtRUvQZCCe6P3BPDQtnH//2Q=='); background-size: cover; display: block;\"\n  ></span>\n  <img\n        class=\"gatsby-resp-image-image\"\n        alt=\"Meeting point example with address, instructions and map\"\n        title=\"Meeting point example with address, instructions and map\"\n        src=\"/static/be08897c1fc9c1ed1917a52242dcd572/dde82/meeting-point-full.jpg\"\n        srcset=\"/static/be08897c1fc9c1ed1917a52242dcd572/74752/meeting-point-full.jpg 228w,\n/static/be08897c1fc9c1ed1917a52242dcd572/7cd9c/meeting-point-full.jpg 455w,\n/static/be08897c1fc9c1ed1917a52242dcd572/dde82/meeting-point-full.jpg 910w,\n/static/be08897c1fc9c1ed1917a52242dcd572/38044/meeting-point-full.jpg 936w\"\n        sizes=\"(max-width: 910px) 100vw, 910px\"\n        style=\"width:100%;height:100%;margin:0;vertical-align:middle;position:absolute;top:0;left:0;\"\n        loading=\"lazy\"\n      />\n    </span></p>\n<p>If any of the properties are missing, we do not show them. In the example below, we only need an address and a point on a map:</p>\n<p><span\n      class=\"gatsby-resp-image-wrapper\"\n      style=\"position: relative; display: block; margin-left: auto; margin-right: auto; max-width: 678px; \"\n    >\n      <span\n    class=\"gatsby-resp-image-background-image\"\n    style=\"padding-bottom: 64.91228070175438%; position: relative; bottom: 0; left: 0; background-image: url('data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAANABQDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAECBf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIQAxAAAAHtrE2hf//EABgQAQEBAQEAAAAAAAAAAAAAAAEAAhEQ/9oACAEBAAEFAhu+GScDBy//xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAEDAQE/AT//xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAECAQE/AT//xAAVEAEBAAAAAAAAAAAAAAAAAAAgIf/aAAgBAQAGPwKL/8QAGBABAQEBAQAAAAAAAAAAAAAAAQARcUH/2gAIAQEAAT8hN0nedh0ibkh7CMv/2gAMAwEAAgADAAAAEFzP/8QAFhEAAwAAAAAAAAAAAAAAAAAAEBEh/9oACAEDAQE/EKh//8QAGBEAAgMAAAAAAAAAAAAAAAAAAREQITH/2gAIAQIBAT8QKdZH/8QAGhABAAMBAQEAAAAAAAAAAAAAAQARITFhUf/aAAgBAQABPxBuwAzl+iHFzcydG122WxR4MoJU9n//2Q=='); background-size: cover; display: block;\"\n  ></span>\n  <img\n        class=\"gatsby-resp-image-image\"\n        alt=\"Meeting point example with address and map\"\n        title=\"Meeting point example with address and map\"\n        src=\"/static/51101d01df7065713963e60a3d0a46bc/00597/meeting-point-simple.jpg\"\n        srcset=\"/static/51101d01df7065713963e60a3d0a46bc/74752/meeting-point-simple.jpg 228w,\n/static/51101d01df7065713963e60a3d0a46bc/7cd9c/meeting-point-simple.jpg 455w,\n/static/51101d01df7065713963e60a3d0a46bc/00597/meeting-point-simple.jpg 678w\"\n        sizes=\"(max-width: 678px) 100vw, 678px\"\n        style=\"width:100%;height:100%;margin:0;vertical-align:middle;position:absolute;top:0;left:0;\"\n        loading=\"lazy\"\n      />\n    </span></p>\n<h2 style=\"position:relative;\"><a href=\"#sorting\" aria-label=\"sorting permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"sorting\"></div>Sorting</h2>\n<p>You can sort results in the <code class=\"language-text\">/activities</code> endpoint based on the meeting point's proximity to a specified set of coordinates using the <code class=\"language-text\">sort_by</code> query parameter.</p>\n<p>This type of sorting requires two additional query parameters:</p>\n<ul>\n<li>\n<code class=\"language-text\">coordinates</code>\n: The latitude and longitude separated by a comma.\n</li>\n<li>\n<code class=\"language-text\">distance</code>\n: The radius around the coordinates to search. You must specify the unit of measure: miles (M) or kilometers (KM).\n</li>\n</ul>\n<p>A <code class=\"language-text\">sort_by</code> value of <code class=\"language-text\">distance</code> will sort results from closest to farthest:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"46567512416383080000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`curl -X GET '{baseUrl}/activities?coordinates=45.459,9.183&distance=5KM&sort_by=distance' \\\\\n-H 'X-Musement-Application: {applicationValue}' \\\\\n-H 'X-Musement-Version: 3.4.0' \\\\\n-H 'Authorization: Bearer {accessToken}'`, `46567512416383080000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-46567512416383080000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\"><span class=\"token function\">curl</span> <span class=\"token parameter variable\">-X</span> GET <span class=\"token string\">'{baseUrl}/activities?coordinates=45.459,9.183&amp;distance=5KM&amp;sort_by=distance'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'X-Musement-Application: {applicationValue}'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'X-Musement-Version: 3.4.0'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'Authorization: Bearer {accessToken}'</span></code></pre></div>\n      </div>\n<p>To invert the sorting, from farthest to closest, use a <code class=\"language-text\">sort_by</code> value of <code class=\"language-text\">-distance</code> instead:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"16252332960120297000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`curl -X GET '{baseUrl}/activities?coordinates=45.459,9.183&distance=5KM&sort_by=-distance' \\\\\n-H 'X-Musement-Application: {applicationValue}' \\\\\n-H 'X-Musement-Version: 3.4.0' \\\\\n-H 'Authorization: Bearer {accessToken}'`, `16252332960120297000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-16252332960120297000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\"><span class=\"token function\">curl</span> <span class=\"token parameter variable\">-X</span> GET <span class=\"token string\">'{baseUrl}/activities?coordinates=45.459,9.183&amp;distance=5KM&amp;sort_by=-distance'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'X-Musement-Application: {applicationValue}'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'X-Musement-Version: 3.4.0'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'Authorization: Bearer {accessToken}'</span></code></pre></div>\n      </div>","headings":[{"value":"Meeting point","depth":1},{"value":"Coordinates","depth":2},{"value":"Meeting point instructions","depth":2},{"value":"On musement.com","depth":2},{"value":"Sorting","depth":2}]},"contentItem":{"data":{"lastModified":"2025-12-18T16:31:42.000Z","enableToc":null,"disableLastModified":null,"tocMaxDepth":null,"requestLogin":false}},"siteConfig":{"enableToc":false,"disableLastModified":false,"tocMaxDepth":4}},"pageContext":{"matchPath":"","id":"3b913432-9723-5119-a757-3fee19836d57__redocly content/api/catalog/activities/meeting-point/","seo":{"title":"Meeting point","description":"Activities in the Musement API may contain information about a single meeting point where customers need to go to start their experience.","image":"","keywords":null,"jsonLd":null,"lang":null,"siteUrl":null},"pageId":"api/catalog/activities/meeting-point.md","pageBaseUrl":"/api/catalog/activities/meeting-point","type":"markdown","toc":{"enable":true,"maxDepth":4,"headings":[{"depth":1,"value":"Meeting point","id":"meeting-point"},{"depth":2,"value":"Coordinates","id":"coordinates"},{"depth":2,"value":"Meeting point instructions","id":"meeting-point-instructions"},{"depth":2,"value":"On musement.com","id":"on-musementcom"},{"depth":2,"value":"Sorting","id":"sorting"}]},"data":{"title":"","redirectFrom":["/guide/activities/geolocal/","/api/partner/catalog/activities/meeting-point/"],"seo":{"description":"Activities in the Musement API may contain information about a single meeting point where customers need to go to start their experience."}},"catalogInfo":null,"link":"/api/catalog/activities/meeting-point/","sidebarName":"__alternative-sidebar__-data-24763-api-sidebars.yaml","isLanding":false,"showPrevButton":null,"showNextButton":null,"apiVersions":null,"apiVersionId":null,"isDefaultApiVersion":null}},"staticQueryHashes":["1123603147","1302185487","1344209882","1398840060","1520077861","1975142765","2667623876","2950305614","3240152602","3743992808","561138138"]}