GA4GHV20
Show information about this service. It is assumed that removing this endpoint from a URL will result in a valid URL to query against
get/ga4gh/trs/v2/service-info
Response
A successful operation to request the service information about this running service.'
Example response
{
"contactUrl": "mailto:support@example.com",
"createdAt": "2019-06-04T12:58:19Z",
"description": "This service provides...",
"documentationUrl": "https://docs.myservice.example.com",
"environment": "test",
"id": "org.ga4gh.myservice",
"name": "My project",
"organization": {
"name": "My organization",
"url": "https://example.com"
},
"type": {
"artifact": "beacon",
"group": "org.ga4gh",
"version": "1.0.0"
},
"updatedAt": "2019-06-04T12:58:19Z",
"version": "1.0.0"
}