TrustProductEvaluation Resource
TrustProductEvaluation 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 trust_product resource. |
policy_sid
|
The unique string of a policy that is associated to the trust_product resource. |
trust_product_sid
|
The unique string that we created to identify the trust_product 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 TrustProductEvaluation resource
https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/Evaluations
Parameters
Parameters in REST API format | |
---|---|
trust_product_sid
Path
|
The unique string that we created to identify the trust_product resource. |
policy_sid
Required
|
The unique string of a policy that is associated to the customer_profile resource. |
Example 1
Fetch a TrustProductEvaluation resource
https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/Evaluations/{Sid}
Parameters
Parameters in REST API format | |
---|---|
trust_product_sid
Path
|
The unique string that we created to identify the trust_product resource. |
sid
Path
|
The unique string that identifies the Evaluation resource. |
Example 1
Read multiple TrustProductEvaluation resources
https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/Evaluations
Parameters
Parameters in REST API format | |
---|---|
trust_product_sid
Path
|
The unique string that we created to identify the trust_product 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.