Skip to main content
GET
Read data source by hubId, dataTypeName, dataId

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

hubId
string
required

Fundamental entity within an organization, serving as the central point for managing various operational components. Use Use GET /hubs endpoint to get the list of Hub IDs. Example: 634e98498ce07d29474a7e29

dataTypeName
string
required

Name of data type. Use GET /data-types API to get the list of dataType Name. Example: Pegawai

dataId
string
required

Primary key data of the data type. Use GET /data API to get the list primary key data of dataType. Example: anas

Response

Success

status
boolean

Status of response.

message
string

Message of API response.

data
object

Detail of object data source.