15 DOMAIN SERVICE RESOURCE
A domain service is a well-known (singleton) domain object that typically acts as a repository and/or factory, providing actions for obtaining other domain object instances (although services can provide any kind of functionality in relation to objects).
15.1 HTTP GET
Obtain summary representation of a domain service..
The endpoint URL for this resource is:
/services/{serviceId}
where:
-
{serviceId}
is a unique identifier for the service
15.1.1 Request
15.1.1.1 Query String
-
x-ro-domain-model (optional, §A3.1)
-
"simple"
-
"formal"
-