Types of data in Bizagi OData responses

<< Click to Display Table of Contents >>

Types of data in Bizagi OData responses

 

Types of data in Bizagi OData responses

  •     Overview
  •     Data types
  • 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 Stakeholders.

    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

    OracleNumber

    Boolean

    Boolean

    Dates

    DateTime

    SmallDateTime

    Text

    Char

    VarChar

    Text

    NChar

    NVarChar

    NText

    VarChar

    Blobs

    Image

    Upload

    Binary

    VarBinary

    References and others

    Guid

    Stakeholder

    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.

    In this article