action osf_get_draft_registrations_draft_id_institutions { label: "Retrieve Institutions afilliated with a Draft Registration" description: "Once a properly authenticated user has marked their registration as affiliated with an institution, that institution and any others added will appear in this list." provider: osf method: GET path: "/draft_registrations/{draft_id}/institutions/" encoding: json input: { type: "object" properties: { draft_id: { type: "string" } } required: ["draft_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }