details

fun details(personId: Int, language: LocaleCode? = null, vararg append: PeopleRequest): Flow.Publisher<PersonDetails>

Get the primary person details by id.

Supports appendToResponse using the enumeration PeopleRequest (More information here)

Parameters

personId

The id of the person

language

A language code

append

Other requests to append to this call