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
Optional parameter. Only useful value is me. See below for details.
catalog param
Optional parameter. Must be a gadget catalog. Defaults to approved if omitted.
Body model
no body
Scala
object GetGadgetManifests
The gadget manifests are retrieved in groups based on several criteria. First, if user=me is specified,
then all gadget manifests created by the user identified by SID are obtained (if SID is a partner key,
then this group is empty). Otherwise, if user has any other value, or is unspecified, then all gadget
manifests that don't belong to an org are obtained. Second, all gadget manifests belonging to the orgs
that the SID user is a member of are collected. These groups are then merged together, keeping only the
manifests having the specified catalog. The resulting set of manifests is returned in the response.
{"error": 404, "message": "Gadget '$devKey@$gadgetName/$gadgetVersion' not found"} If there is no gadget identified by devKey, gadgetName, and gadgetVersion.
404
{"error": 404, "message": "File '$filePath' not found"} If there is no file at filePath in the gadget's file bundle.