Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels