GetJsonById(int id)
Description
Returns latest JSON of a service artifact given the artifact's id in the database.
Syntax
GetJsonById(int id)
Returns
Task<string>
API
GET /api/v1/service-artifact/{id}
Parameters
id: id of the service artifact (required)
Returns
200 OK - string object.