configuration
Get User All Configuration
List all configurations stored by the authenticated user.
Response
Returns a JSON list of records of the form . Returns an empty list when none exist. Use the “id” value with GET /api/v1/configuration/get_user_configuration/ to fetch a single configuration’s data.
GET
Get User All Configuration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Previous
DeleteDelete data by its ID from the specified dataset.
Args:
data_id: The UUID of the data to delete
dataset_id: The UUID of the dataset containing the data
mode: "soft" (default) or "hard" - hard mode also deletes degree-one entity nodes
user: Authenticated user
delete_dataset_if_empty: If True, deletes the dataset if it is left empty after data deletion
Returns:
JSON response indicating success or failure
Next
Get User All Configuration