InformationResponse: {
    accountName: string;
    actors: ActorInformation[];
    backend: NameAndVersion;
    baseUrls: string[];
    methodInformation?: MethodInformationModel[];
    protocol: NameAndVersion;
}

InformationResponse Response for the information request

Type declaration

  • accountName: string

    Accountname Name of the account

  • actors: ActorInformation[]

    Actors Actors of the account on the server

  • backend: NameAndVersion

    Name and version of the backend

  • baseUrls: string[]

    Baseurls The base urls of the server

  • OptionalmethodInformation?: MethodInformationModel[]

    Methodinformation

  • protocol: NameAndVersion

    Name and version of the protocol being used