Skip to main content

4.66. Viewer - Read different versions of connections

Id 4.66.
Description

As a Viewer,

 

I must be able to access a specific physical link version, 

 

So that I can compare previous and new versions of a physical link and understand the works that have been performed on site.

Priority High
Actors Viewer
API Calls

GET /physical-links

GET /physical-links/<physical-link-id>

Linked Processes
Status Implemented

Preconditions

    1. The User must be authenticated and have the Viewer role.
    2. The user must have the source, destination and Physical Link Type of a physical link for which he wants a specific version.

Postconditions

  1. The System returns the given version of the physical link.

Main flow

  1. The User requests a specific version of a physical link.
  2. The system returns the requested version.

Exceptions

[400 Bad Request] Invalid input:

If mandatory fields are missing or invalid, the system returns an error message.

[500 Internal Server Error] System Error

If the system fails to save changes due to an internal error, it displays an appropriate message and logs the error for further investigation.