Versions Compared

Key

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

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.