Endpoints¶
Definition¶
An Endpoint is one end of a communication channel, the API end of it. It has a unique URL and a set of parameters associated with it. Sending a request with a specific HTTP 1 method to an Endpoint triggers a certain function.
Example
Contacting materials endpoint with a PUT HTTP method and the corresponding data about a material will lead to the creation of the corresponding Material inside the database and return the result.
List of Endpoints¶
Below is the list of currently supported endpoints with links to the detailed documentation in the API Explorer:
- Material
- Workflow
- Job
- Project
- Bank Material
- Bank Workflow
- Property (RefinedProperty)
- RawProperty
- Charge
- Login
- Logout