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)
LSCS Query
HKN1104
Can any one give me a query for LSCS to retrieve files based on date...
Its not a Program....a query ...
I tried all these
http://ServerName:1876/lscs/v1/document/?q=year:2011
http://ServerName:1876/lscs/v1/document/?q=year:2011+category:Test_Category
http://ServerName:1876/lscs/v1/document?q=category:Test_Category&sort=12/06/2011
I am getting resultant in below txt file attached
thanks
Find more posts tagged with
Comments
HKN1104
Hello Folks
Has any one does this kind of requirement.
Req: I created 4-5 dcrs, published them to PLC.
Now i have to write a query to display all those dcr's based on date..
I am very new to LSCS and LSDS...I had gone through. lscs 7.1 tech ref. i tried with few of them, i did not found any solution. If anybody can give me some tips or ideas to find dcr's on based on date would be helpful.
Thanks
nipper
Run this query and see if you have the data you want:
http://:/lscs/v1/metadata-info
Then you should be able to construct a query
HKN1104
Thanks Nipper.
I did that, I gives me list of all metadata-info and Field names.
PieChartTitle.rptdesign
nipper
Right, that gives you the MetaData you have access to. Which field of those do you want to search on ?
lastModifiedDate ?
HKN1104
Thanks Nipper,
That was clear,
Thank you.