TeamNotReadyReasonCodes

Class finesse.restservices.TeamNotReadyReasonCodes

Extends finesse.restservices.RestCollectionBase

Represents the list of Not Ready reason codes configured for the team as a collection of TeamNotReadyReasonCode objects.

Example
Code Snippet
Copynew_team.getTeamNotReadyReasonCodes({
    id: id,
    onLoad: _onTeamLoad,
    onChange: _onTeamChange,
    onError: _onTeamError
})

For additional parameters and methods, see RestCollectionBase Common Parameters.