Global Properties Object

Most of the functions rely on input parameters to specify the search criteria (filter data), or to provide the updates to the EnterpriseTrack data. Conversely, many of the functions rely on output parameters as the mechanism to deliver those results.

To ensure compatibility with the configuration of EnterpriseTrack, the global_properties object is included in this collection of parameters. The settings specified in this object perform the necessary translations of the data (specified by the other parameters) into the formats compatible with EnterpriseTrack.

Since the majority of the functions use JSON data format, the details are presented in the following table as name/value pairs. Unless otherwise specified, all values are not case sensitive.

Name

Data Type

Value Required?

Placeholder or Constant

Description

api_version

String

Yes

et-integration-
api-1.0

Specifies the version number of the Integration API software.

char_set

String

Yes

<char_set>

Specifies the character set that EnterpriseTrack is deployed on.

Typically, utf-8 is specified.

date_format

String

Optionally required (see description)

<date_format>

Required only if date parameters are used by the Integration function.

Specifies the date format that EnterpriseTrack uses.

Typically, yyyy/MM/dd is specified.

effort_unit

String

Not applicable

<effort_unit>

Output parameter.

Specifies the unit of measurement for effort.

language

String

No

<lang>

Specifies the language that EnterpriseTrack uses.

If no value is specified, the language is set to that used for the Login session.

Related Topics

Using the Oracle Instantis EnterpriseTrack API

Function Invocation

Invocation Parameters



Legal Notices
Copyright © 2000, 2018, Oracle and/or its affiliates. All rights reserved.

Last Published Thursday, May 03, 2018