Description
Returns latest JSON of a service artifact given the artifact's name. This can optionally filter on version and/or service ID.
Syntax
GetJsonById(int id)
Returns
Task<string>
API
GET /api/v1/service-artifact/latest
Parameters
alias: alias of the service artifact (required)
serviceId: service ID (optional)
version: version of the service artifact (optional)
Returns
200 OK - string object.