Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backend] Update API endpoint to provide attributes for Semantic models Panel in Detail View #711

Open
1 task
Tracked by #435
mkanal opened this issue Feb 29, 2024 · 0 comments
Open
1 task
Tracked by #435
Labels

Comments

@mkanal
Copy link
Contributor

mkanal commented Feb 29, 2024

As user of trace-x
I want to view payload of semantic models connected to a digital twin in JSON RAW, JSON TREE and JSON GRAPH representation
so that have the opportunity to view the original payload of a semantic model with all attributes in my favorite representation

##Link

Hints / Details

  • ...

Acceptance Criteria

  • API endpoints response bodies are extended with required attributes version and payload for Semantic Model Detail View Panel

Technical details Backend API

BE API Extensions

  • API GET /assets/as-planned/{assetId}
    • add full urn attribute to detailAspectModels
    • add payload (link) of semantic models to detailAspectModels
  • API GET /assets/as-planned/*/children/{childId}
    • add full urn attribute to detailAspectModels
    • add payload (link) of semantic models to detailAspectModels
  • API GET /assets/as-built/{assetId}
    • add full urn attribute to detailAspectModels
    • add payload (link) of semantic models to detailAspectModels
  • API GET /assets/as-built/*/children/{childId}
    • add full urn attribute to detailAspectModels
    • add payload (link) of semantic models to detailAspectModels

Mockups

Uploading image.png…

Out of Scope

  • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: backlog
Development

No branches or pull requests

1 participant