Get an artifact

get

/epm/rest/v1/artifacts/{id}

Request

Path Parameters
Query Parameters
  • The specified field will be expanded and included in the returned Artifact.
    • Allowed Values: [ "children" ]
  • A comma separated list of fields to return for each Artifact. If no fields are specified, the default fields (artifactId, name, description, type) will be included.
    • Allowed Values: [ "all", "artifactId", "name", "description", "type", "typeID", "pathName", "createdBy", "creationDate", "modifiedBy", "modifiedDate", "lastAccessed", "favorite", "ordinal" ]

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Request successful
Body ()
Root Schema : Artifact
Type: object
Narrative Reporting Library Artifact
Show Source
Nested Schema : ItemCollectionArtifact
Type: object
Show Source
Nested Schema : items
Type: array
Read Only: true
Show Source

400 Response

Invalid parameter

404 Response

Artifact UUID not found

500 Response

Service Error
Back to Top