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

keywords GET method

=20
=20
=20
=20

 

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

Get the availability of a specified reply keyword.

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

Example successful response body XML:

=20
=20
=20
=20
=20
<?xml version=3D"1.0" encoding=3D"ISO-8859-1"?&=
gt;
<!DOCTYPE response PUBLIC
"-//textmarketer.co.uk//DTD Web Services REST 1.6//EN"
"http://api.textmarketer.co.uk/services/rest/DTD/keywords_get.dtd"=
;>
<response processed_date=3D"2011-04-15T10:13:50+01:00">
<available>true</available>
<recycle>false</recycle>
</response>
=20
=20
=20
=20
=20
=20
=20

Response meanings:

=20
=20
=20
=20
XML tag Meaning
available 

Whether or not the keyword is available for p= urchase.
Boolean: true/false.

recycle

Whether or not the keyword was used previousl= y by another client.
Boolean: true/false.

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

Specific errors:

=20
=20
=20
=20

None.

=20 =20

that a 400 (bad request) status code is returned if the keyword is not s= pecified.

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

DTD:

=20
=20
=20
=20
=20
<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<!--
 =09PUBLIC ID : -//textmarketer.co.uk//DTD Web Services REST 1.6//EN
 =09SYSTEM ID : http://api.textmarketer.co.uk/services/rest/DTD/keywords_ge=
t.dtd
-->
<!ELEMENT response (available, recycle)>
<!ATTLIST response
=09 processed_date CDATA #REQUIRED
>
<!ELEMENT available (#PCDATA) >
<!ELEMENT recycle (#PCDATA) >
=20
=20
=20
=20 =20
------=_Part_15780_1856399942.1614958122760--