latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

Diagram Pictures

Adds a diagram picture.

Take a diagram picture for a given asset and diagram view. A diagram picture is a copy of traceability diagram (result diagram) at a given time (for more information on traceability diagram check DGC User Guide).

The motivation behind diagram picture is to be able to reopen them at a later point in time and be able to see them them exactly as they were created. This feature is not possible for result diagram which are always showing the current situation.

post/diagramPictures

Request body

assetIdstring uuid required

The ID of the Asset for which the picture should be taken.

viewIdstring uuid required

The ID of the View for which the picture should be taken.

Response

Diagram picture successfully added.The response contains a UUID of the added diagram picture. The UUID can be used to compose an URL to retrive the diagram picture.

string uuid required