GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Twenty-one — EDGARView Integration (continued)
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 optional 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 request.
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
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.