Table of Contents

TTMSFNCCustomRESTClient.GetExecutedRequestByURL Method

Returns the most recent executed request with the specified URL.

API unit family: TMSFNCRESTClient Declaring type: 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.