Get Custom Attribute Usage
Log in to add to favouritesPage last updated 12 June 2026
This endpoint returns a PagedList of usages for a specified Custom Attribute for the specified project.
GET/api/management/projects/{project_id}/personalization/attributes/{customAttributeId}/usage
Parameter
| Name | Parameter type | Type | Description |
|---|---|---|---|
| projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
Responses
Examples
{
"pageSize": 25,
"totalCount": 2,
"pageCount": 1,
"items": [
{
"type": "signal",
"id": "signal2",
"name": "Signal 2"
},
{
"type": "signal",
"id": "testSignal",
"name": "Test Signal"
}
]
}Remarks
An Custom Attribute can only be used in a Signal.