For the complete documentation index, see llms.txt. This page is also available as Markdown.

Diagram Pictures

Adds a diagram picture.

post

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.

Authorizations
AuthorizationstringRequired
Body
assetIdstring · uuidRequired

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

viewIdstring · uuidRequired

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

Responses
201

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.

application/json
string · uuidOptional
post/diagramPictures
201

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.

Last updated

Was this helpful?