Exposing Project info through SDK

Description of the limitation and why it is relevant to address

As a developer I want to be able to retrieve the information filled in on the Project level so that the information can be used within an app when generating output such as drawings and reports.

I think this is relevant for the VIKTOR platform because it removes another level of repetition that users currently experience, where they need to fill in the same information within the app.

Submitter proposed design (optional)

Expose project information through the SDK’s API.

Current workarounds

Recreate the fields for project info in the app.

Requested by

@JamesPDL

This is on our radar. Note that it is already possible to obtain this information using the REST API. You can get the project information (id, name, description, visibility) with Get Workspace by Id | VIKTOR Documentation