GET | /RestApi/sitefinity/related-data/parent-items |
---|
namespace Telerik.Sitefinity.Services.RelatedData.Messages
open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
[<AllowNullLiteral>]
type ChildItemMessage() =
member val ChildItemId:String = null with get,set
member val ChildItemType:String = null with get,set
member val ChildProviderName:String = null with get,set
member val Filter:String = null with get,set
member val Order:String = null with get,set
member val Skip:Int32 = new Int32() with get,set
member val Take:Int32 = new Int32() with get,set
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
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/csv