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