Table of Contents

TTMSFNCRESTClient.GetExecutedRequestByURL Method

Returns the most recent executed request with the specified URL.

API unit family: TMSFNCRESTClient Declaring type: TTMSFNCRESTClient Inherited from: TTMSFNCCustomRESTClient

Syntax

function GetExecutedRequestByURL(AURL: string): TTMSFNCRESTClientExecutedRequest;

Parameters

Name Description
AURL URL to find in the executed request history.

Returns

The matching executed request, or nil when no request is found.