Skip to main content

Get Custom Attribute

Log in to add to favourites

Page last updated 12 June 2026

This endpoint gets the selected Custom Attribute for a specified project.
GETapi/management/projects/{projectId}/personalization/attributes/{customAttributeId}

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 Custom Attribute
JSON
{
  "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
}

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