Get all Communication Profiles
To get all communication profiles, see the following request and a sample of 200 response.
HTTP request:
GET https://rest.zuora.com/settings/communication-profiles
Response body:
01 | [ |
02 | { |
03 | "id" : "2c92c8fb7ddc795b017dde4350c949a0" , |
04 | "name" : "B2C Customers" , |
05 | "number" : "CP-00000011" , |
06 | "locale" : "default" , |
07 | "description" : "" , |
08 | "isDefault" : false , |
09 | "muted" : false |
10 | }, |
11 | { |
12 | "id" : "2c92c8f9631ea3850163271f7fc02dc3" , |
13 | "name" : "Default Profile" , |
14 | "number" : "CP-00000001" , |
15 | "locale" : "default" , |
16 | "description" : "Rajesh Desc" , |
17 | "isDefault" : true , |
18 | "muted" : false |
19 | }, |
20 | { |
21 | "id" : "8a90c2d1800251b3018003435cdd24be" , |
22 | "name" : "Delinquent Customers" , |
23 | "number" : "CP-00000003" , |
24 | "locale" : "default" , |
25 | "description" : "" , |
26 | "isDefault" : false , |
27 | "muted" : false |
28 | }, |
29 | { |
30 | "id" : "8a9083aa7fb5882e017fb69e81e1311c" , |
31 | "name" : "Deployment Manager Profile" , |
32 | "number" : "CP-00000004" , |
33 | "locale" : "default" , |
34 | "description" : "" , |
35 | "isDefault" : false , |
36 | "muted" : false |
37 | }, |
38 | { |
39 | "id" : "8a9092747e331080017e38ae549b17cc" , |
40 | "name" : "Enterprise Profile" , |
41 | "number" : "CP-00000005" , |
42 | "locale" : "default" , |
43 | "description" : "" , |
44 | "isDefault" : false , |
45 | "muted" : false |
46 | }, |
47 | { |
48 | "id" : "8a90da067e766b83017e76b8ca470213" , |
49 | "name" : "Rajesh-Test" , |
50 | "number" : "CP-00000006" , |
51 | "locale" : "default" , |
52 | "description" : "Rajesh-Test" , |
53 | "isDefault" : false , |
54 | "muted" : false |
55 | } |
56 | ] |