Get status of CSV file customer obfuscate request

Use this API to retrieve the status of a CSV file obfuscate request.

Permissions

Actor Permission
User One of the following are required:
  • If logged in user is a partition user, the user must have one of following privileges: 'View partition resources', 'Manage partition resources'
  • If logged in user is a system user, the user must have 'View partition resources' privileges.
  • The user must have created the bulk request, identified by the ID path parameter.
Client Application No additional permission is required.
SecurityoAuthUser or oAuthClient
Request
path Parameters
id
required
string

The CSV obfuscate request ID

Example: 2D0B0E77-2388-48D6-9B8B-A8D0902FA61B
query Parameters
$attribute
string

Available values: all, successful

Examples:
Attribute 'successfulEntries' are returned in server response.
$attribute=successful
All the attributes are returned in server response.
$attribute=all
header Parameters
Accept
required
string
Default: application/json

Content type accepted by client.

Enum: "application/json" "application/xml"
Accept-Language
required
string
Default: en-US

Language locale accepted by client (used for locale specific fields in resource representation and in error responses).

Enum: "en-US" "es-ES" "fr-FR" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR" "sv-SE"
Responses
200

Response for status of CSV obfuscate operation

400

Bad Request

401

Unauthorized

403

Forbidden

406

Not Acceptable

500

Internal server error

get/customer/obfuscate/csvstatus/{id}
Request samples
Response samples
application/json
  • GET /core/customermgr/v3/customer/obfuscate/csvstatus/1929769B-C66B-49DA-8821-13A8F3AB7389?$attribute=all
  • This example demonstrates the following:
    • Retrieve the status of CSV obfuscate operation
{
  • "status": {
    },
  • "successfulEntries": {
    },
  • "failedEntries": {
    },
  • "id": "1929769B-C66B-49DA-8821-13A8F3AB7389",
  • "resource": "customer"
}