associate_get ()
Function prototype | associate_get ( session , associate ) |
---|---|
API Version | All |
Returns general information about an ASSOCIATE of a CASE (someone that takes care of a CASE) If the parameter associate is null, the function returns an empty XML template. If associate != null then this function is only permitted if:
| |
Input parameters: |
|
Output parameters: |
|
Request sample: | associate_get( “LCAAAAAAAAAAAA”, 10261) |
Response sample: | <?xml version="1.0" encoding="UTF-8"?> <result> <?xml version="1.0" encoding="UTF-8"?>
<associate>
<ref>13972</ref>
<personal_qr>LKQRiiNYa-TgBhrsnSismk2udGkoylSx3cKm01egiVFRrIY</personal_qr>
<username>peter983</username>
<pictures>
<insignia>
<ref>4</ref>
</insignia>
</pictures>
<data>
<nickname>ALEXEY K</nickname>
<bdate>1998-03-20</bdate>
<age>17</age>
<gender>F</gender>
<status>ACTIVE</status>
<preferences>
<password_expire>false</password_expire>
</preferences>
</data>
</associate> </result> |