Group Census Deep Clone Response
Output representation of the details that are returned after a group census deep-clone
request is processed. The response includes the asynchronous request ID and any errors that
occurred while validating or scheduling the job.
- JSON example
- This is a sample success response.
-
1{ 2 "errors": [], 3 "requestId": "15USB000007EXbB2AW" 4} - This is a sample response with errors.
-
1{ 2 "errors": [ 3 { 4 "code": "SF-INS-GB-00102", 5 "message": "The source Group Census record 0rfSB0000004aCvYAI doesn't exist or isn't accessible." 6 } 7 ] 8}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Error Details[] | List of errors that occurred while validating the request or scheduling the asynchronous deep-clone job. An empty list indicates that the job is processed successfully. | Big, 68.0 | 68.0 |
| requestId | String | ID of the asynchronous deep-clone request. Use this ID to track the status and results of the job. | Big, 68.0 | 68.0 |