You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ElementApi.md
+66-20Lines changed: 66 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,16 @@ All URIs are relative to *http://localhost*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
-
[**createElement**](ElementApi.md#createElement) | **POST** /element | Add a new element
8
-
[**getElement**](ElementApi.md#getElement) | **GET** /element/{id} | Get element by its ID
9
-
[**getElements**](ElementApi.md#getElements) | **GET** /element | Get all elements
10
-
[**getElementsInModel**](ElementApi.md#getElementsInModel) | **GET** /element/model/{model_id} | Get all elements in the model
7
+
[**createElement**](ElementApi.md#createElement) | **POST** /elements | Add a new element
8
+
[**getElement**](ElementApi.md#getElement) | **GET** /elements/{identifier} | Get element by its ID
9
+
[**getElementByProjectAndId**](ElementApi.md#getElementByProjectAndId) | **GET** /projects/{project_identifier}/elements/{element_identifier} | Get element by project ID and its ID
10
+
[**getElements**](ElementApi.md#getElements) | **GET** /elements | Get all elements
11
+
[**getElementsInProject**](ElementApi.md#getElementsInProject) | **GET** /projects/{project_identifier}/elements | Get all elements in the project
0 commit comments