Skip to main content
Version: 2.2.3

getAttribData

This method allows searching for the data of an attribute. To use it, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\admin\GetAttribDataRequestType.java
Returnweb\wwwroot\ws\java\admin\GetAttribDataResponseType.java

Request:

ID #RequiredDescription
IDATTRIBSXAttribute ID # (there may be more than one).
Example: "Attribute1,Attribute2,Attribute3"

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:admin">
<soapenv:Header/>
<soapenv:Body>
<urn:getAttribData>
<urn:IDATTRIBS>?</urn:IDATTRIBS>
</urn:getAttribData>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: An array should be returned with the following attribute information:
▪ CDATTRIBUTE: Attribute code
▪ NMATTRIBUTE: Attribute ID #
▪ FGDATATYPE: Attribute data type: [1 - Text, 2 - Numeric, 3 - Date, 4 - Memo, 5 - Currency]
▪ FGATTRIBUTETYPE: Attribute type
▪ NMLABEL: Attribute label
▪ FGMULTIVALUED: Multivalued attribute [1 - Yes; 2 - No]
▪ VALUE: List of attribute values
FAILURE: Return empty.