AP Temples Partner API Docs Help

Partner Darshanams

The following API is used to get the list of darshanams that are available for the partner to book for the given temple.

GET method/api/v1/darshanam/all/partner

Request parameters

Responses

{ "items": [ { "id": 3, "name": "Darshanam", "description": "Darshanam description", "imageUrl": "https://aptemples.org/image.png", "price": 0, "templeId": 2, "userId": 2, "counterEnabled": true, "onlineEnabled": true, "protocolEnabled": false, "isAddon": true, "metadata": null, "createdAt": "2024-01-09T20:10:32.764Z", "updatedAt": "2024-01-09T20:10:32.764Z", "deletedAt": null, "maxCounterBookings": 0, "maxOnlineBookings": 0, "minOnlineHours": 0, "maxOnlineHours": 0, "minCounterHours": 0, "maxCounterHours": 0, "maxTicketsPerBooking": 20 } ], "meta": { "currentPage": 1, "itemCount": 1, "itemsPerPage": 100, "totalItems": 1, "totalPages": 1 } }
Last modified: 04 December 2024