Artifacts REST Endpoints

Artifacts
View and manage the Narrative Reporting Library artifacts.
Create a new file or folder artifact
Method: post
Path: /epm/rest/v1/artifacts
Delete a file or folder artifact
Method: delete
Path: /epm/rest/v1/artifacts/{id}
Get all artifacts in a folder
Method: get
Path: /epm/rest/v1/artifacts/{id}/children
Get all top level artifacts
Method: get
Path: /epm/rest/v1/artifacts
Get an artifact
Method: get
Path: /epm/rest/v1/artifacts/{id}