GET | /RestApi/sitefinity/related-data/parent-items |
---|
"use strict";
export class ChildItemMessage {
/** @param {{ChildItemId?:string,ChildItemType?:string,ChildProviderName?:string,Filter?:string,Order?:string,Skip?:number,Take?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
ChildItemId;
/** @type {string} */
ChildItemType;
/** @type {string} */
ChildProviderName;
/** @type {string} */
Filter;
/** @type {string} */
Order;
/** @type {number} */
Skip;
/** @type {number} */
Take;
}
JavaScript ChildItemMessage DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
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: application/xml