- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 02:08 AM
Hi all,
I am trying to configure and use the appointment booking that comes with the Field Service Management process (https://docs.servicenow.com/bundle/sandiego-field-service-management/page/product/field-service-management/concept/appointment-booking-administer.html)
I'm intending to use the API that I found by digging around in the REST explorer.
However, I dont see any form of documentation or any mention of this Appointment booking API anywhere in ServiceNow's documents, nor do I see any discussions about it.
I am not sure how to use these API as I do not know what parameters to provide, what kind of response should I expect and what the API actually does.
So I am wondering if anyone have knowledge about these or know where these are documented.
Regards,
Lim
Solved! Go to Solution.
- Labels:
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2023 04:22 AM
Hi wclim,
Hope below documentation helps!
Good luck!
Regards,
Raksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2022 07:41 PM
Hello Lim,
This appointment booking is been used by Walkin experience & Field service management as well. I think this below link can guide to crack some information you are looking for to work on API. this B
https://community.servicenow.com/community?id=community_question&sys_id=d944b503db8da0107d3e02d5ca9619bb
As mentioned, Go to REST API Explorer and select the appointment table and check the POST request. There you get a sample script, which you can then use it in your instance.
Regards,
PaulSylo
Community Raising Star!
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2022 12:57 AM
Hi Paul,
Thanks for that link, however this does not answer the question, the Rest API explorer can generate a sample script based on the provided API request and query parameters. But the issue now is that - I do not know what query parameters to provide as there are no documentation on this.
The only way i can currently see is the time consuming process of delving into the API codes and related script includes to make sense of the how the API works, what responses will I expect under different scenarios and what query parameters it is expecting.
The thing that worry me is that if there are no official documentations about this API usage - it might not be working properly, or not intended to be used.
Regards,
Lim

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2023 04:22 AM
Hi wclim,
Hope below documentation helps!
Good luck!
Regards,
Raksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2024 08:10 AM
Were you ever to make use the appointment API?