Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How to use REST API
HKN1104
I had a requirement to bring last modified dcr's based on date...This is my first time using REST API....Any suggestions would be helpful...I am going through...LSCS 7.1 Technical Reference guide...is there any thing that i can go through.
Thanks
Find more posts tagged with
Comments
RonaldV
lscs comes with some helpful urls that are hard to find in the official docs:
[PHP]
http://server
ort/lscs/admin/debugpanel/
[default port is 1876, I believe]
and
http://server
ort/lscs/v1/metadata-info
[/PHP]
They some some useful details, with these detauils & the manual you should be able to query lscs and then work towards your requirement. lscs takes some time to get used to it.
HKN1104
Thanks ronald
HKN1104
Ronald
Does LSCS 7.1 Technical reference Guide will help in doing stuff on RestAPI.
Thanks
NegativePieChart.rptdesign
nipper
Yes that is the manual.
One tip, try all queries in a browser before you try to code it. You life will be much easier.
HKN1104
Thanks Nipper.