Do we have any API documentation for time_card table?

AbdurRahmanSnow
Giga Guru

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.....

2 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @AbdurRahmanSnow 

https://www.servicenow.com/community/developer-forum/creating-a-time-card-from-an-interaction-record...

 

As per this post, you can use API for Time card, did you in PDI ? or client instance

 

try here

 

AGLearnNGrow_0-1742204320908.png

 

*************************************************************************************************************
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]

****************************************************************************************************************

View solution in original post

Viraj Hudlikar
Giga Sage

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.

View solution in original post

7 REPLIES 7

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.

Ankur Bawiskar
Tera Patron
Tera Patron

@AbdurRahmanSnow 

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.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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.