RegionalApiListContactPointsRequest: {
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

List contact points.

Type declaration

  • Optionalpage?: number

    Page number to return, from the paginated results.

  • OptionalpageSize?: number

    Total count of contact points to return per page.

  • OptionalprojectId?: string

    ID of the Project containing the contact points to list.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.