What table does 'sn_km_api' reads?

symonflores_23
Tera Guru

I want to pull the HTML content of a Knowledge Base Article the same way it is output by sn_km_api using a script.

1 ACCEPTED SOLUTION

symonflores_23
Tera Guru

Found my answer:

 

kb_knowledge."Article body" is only useful for Knowledge Articles using Standard template.

 

If you want to pull an HTML content of a Knowledge Article using Templates. Get it on table '

sn_km_mr_st_kb_knowledge'.
 
This works for me.

View solution in original post

2 REPLIES 2

aizawaken
Tera Guru

Hi @symonflores_23 ,

How about checking the field : kb_knowledge."Article body"? 
Is this the one you want?

Thanks,

symonflores_23
Tera Guru

Found my answer:

 

kb_knowledge."Article body" is only useful for Knowledge Articles using Standard template.

 

If you want to pull an HTML content of a Knowledge Article using Templates. Get it on table '

sn_km_mr_st_kb_knowledge'.
 
This works for me.