cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Rest api Parameter

suayb58
Champ on-the-rise
Champ on-the-rise

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;


					
				
			
			
				
			
			
			
			
			
			
			
		
3 REPLIES 3

afaust
Legendary Innovator
Legendary Innovator

Why not simply specify fields=title if you only want the title?

suayb58
Champ on-the-rise
Champ on-the-rise

I am writing fields = title. The entry object is empty because the field is in the site.as you can see in the picture


					
				
			
			
				
			
			
			
			
			
			
			
		

afaust
Legendary Innovator
Legendary Innovator

Then you likely need to use "fields=site,title" - "site" to allow the outer property, and "title" to allow the inner one