Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter Twenty-oneEDGARView Integration (continued)

EDGARNextMakeAPICall Function

Overview

The EDGARNextMakeAPICall function ...

Syntax/Parameters

Syntax

string = EDGARNextMakeAPICall ( string path, [string verb], [boolean user],
                           [string headers], [string body] );

Parameters

path

A string is the path portion of the EDGAR URL. See Remarks.

verb

An option string indicating the HTTP verb used to make the internal API call. the default is “GET”.

user

An optional boolean specifying whether the application should attach the User token to the request. The File token is also attached. The default value is FALSE.

headers

An optional string specifying any additional headers to the request. These headers must be in proper HTTP format.

body

An optional string specifying the body of the reqest.

Return Value

Returns a string as a JSON object or an error report from the function. Use the GetLastError and GetLastErrorMessage functions to retrieve a formatted error code or textual error detail.

Remarks

Use of the filing features in no way abrogates the per workstation licensing requirements of application or its components. Use of the filing SDK functions serving commercial production services, web services or large scale filing is prohibited under the standard license agreement unless covered by a separate and specific license agreement.

Calls the given API path using the application's stored API tokens. If the user parameter is set the user token will be added to the Authorization header. The caller can specify additional headers using the header parameters and an optional body with the body parameter. Please note that the headers must be properly formatted (ie “Name: Value”). Multiple headers can be added by putting line returns between them. The application will already add the Authorization header.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE