This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Difference between GET /api/artifacts/{id}/data/** and POST /api/artifacts/{id}/data #124
Unanswered
ctoscano-eu
asked this question in
Q&A
Replies: 0 comments 2 replies
-
Hello César, the GET /api/artifacts/{id}/data/** endpoint allows the user to set additional query parameters, for instance: GET /api/artifacts/{id}/data/additional/path?param1=value1¶m2=value2. More information about this can be found at: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the major difference between these APIS:
GET /api/artifacts/{id}/data/**
POST /api/artifacts/{id}/data
as both return the data related to the identified artifact.
Beta Was this translation helpful? Give feedback.
All reactions