Types of data in Bizagi OData responses

<< Click to Display Table of Contents >>

Navigation:  Low-code Process Automation > Studio Cloud - Authoring environment > Bizagi Studio > Bizagi from external applications > Bizagi API > OData RESTful services > Basic concepts >

Types of data in Bizagi OData responses

Overview

The following section presents the types of data considered in Bizagi OData services, especially when it comes to querying the metadata of resources such as:

Actions of processes.

Searches available for Personas.

Information displayed by default by processes.

Information required by processes whenever you want to start a new one.

Information required by activities or events (workitems) whenever you want to complete a pending one.

 

For basic information about Bizagi OData services, refer to Bizagi API.

 

Data types

Possible data types are:

 

Classification

Bizagi data type

Whole numbers

BigInt

Int

SmallInt

TinyInt

Decimal numbers and alike

Decimal

Numeric

Money

Float

Real

Boolean

Boolean

Dates

DateTime

SmallDateTime

Text

Char

VarChar

Text

NChar

NVarChar

NText

VarChar

Blobs

Image

Upload

Binary

VarBinary

References and others

Guid

Persona

Entity

Collection

 

note_pin

Note that not all data types are supported when sending out information to Bizagi OData services (HTTP POST).

 

To learn how to send out information specific to the different data types, refer to Sending input parameters.

 

The above applies whenever executing a search and filtering it with parameters, or when sending information when executing an action that starts a process or completes a workitem.


Last Updated 6/9/2023 3:28:51 AM