Topic by Ammar Aldaffaie
Content
Hi, I'm new to the REST API and I like to use C# to update some articles.
I did read the documentation and it is little advanced to me, my questions is anyone can provide a sample c# code to get me started.
Also for the URL it say
Content(IM): <site-name>-irs.<domain-name>/km/api/latest
Search: <site-name>-qp.<domain-name>/srt/api/latest
My question is what is the site name is that the interface? and I assume the domain name will be the full qualified URL for the end user page is that correct?
Can someone provide an example for the full URL that I would use to send post request please?
for the authentication To authenticate and authorize the API User, you must send a POST request using the URI /km/api/latest/auth/integration/authorize
So do I just add my end user domain before that?