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