Get Nest
GET /nests/{nestId}
GET
/nests/{nestId}
Returns a single Nest by its ID.
Authorizations
Parameters
Path Parameters
nestId
required
string
The ID of the Nest to retrieve.
Responses
200
The requested Nest.
object
id
string
name
string
members
Array<object>
object
id
string
firstName
string
lastName
string
email
string
isActive
boolean
404
Not Found
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties
500
Server Error