Versions Compared

Key

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

...

Task<ICollection<ArtifactInfo>>

API Endpoint

GET

api/v1/servicerequests/{id}/artifacts

Parameters

Parameter

Description

Parameter Type

Sample request body

...

id

Service request id

Path

artifactSelectionType

Possible values are:

  • All

  • Active

  • Archived

Query string

Returns

On success, 200 Ok

...

Example

Code Block
languagec#
const int serviceRequestId = 2245;

var allArtifacts = await ArtifactManager.GetArtifacts(serviceRequestId, ArtifactSelectionType.All);