<back to all web services

ChildItemMessage

The following routes are available for this service:
GET/RestApi/sitefinity/related-data/parent-items
import java.math.*;
import java.util.*;
import net.servicestack.client.*;

public class dtos
{

    public static class ChildItemMessage
    {
        public String ChildItemId = null;
        public String ChildItemType = null;
        public String ChildProviderName = null;
        public String Filter = null;
        public String Order = null;
        public Integer Skip = null;
        public Integer Take = null;
        
        public String getChildItemId() { return ChildItemId; }
        public ChildItemMessage setChildItemId(String value) { this.ChildItemId = value; return this; }
        public String getChildItemType() { return ChildItemType; }
        public ChildItemMessage setChildItemType(String value) { this.ChildItemType = value; return this; }
        public String getChildProviderName() { return ChildProviderName; }
        public ChildItemMessage setChildProviderName(String value) { this.ChildProviderName = value; return this; }
        public String getFilter() { return Filter; }
        public ChildItemMessage setFilter(String value) { this.Filter = value; return this; }
        public String getOrder() { return Order; }
        public ChildItemMessage setOrder(String value) { this.Order = value; return this; }
        public Integer getSkip() { return Skip; }
        public ChildItemMessage setSkip(Integer value) { this.Skip = value; return this; }
        public Integer getTake() { return Take; }
        public ChildItemMessage setTake(Integer value) { this.Take = value; return this; }
    }

}

Java ChildItemMessage DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /RestApi/sitefinity/related-data/parent-items HTTP/1.1 
Host: www.asg.com.au 
Accept: text/jsonl