Message-ID: <414597128.15809.1614958254005.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15808_2066881958.1614958254005" ------=_Part_15808_2066881958.1614958254005 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html getGroup

getGroup

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

Shows the details of a group. Only gets the details of one group at a ti= me, and includes all the numbers in the group, if there are any.
Also = lists the numbers in a 'stop' groups - numbers in these groups will never b= e sent messages. Every account has at least one stop group, so that your re= cipients can always opt out of receiving messages from you. This is a legal= requirement.

=20
=20
=20
=20
=20
=20
Example
=20
$result =3D $tmClient->getGroup('My Group');
echo "Numbers in group: {$result['numbers']}<br/>\n";
foreach ($result['number'] as $number)
=09echo "$number <br/>\n";
=20
=20
=20
=20
=20
=20
=20

Arguments:

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

string/integer $group:

=20
=20
=20
=20

Group name (string) or group ID (integer) to get the details of.

=20
=20
=20
=20
=20
=20

Returns:

an array with 5 keys: 'name', 'numbers', 'id', 'is_stop' and 'number'


=20
=20
=20
=20
Array key Value
name String. The name of the group just created.
numbers

DEPRECATED =E2=80=93 do not use.

quantity

Integer. The quantity of numbers in the group= .

id  Integer. The unique ID of the group, unique for = this account.
is_stop 

Boolean. Whether the new group is a stop grou= p. Always false.

number

Array. Array of strings =E2=80=93 the numbers= in the group, in international format, e.g. 447000000000.

=20
=20
=20
=20
=20
=20

Specific error codes:

=20
=20
=20
=20

None.

=20 =20

error code 404 is reported if the group does not exist; error code 400 i= s reported if the group name was not specified. See General error codes.

=20
=20
=20
=20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20
=20 =20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20
=20

You must know!

=20 =20

Our example code is an illustra= tion of how you might integrate with our systems and is not certified for p= roduction environments. You are responsible for testing and QA.

=20
=20
=20
=20
=20
------=_Part_15808_2066881958.1614958254005--