Skip to main content

Get Custom Attribute Usage

Log in to add to favourites

Page 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

NameParameter typeTypeDescription
projectId(required)pathstringThe project identifier found in the project overview screen of the management console.

Responses

HTTP status codeReasonModel
401UnauthorizedError
404Project not foundError
500Internal server errorError

Examples

Example of the Custom Attribute usage listing
JSON
{
  "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.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request