Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

objectTypeId

Integer

Yes

The id of the type of object being queried.

key

String

Yes

The key of the attribute.

Return Type

IObject

Examples

Example 1 - getting object attribute type by id

Code Block
languagejs
use "insight";
IObject myObject;
myObject = getObject(12345);
runnerLog(myObject.id);
runnerLog(myObject.lablel);

Result:

Example 2 - getting object attribute type by object type id and key

Code Block
languagejs
use "insight";
IObject myObject;
myObject = getObject(12345);
runnerLog(myObject.id);
runnerLog(myObject.lablel);

Result:

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "insight_routine" and space = currentSpace ( )
labelsarray_routines