This API can set a policy to exclude a field item. There is a maximum of 10 projections.
x-api-key
header:
exclude
option.first_name
The first name that was submittedlast_name
The last name that was submittedfull_name
The full name that was submittedgender
: male or femalenationality
: Country code, ISO alpha-3date_of_birth
: The submitted date of birthip_address
: the address type of IPv4idType
: The type of ID (e.g., driver’s license, passport)idcard_issuingCountry
: Issuing country code, ISO alpha-3idcard_issueDate
: Issue Date of ID (YYYY-MM-DD)idcard_expireDate
: Expiry Date of ID (YYYY-MM-DD)identityNumber
documentNumber
address_city
address_country
address_state
address_street
address_street2
address_zipcode
address_globalCode
: Global address code (e.g., 8Q98HXPG+MP)address_compoundCode
: Compound address code (e.g., HXPG+MP, Seoul, South Korea)address_formatted
: Formatted detail addressaddress_input
: Inputted addressaddress_detail
: Inputted detail addresscf1
: Custom field 1cf2
: Custom field 2cf3
: Custom field 3age_group
ssnNumber
: Social Security Number.phoneNumber
["first_name","mid_name","last_name","full_name","idtype"]
["date_of_birth","address_formatted","address_detail"]
Field Name | Description | Data Type | Category |
---|---|---|---|
projection_id | The unique ID of the generated projection | String | Projection Info |
Status Code | Error Message | Description |
---|---|---|
400 | Invalid request body: name, mode, fields | When required fields (name, mode, fields) are missing in the request body |
400 | Invalid mode: $mode | When the mode in the request body is invalid. (Currently only exclude is supported) |
400 | Invalid fields detected: field1, field2 | When elements within the fields in the request body are invalid |
400 | Invalid encrypted body | When an improperly formatted encrypted request is sent while encryption option is enabled |
400 | Invalid JSON body | When the request body is not in valid JSON format |
404 | Projection not found | When there is no projection corresponding to the specified projectionId |
405 | Method not allowed for /projections path | HTTP requests (PUT, DELETE, etc.) are not GET or POST |
409 | Projection name already exists | The same projection name has already been set |
409 | Projection count limit exceeded | If the number of projections exceeds the limit of 10 projections |
500 | Internal server error | When the server encounters an unexpected exception error |