Get a Bird
GET /nests/{nestId}/birds/{birdId}
GET
/nests/{nestId}/birds/{birdId}
Returns a single Bird in a Nest by its ID.
Authorizations
Parameters
Path Parameters
nestId
required
string
The ID of the Nest that contains the Bird.
birdId
required
string
The ID of the Bird.
Responses
200
The requested Bird.
object
id
string
nestId
string
name
string
status
string
triggerType
string
isPublished
boolean
404
Not Found
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties
500
Server Error