API 가이드
User GuideDeveloper GuideAPI Guide🏠
English
English
  • Get started
  • API
    • Import API
      • Event
        • POST: Loading an event
      • Identity
        • POST: Create and update a unified profile
      • Profile
        • Get started
        • POST: Create and update user properties
      • Detailed response
    • Export API
      • Export
        • POST: Extracting an event
        • POST: Extract user profile
      • Detailed response
  • Data Type
  • Certification
  • Request Limit
  • Best Practices
Powered by GitBook
On this page
Export as PDF

Data Type

DFINERY's API uses the data types below. When users connect to the API, they must make a request according to the data type required by the API.

Type
Format
Example

String

-

"foo"

Long

-

1

Double

-

1.0

Boolean

-

true

Array of String

-

["foo", "bar"]

Array of Long

-

[0, 1]

Array of Double

-

[0.0, 1.0]

Datetime

yyyy-MM-dd'T'HH:mm:ss(.SSS)Z

2023-08-15T12:30:00.000Z, 2023-08-15T12:30:00Z,

Date

yyyy-MM-dd

2023-08-15

PreviousDetailed responseNextCertification

Last updated 3 months ago