Clears the cache for items api requests.
Deletes an item and removes the item from all collections.
Deletes an item and removes the item from all collections.
The item's unique identifier.
Optionaloptions: ApiCallOptionsFinds and returns an item.
Finds and returns an item.
The item's unique identifier
Optionaloptions: ApiCallOptionsFinds and returns the collections (and tags) of an item. This endpoint does not return the user's favorites collection.
Finds and returns the collections (and tags) of an item. This endpoint does not return the user's favorites collection.
The item's unique identifier.
an object with query parameters
Optionallimit?: numberThe maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).
Optionalname?: stringThe case-sensitive string used to search for a collection by name.
Optionalnext?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optionalprev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optionalquery?: stringThe case-insensitive string used to search for a resource by name or description.
Optionalsort?: "-name" | "+name" | "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt"The property of a resource to sort on (default sort is +createdAt). The supported properties are createdAt, updatedAt, and name. A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
Optionaltype?: CollectionTypesThe case-sensitive string used to search for a collection by type.
Optionaloptions: ApiCallOptionsLists items that the user has access to.
Lists items that the user has access to.
an object with query parameters
OptionalcollectionId?: stringThe collection's unique identifier. Used to filter for items with a specific tag (collection type public), or collection.
OptionalcreatedByUserId?: stringUser's unique identifier.
Optionalid?: stringThe item's unique identifier.
Optionallimit?: numberThe maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).
Optionalname?: stringThe case-insensitive string used to search for a resource by name.
Optionalnext?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
OptionalnoActions?: booleanIf set to true, the user's available actions for each item will not be evaluated meaning the actions-array will be omitted from the response (reduces response time).
OptionalnotCreatedByUserId?: stringUser's unique identifier.
OptionalnotOwnerId?: stringOwner identifier.
OptionalownerId?: stringOwner identifier.
Optionalprev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optionalquery?: stringThe case-insensitive string used to search for a resource by name or description.
OptionalresourceId?: stringThe case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.
OptionalresourceIds?: stringThe case-sensitive strings used to search for an item by resourceIds. The maximum number of resourceIds it supports is 100. If resourceIds is provided, then resourceType must be provided. For example '?resourceIds=appId1,appId2'
OptionalresourceLink?: stringThe case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.
OptionalresourceSubType?: stringthe case-sensitive string used to filter items by resourceSubType(s). For example '?resourceSubType=chart-monitoring,qix-df,qvd'. Will return a 400 error if used in conjuction with the square bracket syntax for resourceSubType filtering in the 'resourceType' query parameter.
OptionalresourceType?: ItemResourceTypeEnumThe case-sensitive string used to filter items by resourceType(s). For example '?resourceType=app,qvapp'. Additionally, a optional resourceSubType filter can be added to each resourceType. For example '?resourceType=app[qvd,chart-monitoring],qvapp'. An trailing comma can be used to include the empty resourceSubType, e.g. '?resourceType=app[qvd,chart-monitoring,]', or, to include only empty resourceSubTypes, '?resourceType=app[]' This syntax replaces the 'resourceSubType' query param, and using both in the same query will result in a 400 error.
Optionalshared?: booleanOptionalsort?: The property of a resource to sort on (default sort is +createdAt). The supported properties are createdAt, updatedAt, recentlyUsed and name. A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
OptionalspaceId?: stringThe space's unique identifier (supports 'personal' as spaceId).
OptionalspaceType?: SpaceTypeEnumThe case-sensitive string used to filter items on space type(s). For example '?spaceType=shared,personal'.
Optionaloptions: ApiCallOptionsFinds and returns the items service settings for the current tenant. Currently used to enable or disable usage metrics in the tenant.
Finds and returns the items service settings for the current tenant. Currently used to enable or disable usage metrics in the tenant.
Optionaloptions: ApiCallOptionsFinds and returns the published items for a given item. This endpoint is particularly useful for finding the published copies of an app or a qvapp when you want to replace the content of a published copy with new information from the source item.
Finds and returns the published items for a given item. This endpoint is particularly useful for finding the published copies of an app or a qvapp when you want to replace the content of a published copy with new information from the source item.
The item's unique identifier
an object with query parameters
Optionallimit?: numberThe maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).
Optionalnext?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optionalprev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
OptionalresourceType?: ItemResourceTypeEnumThe case-sensitive string used to search for an item by resourceType.
Optionalsort?: "-name" | "+name" | "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt"The property of a resource to sort on (default sort is +createdAt). The supported properties are createdAt, updatedAt, and name. A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
Optionaloptions: ApiCallOptionsUpdates the settings provided in the patch body. Currently used to enable or disable usage metrics in the tenant.
Updates the settings provided in the patch body. Currently used to enable or disable usage metrics in the tenant.
an object with the body content
Optionaloptions: ApiCallOptionsUpdates an item. Omitted and unsupported fields are ignored. To unset a field, provide the field's zero value.
Updates an item. Omitted and unsupported fields are ignored. To unset a field, provide the field's zero value.
The item's unique identifier.
an object with the body content
Optionaloptions: ApiCallOptions
Clears the cache for items api requests.