BuildAutoLink
Automatic link generation and update for all items in the target datastore (using DisplayID).
Description
Automatic link generation and update for all items in the target datastore.
Method
POST
Request URL Format
/api/v0/applications/:app-id/datastores/:datastore-id/datalink/autolinks
URL Params
app-id : Application ID (specify the ID entered from the Hexabase screen or internal ID [p_id])
datastore-id : Datastore ID(Specify the ID entered from the Hexabase screen or internal ID [d_id])
Payload
{
"async": false, // default: false (If true, async datalink key creation is performed)
"build_datalink_key": false // default: false (If true, also generate and update datalink keys)
}
Request URL Sample
POST https://api.xxx.com/api/v0/applications/APPNAME/datastores/DATABASE_1/datalink/autolinks
Response Sample
{
"error": null
}