ListContactPointsRequest: {
    page?: number;
    pageSize?: number;
    projectId?: string;
}

Request to list all contact points.

Type declaration

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Page size.

  • OptionalprojectId?: string

    ID of the Project from which to list the contact points.