<back to all web services

ParentItemMessage

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


open class ParentItemMessage
{
    var ParentItemId:String? = null
    var ParentItemType:String? = null
    var ParentProviderName:String? = null
    var FieldName:String? = null
    var Status:ContentLifecycleStatus? = null
    var Filter:String? = null
    var Order:String? = null
    var Skip:Int? = null
    var Take:Int? = null
    var ChildItemType:String? = null
    var ChildProviderName:String? = null
}

enum class ContentLifecycleStatus(val value:Int)
{
    Master(0),
    Temp(1),
    Live(2),
    Deleted(4),
    PartialTemp(8),
}

Kotlin ParentItemMessage DTOs

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

GET /RestApi/sitefinity/related-data/child-items HTTP/1.1 
Host: www.asg.com.au 
Accept: application/json