Get Custom Attribute
Log in to add to favouritesPage last updated 12 June 2026
This endpoint gets the selected Custom Attribute for a specified project.
GETapi/management/projects/{projectId}/personalization/attributes/{customAttributeId}
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
{
"id": "custom.Test",
"name": "My custom attribute",
"description": "This is my new custom attribute",
"type": "string",
"version": {
"createdBy": "Postman",
"created": "2025-05-15T08:21:34.090322Z",
"modifiedBy": "Postman",
"modified": "2025-05-15T08:21:34.090322Z",
},
"usageCount": 0
}