Help Center/ Data Security Center/ API Reference/ API Description/ Static Data Masking/ Obtaining the Masking Algorithms by Field Type and Algorithm Type
Updated on 2026-01-13 GMT+08:00

Obtaining the Masking Algorithms by Field Type and Algorithm Type

Function

This API is used to obtain the data masking algorithms by field type and algorithm type.

Calling Method

For details, see Calling APIs.

URI

GET /v1/{project_id}/sdg/server/mask/algorithms

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Unique project ID.

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

limit

No

Integer

Number of records on each page.

offset

No

Integer

Pagination offset.

algorithm_type

Yes

String

Algorithm type.

field

No

String

Database field data type of the masking field.

Request Parameters

None

Response Parameters

Status code: 200

Query result.

Status code: 201

Resource being created.

None

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

Query result.

201

Resource being created.

401

Unauthorized.

403

Access denied.

404

Resource not found.

Error Codes

See Error Codes.