Skip to main content

Get Available Data Points

GET 

/ext/integrations/sync-sdk/datapoints/

This marks the initial phase of configuring the integration. Through this API, you can either create a new instance object or retrieve an existing one. Subsequently, you will use this instance object to transmit the sync data.

Responses

Get Available Data Points

Schema

    data

    object[]

  • Array [

  • _id string
    enum string
    name string

    schema

    object

    items

    object

    properties

    object

    account_name

    object

    type string

    app

    object

    type string

    businessUnit

    object

    type string

    costcenter

    object

    type string

    date_of_joining

    object

    format string
    type string

    date_of_termination

    object

    format string
    type string

    department

    object

    type string

    designation

    object

    type string

    email

    object

    type string

    id

    object

    type string

    jobTitle

    object

    type string

    last_used

    object

    format string
    type string

    license

    object

    items

    object

    type string
    type string

    name

    object

    type string

    po_number

    object

    type string

    reportingmanager

    object

    type string

    role

    object

    type string

    status

    object

    enum string[]

    transaction_amount

    object

    type string

    transaction_currency

    object

    type string

    transaction_date

    object

    format string
    type string

    transaction_description

    object

    type string

    transaction_type

    object

    type string

    vendor_name

    object

    type string
    required string[]
    type string
    type string
    status string
  • ]

Loading...