Models/Interfaces
Get a specific interface
Retrieves a specific interface by ID
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Interface details
An interface between parts in the model consisting of connections
The id of the edge
The type of the edge
The source node id
The target node id
The data associated with the edge
ID of the model this interface belongs to
ID of the source part
ID of the target part
Name of the interface
Description of the interface
Creation timestamp
Last update timestamp