Security rule: Get attribute values
Note: LOCKED.
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/systemrule/security/attributevalues?resourcetype={resourceType}&attribute={attribute}&filter={filter}&limit={limit}&selection={selection}
Description
Get a list of all available attribute values based on a {resourcetype} (for example, "app") and an associated {attribute} (for example, "Name"). Optionally, filter and/or limit the attribute values before returning them.
Body
-
Return value
List<string>: [ "attribute name", … ]
Optional parameters
-
{filter}: See Filtering.
- {limit}: The number of attribute values to return. For example, if {limit} is set to 50, the first 50 attribute values are returned.
- {selection}: The selection set from which to return attribute values.