User: Owned resources
Information noteLOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
GET
Path
/qrs/user/ownedresources?userselection={selectionid}&limit={limit}&filter={filter}&privileges={appendprivileges}
Description
Get the entities owned by the users identified by {selectionid}. Optionally, filter and/or limit the entities before returning them. Optionally, add privileges to the returned entities.
Body
-
Return value
IList<OwnedResourceResult>:
{ "owner": { "id": "[guid]" }, "resourceType": "...", "resource": { Some kind of entity (resourceType above) }, "objectType": "..." }, { ... }
Optional parameters
- {limit}: The number of resources to return. For example, if {limit} is set to 50, the first 50 resources are returned.
-
{filter}: See Filtering.
-
{appendPrivileges}: See Adding privileges.