Get context attribute values

GET
/api/v2/projects/:projectKey/environments/:environmentKey/context-attributes/:attributeName

Get context attribute values.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

attributeNamestringRequired

The attribute name

Query parameters

filterstringOptional

A comma-separated list of context filters. This endpoint only accepts kind filters, with the equals operator, and value filters, with the startsWith operator. To learn more about the filter syntax, read Filtering contexts and context instances.

limitlongOptional

Specifies the maximum number of items in the collection to return (max: 100, default: 50)

Response

Context attribute values collection response

itemslist of objects

A collection of context attribute value data grouped by kind.

Errors

Built with