<back to all web services

GetChildMethods

The following routes are available for this service:
GET/RestApi/diagnostics/methods/children/{operationId}
"use strict";
export class GetChildMethods {
    /** @param {{OperationId?:string,RootOperationId?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    OperationId;
    /** @type {string} */
    RootOperationId;
}
export class MethodViewModel {
    /** @param {{Id?:string,RootOperationId?:string,ParentOperationId?:string,Method?:string,Start?:string,End?:string,Duration?:number,QueryCount?:number,HasChildren?:boolean}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    Id;
    /** @type {string} */
    RootOperationId;
    /** @type {string} */
    ParentOperationId;
    /** @type {string} */
    Method;
    /** @type {?string} */
    Start;
    /** @type {?string} */
    End;
    /** @type {?number} */
    Duration;
    /** @type {number} */
    QueryCount;
    /** @type {boolean} */
    HasChildren;
}
export class MethodsProxy {
    /** @param {{Items?:MethodViewModel[]}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {MethodViewModel[]} */
    Items;
}

JavaScript GetChildMethods DTOs

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

HTTP + CSV

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

GET /RestApi/diagnostics/methods/children/{operationId} HTTP/1.1 
Host: www.asg.com.au 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{}