Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 19 additions & 16 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -10315,6 +10315,7 @@ Create webhook subscription listens to subscribed webhook events on a specific p

+ Request (application/json)
+ Headers

Accept: application/json

+ Attributes
Expand All @@ -10340,21 +10341,20 @@ Create webhook subscription listens to subscribed webhook events on a specific p

+ Body

{
"webhookUrl": "https://webhook.site/2036c967-0174-4604-8b38-8d5493ed6d65",
"emails": [
"test@xyz.com"
],
"eventName": "APPOINTMENT_BOOKED",
"auth": {
"username": "testUser",
"password": "userpassword"
{
"webhookUrl": "https://webhook.site/2036c967-0174-4604-8b38-8d5493ed6d65",
"emails": [
"test@xyz.com"
],
"eventName": "APPOINTMENT_BOOKED",
"auth": {
"username": "testUser",
"password": "userpassword"
}
}


}

+ Response 200 (application/json)

{
"id": "abcchdguweUGBSK16789278",
"message": "You have successfully subscribed to : https://webhook.site/2036c967-0174-4604-8b38-8d5493ed6d65"
Expand Down Expand Up @@ -10390,12 +10390,14 @@ Delete webhook subscription to stop listening to subscribed webhook events on th

+ Request (application/json)
+ Headers

Accept: application/json

+ Response 200 (application/json)
{
"message": "This Subscription has been Unsubscribed"
}

{
"message": "This Subscription has been Unsubscribed"
}


+ Response 404
Expand Down Expand Up @@ -12399,6 +12401,7 @@ Get all Questions and Answers for a Location


+ Body

{
"totalCount": 1,
"questionsAndAnswers": [
Expand Down Expand Up @@ -16071,7 +16074,7 @@ Get tickets
+ status: new (string) - Ticket status.
+ rating: 5.0 (number) - Review rating.
+ externalId: 213243231 (string) - Public review id.
+ description: Customer will visit again (number) - Description of the ticket.
+ description: Customer will visit again (string) - Description of the ticket.
+ activityCount: 4 (number) - Number of activities associated with the ticket.
+ assignedTo (object) - Assignee details.
+ firstName: Steve (string) - First Name of the assignee.
Expand Down