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
POST api/v2/accounts/search
PATCH api/v2/accounts/{id}/user-group
POST api/v2/products
PUT api/v2/products/{id}
DELETE api/v2/products/{id}
POST api/v2/purchases/issue
PUT api/v2/purchases/{id}/refund
POST api/v2/statistics/unused-clips
The text was updated successfully, but these errors were encountered:
Products endpoint should include some sort of GET in order to retrieve all products, not filtered based on usergroup or product visibility. For example one of the following:
GET api/v2/products/all (not so restful)
GET api/v2/products?include=all (use query parameter)
The API adds the endpoint GET /api/v2/products/all, which returns all
products, regardless of usergroup or visibility.
This endpoint will be used for the product management frontend in
AnalogIO/shifty-webapp#20, discussed in
#217 (and slack).
This endpoint is only accessible for users with Board privileges and
will allow board members to manage the visibilty of products or products
that they otherwise don't have access to themselves in the app.
---------
Co-authored-by: Omid Marfavi <[email protected]>
High-level functionality
Suggested API design
The text was updated successfully, but these errors were encountered: