SOAP API - getOrgEntityConfigAttributes

The table summarizes the SOAP API - getOrgEntityConfigAttributes.

Request Uses the getOrgEntityConfigAttributes element (from the OrganisationalEntityConfigService schema)
Parameter notes
  • resource: the GUID of the resource whose configuration attribute information is required. A resource’s GUID can be obtained from a previous lookupUser operation.
Response Returns a getOrgEntityConfigAttributesResponse element (from the OrganisationalEntityConfigService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.brm.n2.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <api:getOrgEntityConfigAttributes>
         <resource>931F96FA-EC57-43B5-AA61-613784B1BD10</resource>
      </api:getOrgEntityConfigAttributes>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <getOrgEntityConfigAttributesResponse xmlns="http://api.brm.n2.tibco.com">
         <orgEntityConfigAttribute xmlns="">
            <attributeName>WorkItemAutoOpen</attributeName>
            <attributeValue>true</attributeValue>
            <readOnly>false</readOnly>
         </orgEntityConfigAttribute>
      </getOrgEntityConfigAttributesResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>