REST API - findResources - by entity
The table summarizes the REST API - findResources.
Request
Format | GET <baseurl>/orgresource/<entityguid>/<version> |
Path parameters |
|
Query parameters |
|
Response
JSON | Returns a JSON representation of the content of the findResourcesResponse element. |
XML | Returns the content of the findResourcesResponse element (from the OrgResourceService schema). |
Example
Request | GET <baseurl>/orgresource/find/_uumWECUuEeKEDc1k4SgbXg/2 |
Response | { "xml-fragment": { "@model-version": "2", "resource": [ { "@guid": "61E1571D-B8D5-432A-9E73-D266F6B69EE7", "@name": "Clint Hill", "@label": "New Label Name" }, { "@guid": "856D5AFA-59A3-4EC6-96A8-915049A95A37", "@name": "John Eustace", "@label": "John Eustace" }, { "@guid": "A4AE84F2-893A-4E39-8FE4-A8981872538E", "@name": "Jon Parkin", "@label": "Jon Parkin" } ] } } |
Copyright © Cloud Software Group, Inc. All rights reserved.