Skip to main content Skip to complementary content

User: Owned resources

Information noteLOCKED.

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!