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

« Previous Version 4 Current »

Description

Gets a collection of artifacts related to a specific service request.

Package Details

Interface

IArtifactManager

Syntax

Task<ICollection<ArtifactInfo>> GetArtifacts(int serviceRequestId, ArtifactSelectionType artifactSelectionType);

Returns

Task<ICollection<ArtifactInfo>>

API Endpoint

Parameters

Parameter

Description

Parameter Type

Sample request body

 

Returns

On success, 200 Ok

On error, 400 Bad Request

On authorization error, 403 Forbidden

Example

 

  • No labels