Skip to content

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

@kanwalnainsingh

Description

@kanwalnainsingh

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"
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions