OpenDesk icon indicating copy to clipboard operation
OpenDesk copied to clipboard

API to fetch all sites and floor details for an organisation.

Open kanwalnainsingh opened this issue 3 years ago • 3 comments

API EndPoint:

/organisation/{orgId}/sites

This API will fetch all the sites for {orgId}

Response:

{ "orgId": "string", "id": "string", "name": "string", "location": "string", "floors": [ { "floorId": "string", "name": "string", "openDesk": "string", "reservedDesk": "string" } ] }

kanwalnainsingh avatar Jan 06 '21 17:01 kanwalnainsingh

hi there, i would like to work on this.

netchon avatar Jan 17 '21 11:01 netchon

hi there, i would like to work on this.

Yes you cna work on this and raise PR

kanwalnainsingh avatar Jan 21 '21 10:01 kanwalnainsingh