- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 02:30 AM
Good afternoon.
Do we have any API documentation for time_card table? So, to understand what parameters can be passed and what response is received when API is accessed.....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 02:38 AM
As per this post, you can use API for Time card, did you in PDI ? or client instance
try here
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 03:50 AM
Hello @AbdurRahmanSnow
I don't think there will be specific documentation available for this table. You will need to explore by checking options available under Rest API explorer in table you will need to pass time_card table and then normal table api which will have normal operations like get/put/post/delete. The parameters which are required while creating a record from native ui should be passed when using API so your record will have atleast mandate data as needed. Similarly, the response typically includes the requested data in JSON format, along with metadata such as status codes and messages as your third-party consumer needs.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 06:14 AM
Hello @AbdurRahmanSnow
Thank you for marking my response as helpful! 😊
I hope your concern has been fully addressed. If it resolves your issue, please consider marking it as the accepted solution. This will ensure others in the community can benefit from the solution too.
As per new community feature you can mark multiple responses as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 06:45 AM
there is no specific API documentation for time_card table.
You will know how to use Table API using ServiceNow docs.
What's your exact business requirement here?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 10:34 AM
Customer is asking to share the documentation, Ankur. As you said, I will refer the above Table API links.
Thanks a lot for your reply.