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

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]

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

Thank you so much Sir for this. Really appreciate.

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.

Thank you so much Viraj. Really appreciate.