CustomerProfileEvaluation Resource
CustomerProfileEvaluation properties
Resource Properties in REST API format | |
---|---|
sid
|
The unique string that identifies the Evaluation resource. |
account_sid
|
The SID of the Account that created the customer_profile resource. |
policy_sid
|
The unique string of a policy that is associated to the customer_profile resource. |
customer_profile_sid
|
The unique string that we created to identify the customer_profile resource. |
status
|
The compliance status of the Evaluation resource. |
results
|
The results of the Evaluation which includes the valid and invalid attributes. |
date_created
|
|
url
|
|
Create a CustomerProfileEvaluation resource
https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/Evaluations
Parameters
Parameters in REST API format | |
---|---|
customer_profile_sid
Path
|
The unique string that we created to identify the CustomerProfile resource. |
policy_sid
Required
|
The unique string of a policy that is associated to the customer_profile resource. |
Example 1
Fetch a CustomerProfileEvaluation resource
https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/Evaluations/{Sid}
Parameters
Parameters in REST API format | |
---|---|
customer_profile_sid
Path
|
The unique string that we created to identify the customer_profile resource. |
sid
Path
|
The unique string that identifies the Evaluation resource. |
Example 1
Read multiple CustomerProfileEvaluation resources
https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/Evaluations
Parameters
Parameters in REST API format | |
---|---|
customer_profile_sid
Path
|
The unique string that we created to identify the CustomerProfile resource. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.