Fetch specific Assigned Item Instance
TODO: Resource-level docs
Fetch specific Assigned Item Instance.
Path parameters
-
The unique string that we created to identify the Bundle resource.
-
The unique string that we created to identify the Identity resource.
GET /v2/RegulatoryCompliance/Bundles/{BundleSid}/ItemAssignments/{Sid}
curl \
-X GET https://numbers.twilio.com/v2/RegulatoryCompliance/Bundles/{BundleSid}/ItemAssignments/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"bundle_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"object_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"bundle_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"object_sid": "string",
"sid": "string",
"url": "https://example.com"
}