TeamNotReadyReasonCodes
Class finesse.restservices.TeamNotReadyReasonCodes
Extends finesse.restservices.RestCollectionBaseRepresents the list of Not Ready reason codes configured for the team as a collection of TeamNotReadyReasonCode objects.
Example
new_team.getTeamNotReadyReasonCodes({
id: id,
onLoad: _onTeamLoad,
onChange: _onTeamChange,
onError: _onTeamError
})For additional parameters and methods, see RestCollectionBase Common Parameters.