Gets the default service associated with the provided serviceTypeId
Gets the default service associated with the provided serviceTypeId. The 'default' service is the service instance that was most recently updated and is available. If there are no available services matching serviceTypeId, then it returns the service most recently updated
The serviceTypeId to use to use for filtering
successful operation
{
"serviceVersion": "string",
"serviceType": {
"productId": "string",
"serviceTypeId": "string",
"typeId": "string",
"serviceName": "string"
},
"lastUpdated": "string",
"nameMsgKey": "string",
"createdDate": "string",
"name": "string",
"serviceAttributes": [
{
"id": "string",
"value": "string",
"key": "string"
}
],
"id": "string",
"ownerId": "string",
"endPoints": [
{
"lastUpdated": "string",
"endPointType": {
"protocol": "string",
"typeId": "string"
},
"serviceInfoId": "string",
"createdDate": "string",
"endPointAttributes": [
{
"id": "string",
"value": "string",
"key": "string"
}
],
"id": "string",
"sslTrusts": [
"string"
],
"url": "string"
}
]
}
The service version. For example, "1.0.0".
The last updated date.
The service name message key used for localization
The created date.
The name of the service. NOTE: Services of the same serviceType should have same name.
Service specific attributes to be advertised to service consumers (optional).
The id.
The solution username of the SSO principal owning the service.