SLM Services REST Endpoints

SLM/SLM Services
Use for managing SLM services.
Create an SLM Service
Method: post
Path: /api/SLM/Services
Delete an SLM Service
Method: delete
Path: /api/SLM/Services/{id}
Get an SLM Service by ID
Method: get
Path: /api/SLM/Services/{id}
Get Full Neo4j Path for a Service
Method: get
Path: /api/SLM/Services/readPathFromServiceID
Get SLM Services
Method: get
Path: /api/SLM/Services
Move SLM Services to a Different Parent
Method: put
Path: /api/SLM/Services/updateMove
Update an SLM Service
Method: put
Path: /api/SLM/Services/{id}