v1

latestOpenAPI 3.0.02026-07-26866217.8 KB
Calendar Share Links

Query Calendar Share Links

List the operator's public calendar share links. Each link exposes a read-only calendar (and reservation list) of either every property (scope = entire) or a selected subset (scope = partial) and is reachable by anyone who has the URL.

get/calendar_share_links

Query parameters

offsetinteger

Pagination offset. Defaults to 0.

limitinteger

Page size. Defaults to 20. Max 100.

idinteger

Fetch a single share link by its internal id.

Response

request_idstring required

Unique identifier for the request.

error_codeinteger required

Numeric error code representing the status of the response. A value of 200 indicates success. <br> See the Error Codes section for more information.

error_msgstring required

Message detailing the status of the response.

Example response

{
  "error_msg": "Done."
}