GET - Get resource QR code

Purpose

This API will fetch the QR code of a resource. Booking a resource can be done using a QR code. On scanning the QR code in mobile, it will be redirected to the calendar mobile app (if scanned using an external scanner) from which booking can be made.

Request URL

https://calendar.zoho.com/api/v1/resources/qr

OAuth Scope

scope=ZohoCalendar.resources.ALL

or

scope=ZohoCalendar.resources.READ

 

ALL - Access to all resources

READ - Gets QR code of a resource

Request Parameters

  • resource_namestring, mandatory
    • The resource name denotes the name of the resource for which you need to get the QR code. You can fetch the resource name using the Get all resources API.
  • resourceIdlong, mandatory
    • The resourcedId will be created when you add a resource to resource booking. The resource ID can be fetched using the Get all resources API.
  • qr_code_idlong, mandatory
    • The qr_code_id will be created when you add a resource to resource booking. This can be fetched using the Get all resources API.

Sample Request

Copiedhttps://calendar.zoho.com/api/v1/resources/qr

Response

CopiedQR Code image will be sent in response.