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 a collection of ServiceArtifactInfo objects of a given service ID. The collection can be optionally filtered on alias and version.

Syntax

GetArtifactsByServiceId(int serviceId, string alias = null, int? version = null)

Returns

Task<ICollection<ServiceArtifactInfo>>

API

GET /api/v1/service-artifact/artifacts/info

Parameters

service ID (required)
alias: alias of the service artifactserviceId(optional)
version: version of the service artifact (optional)

Returns

200 OK - string object.

  • No labels