...
Interface
IArtifactManager
Syntax
Task<T> Get<T>(int serviceRequestId, ArtifactType artifactType);
Returns
Task<T>
API Endpoint
GET
api/v1/artifacts
Parameter | Description | Parameter Type |
---|---|---|
serviceRequestId | Service request id associated to the artifact. | Query string |
ArtifactType | An artifact type.
| Query string |
...