Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter Twenty-oneEDGARView Integration (continued)

EDGARNextIsAPISetup Function

Overview

The EDGARNextIsAPISetup function tests whether the EDGAR Next API credentials are available.

Syntax/Parameters

Syntax

boolean = EDGARNextIsAPISetup ( [boolean user] );

Parameters

user

An optional boolean specifying whether to test the User token. The default value is TRUE.

Return Value

Returns a boolean as TRUE or FALSE indicating whether the APIis setup. [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.

Returns TRUE if the application has a Filer API token. If the user parameter is TRUE the application will only return true if both the Filer and User tokens are set.

Related Functions

Platform Support

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

Legato IDE