Versions Compared

Key

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

...

This is the JSON text of the artifact.

The following methods are available on the IServiceArtifactManager interface:

GetById(int id)

Description

Returns information on a service artifact based on it id in the database.

Syntax

GetById(int id)

Returns

Task<ServiceArtifactInfo>

API

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

Parameters

id: id of service artifact in the database

Returns

200 OK - ServiceArtifactInfo object.