mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
20 lines
733 B
Markdown
20 lines
733 B
Markdown
**HX Insights Connector API**
|
|
|
|
Provides access to the HX Insights connector API endpoints.
|
|
|
|
## Documentation for API Endpoints
|
|
|
|
All URIs are relative to *https://localhost/alfresco/api/-default-/private/hxi/versions/1*
|
|
|
|
Class | Method | HTTP request | Description
|
|
------------ | ------------- | ------------- | -------------
|
|
*.PredictionsApi* | [**getPredictions**](docs/PredictionsApi.md#getPredictions) | **GET** /nodes/{nodeId}/predictions | Get predictions for a node.
|
|
|
|
## Documentation for Models
|
|
|
|
- [PredicitonsApi](docs/PredictionsApi.md)
|
|
- [Prediciton](docs/Prediction.md)
|
|
- [PredicitonEntry](docs/PredictionEntry.md)
|
|
- [PredicitonPagingList](docs/PredictionPagingList.md)
|
|
- [PredicitonPaging](docs/PredictionPaging.md)
|