The Service
Endpoint
Definition
The Service
endpoint requires no inputs (though still needs authorization) and returns the services that the user has access to.
- API endpoint:
https://solarfarmer.dnv.com/api/Service
- It is a HTTP GET request
- Inputs:
- None
- Outputs:
- An object of type Response3 which contains a list of strings, each string representing a service.
- Example strings returned in the list are 'ModelChain2D' and 'ModelChain3D'
See the Service Endpoint Tutorial to learn how to use this endpoint.