- 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 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 05:59 AM
Thank you so much Sir for this. Really appreciate.
- 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 05:59 AM
Thank you so much Viraj. Really appreciate.