Fetch specific Assigned Item Instance.
Fetch specific Assigned Item Instance.
Path parameters
-
The unique string that we created to identify the CustomerProfile resource.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^BU[0-9a-fA-F]{32}$
. -
The unique string that we created to identify the Identity resource.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^BV[0-9a-fA-F]{32}$
.
GET
/v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments/{Sid}
curl \
--request GET 'https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "BVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://trusthub.twilio.com/v1/CustomerProfiles/BUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/EntityAssignments/BVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"object_sid": "RDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2019-07-31T02:34:41Z",
"customer_profile_sid": "BUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}