# Get catalog custom properties for given entity

Get catalog custom properties for given entity

Endpoint: GET /v1/catalog/custom-properties/entity
Version: 1.0
Security: x-api-key

## Header parameters:

  - `Harness-Account` (string)
    Identifier field of the account the resource is scoped to.

## Query parameters:

  - `entity_ref` (string, required)
    Identifier for catalog entity

## Response 200 fields (application/json):

  - `properties` (array)

  - `properties.property` (string, required)

  - `properties.value` (object, required)

  - `properties.mode` (string)
    Enum: "append", "replace"


