Get context attribute names
Get context attribute names.
Path parameters
The project key
The project key
The environment key
The environment key
Query parameters
A comma-separated list of context filters. This endpoint only accepts kind filters, with the equals operator, and name filters, with the startsWith operator. To learn more about the filter syntax, read Filtering contexts and context instances.
A comma-separated list of context filters. This endpoint only accepts kind filters, with the equals operator, and name filters, with the startsWith operator. To learn more about the filter syntax, read Filtering contexts and context instances.
Specifies the maximum number of items in the collection to return (max: 100, default: 100)
Specifies the maximum number of items in the collection to return (max: 100, default: 100)
Response
Context attribute names collection response
Example response
{
"items": [
{
"kind": "user",
"names": [
{
"name": "/firstName",
"weight": 2225
}
]
}
]
}