Public API Data Types

The following data types are used in Operations Public API:

Name

Range

Description

int

from -2,147,483,648 to +2,147,483,647 (inclusive)

32-bit signed integer

bigint

from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 (inclusive)

64-bit signed integer

string

from 0 to unlimited number of characters

character string

boolean

0 (false) or 1 (true)

Boolean data type

base64

from 0 to unlimited number of bytes

base64-encoded binary

struct

Not applicable

structured data type

array

Not applicable

array