Alfresco Rest api Parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2018 09:12 AM
Hello,Everyone.i am using Alfresco 5.2.i have got a problem.I just want to the service in the image to bring in the title field in the site.After fieldset field, how do I write a paramater for this?Thank you in advance for your help
The image;
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2018 05:32 PM
Why not simply specify fields=title if you only want the title?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2018 02:12 AM
I am writing fields = title. The entry object is empty because the field is in the site.as you can see in the picture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2018 02:37 AM
Then you likely need to use "fields=site,title" - "site" to allow the outer property, and "title" to allow the inner one