Skip to main content

Fetch All Masking Policies

This operation is used to retrieve all the Data Masking policies for a salesforce organization

Path Parameters
  • InstanceId integer required

    Instance Id of the Salesforce organization

Responses

OK


Schema
  • response object
  • errorMessage string
  • errorCode integer
  • policies object[]
  • createdTime integer
  • association object

    Associated salesforce organization details

  • applicationId integer

    For Salesforce use 134

  • backupsetId integer
  • instanceId integer
  • backupsetName string
  • config object
  • tables object[]

    Masking rules for each object

  • name string

    Object name

  • columns object[]
  • name string

    Name of the field

  • type integer

    Type of Masking Ex: Shuffling-0, Format-preserving encryption alphanumeric-1, Numeric range-2, Numeric variance-3, Fixed string-4, Dictionary-5

  • policy object
  • policyId integer
  • policyName string
GET /maskingpolicy/:instanceid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
InstanceId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/MaskingPolicy/:InstanceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'