Skip to content

Search Nests

GET
/nests

Returns all Nests.

Authorizations

Responses

200

A list of Nests.

Array<object>
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
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

500

Server Error