SOAP API - findResources
The table summarizes the SOAP API - findResources.
Request | Uses the findResources element (from the OrgResourceService schema) |
Parameter notes |
|
Response | Returns a findResourcesResponse element (from the OrgResourceService schema) |
Example | Request:<soapenv:Envelope <soapenv:Body> <res:findResources model-version="-1" current-only="false"> <entity-ref guid="C945A0764328A6670D264E23992BD9FF" deep-search="false"/> <resource-name>Clint Hill</resource-name> </res:findResources> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Header/> <SOAP-ENV:Body> <findResourcesResponse model-version="0" xmlns="http://resource.api.de.bpm.tibco.com"> <resource guid="26E0543F-C761-4F45-BC8F-D83A49D75A35" label="John Eustace" name="John Eustace" xmlns=""/> <resource guid="882C7310-A444-40D5-89E4-3B97C50C0DB4" label="Liam Lawrence" name="Liam Lawrence" xmlns=""/> <resource guid="BFBC2286-32DE-4BB1-B1F9-1A06F09FFDD6" label="Steve Simonsen" name="Steve Simonsen" xmlns=""/> <resource guid="9C3202D2-A35F-445D-821A-C066475A01F9" label="Clint Hill" name="Clint Hill" xmlns=""/> </findResourcesResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.