Use a valid Bearer token to authenticate.
The page number of results to retrieve. Example: 2
Specifies the maximum number of items to retrieve in a single request. Example: 10. Default: 20
Fields is for selecting the specific fields that you can choose by multiples to show in the response using a string with a comma delimiter.
Example: dataId,dataTypeId,organizationId
sortBy is used to sort the result-set in ascending or descending order according to selected field. The value of this param is one of available fields on data source objects.
Example: dataId, dataTypeId, hubId, etc.
Default: createdTime
sortOrder is to decide ascending or descending order
Example: asc or desc.
Default: desc
Name or unique identifier value associated with data source. You can do a multipe filter dataId using separator coma (,)
Example: Outlet or Outlet,Toko
The identifier for Data Type. Use GET /data-types API to get the list of Data Type IDs.
Example: 63db2fb476bc679c540369c4
Name of data type. Use GET /data-types API to get the list of dataType Name.
Example: Pegawai
The time at which the data is updated.
Example: 2023-07-06T06:41:08
Parameter to restrict data source based on user. The default value of this parameter is true. If limitUser is true, the data source will be limited based on user. and if limitUser is false, data source will show all data without any limitation based on user.
Example: false