You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
To support the use case of the AG Ministry and other end users utilizing the registry app's API endpoints, we want to add a new endpoint to retrieve information for a single product.
Technical Details
In addition to the existing LIST endpoint, introduce a GET /api/v1/private-cloud/products/<id or licenceplate> endpoint.
Include the user email attribute in both the LIST and GET endpoints.
Definition of Done (DOD)
A machine can retrieve product information by ID or license plate using a service account token.
The text was updated successfully, but these errors were encountered:
Description
To support the use case of the AG Ministry and other end users utilizing the registry app's API endpoints, we want to add a new endpoint to retrieve information for a single product.
Technical Details
LIST
endpoint, introduce aGET /api/v1/private-cloud/products/<id or licenceplate>
endpoint.user email
attribute in both theLIST
andGET
endpoints.Definition of Done (DOD)
The text was updated successfully, but these errors were encountered: