Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns latest JSON of a service artifact given the artifact's name. This can optionally filter on version and/or service IDid in the database.

Syntax

GetJsonById(int id)

...

GET /api/v1/service-artifact/latest{id}

Parameters

aliasid: alias id of the service artifact (required)
serviceId: service ID (optional)
version: version of the service artifact (optional)

Returns

200 OK - string object.