SLM Services REST Endpoints
    
        SLM/SLM Services
    
Use for managing SLM services.
- Create an SLM Service
- Method: postPath:/api/SLM/Services
- Delete an SLM Service
- Method: deletePath:/api/SLM/Services/{id}
- Get an SLM Service by ID
- Method: getPath:/api/SLM/Services/{id}
- Get Full Neo4j Path for a Service
- Method: getPath:/api/SLM/Services/readPathFromServiceID
- Get SLM Services
- Method: getPath:/api/SLM/Services
- Move SLM Services to a Different Parent
- Method: putPath:/api/SLM/Services/updateMove
- Update an SLM Service
- Method: putPath:/api/SLM/Services/{id}