Module: organizationsGet

(require("organizationsGet"))(typeopt) → {promise}

Returns list of system, library and branch level organizations.
Parameters:
Name Type Attributes Default Description
type string <optional>
all all|system|library|branch
Source:
Returns:
Type
promise
Example
myPapi.organizationsGet('branch')
     .then(function(response) {
         console.log(response.data);
     });