Fetch an instance of an AddOnResult
The results of an Add-on API call
Fetch an instance of an AddOnResult
Path parameters
-
The SID of the Account that created the Recording AddOnResult resource to fetch.
-
The SID of the recording to which the result to fetch belongs.
-
The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to fetch.
GET /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"add_on_configuration_sid": "string",
"add_on_sid": "string",
"date_completed": "string",
"date_created": "string",
"date_updated": "string",
"reference_sid": "string",
"sid": "string",
"status": "canceled",
"subresource_uris": {}
}
Response examples (200)
{
"account_sid": "string",
"add_on_configuration_sid": "string",
"add_on_sid": "string",
"date_completed": "string",
"date_created": "string",
"date_updated": "string",
"reference_sid": "string",
"sid": "string",
"status": "canceled",
"subresource_uris": {}
}