Version 0.1
Get a single org
GET /orgs/:org-id
View the org given by :org-id
Response
Returns an organization.
Example
Request
GET /orgs/1?v=0.1
Host: api.deftask.com
Response
200 OK
Content-Type: application/json
{
"orgId": 1,
"name": "foo bar"
}