baruwaproject / baruwa2

Baruwa 2.0
http://www.baruwa.org
GNU General Public License v3.0
21 stars 9 forks source link

[enhancement] Add API call to get orgid by org_name #95

Closed rmoesbergen closed 7 years ago

rmoesbergen commented 8 years ago

Currently, the Baruwa API does not have a way to get an organization id by org name. Can this be added? I'm working on a migration script that needs to do this type of lookup.

akissa commented 7 years ago

The organization name can contain any kind of caracters which may not be suitable for use in urls. For this reason we will not add this method.

You process, you need to get all organizations and loop through that.