TrustProductEntityAssignment Resource
TrustProductEntityAssignment properties
Resource Properties in REST API format | |
---|---|
sid
|
The unique string that we created to identify the Item Assignment resource. |
trust_product_sid
|
The unique string that we created to identify the TrustProduct resource. |
account_sid
|
The SID of the Account that created the Item Assignment resource. |
object_sid
|
The SID of an object bag that holds information of the different items. |
date_created
|
The date and time in GMT when the resource was created specified in ISO 8601 format. |
url
|
The absolute URL of the Identity resource. |
Create a TrustProductEntityAssignment resource
https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/EntityAssignments
Parameters
Parameters in REST API format | |
---|---|
trust_product_sid
Path
|
The unique string that we created to identify the TrustProduct resource. |
object_sid
Required
|
The SID of an object bag that holds information of the different items. |
Example 1
Fetch a TrustProductEntityAssignment resource
https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/EntityAssignments/{Sid}
Parameters
Parameters in REST API format | |
---|---|
trust_product_sid
Path
|
The unique string that we created to identify the TrustProduct resource. |
sid
Path
|
The unique string that we created to identify the Identity resource. |
Example 1
Read multiple TrustProductEntityAssignment resources
https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/EntityAssignments
Parameters
Parameters in REST API format | |
---|---|
trust_product_sid
Path
|
The unique string that we created to identify the TrustProduct resource. |
Example 1
Delete a TrustProductEntityAssignment resource
https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/EntityAssignments/{Sid}
Parameters
Parameters in REST API format | |
---|---|
trust_product_sid
Path
|
The unique string that we created to identify the TrustProduct resource. |
sid
Path
|
The unique string that we created to identify the Identity 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.