Get information about the artifact set

Return a JSON representation of the artifact set

Request

GET https://{hostname}:{port}
  /build/rest2/artifactsets/{id}
Table 1. URL parameters
Parameter Type Required Description
id string true The identifier to use when looking up an artifact set. This is the ID of the artifact set
This command takes a JSON request string or file. Use the following template for the request:
{
  "active": "The active status of the artifact set",
  "description": "The description of the artifact set",
  "id": "The id of the artifact set",
  "inactive": "The inactive status of the artifact set",
  "location": "The The URL that can be used to get the 
  JSON representation of the artifact set",
  "name": "The name of the artifact set"
}