Fetch an instance of a result payload

GET /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{PayloadSid}/Data.json

The Payload Data subresource hosts the actual data returned by the Add-on

Fetch an instance of a result payload

Path parameters

  • AccountSid string Required

    The SID of the Account that created the Recording AddOnResult Payload resource to fetch.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^AC[0-9a-fA-F]{32}$.

  • ReferenceSid string Required

    The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^RE[0-9a-fA-F]{32}$.

  • AddOnResultSid string Required

    The SID of the AddOnResult to which the payload to fetch belongs.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^XR[0-9a-fA-F]{32}$.

  • PayloadSid string Required

    The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^XH[0-9a-fA-F]{32}$.

Responses

  • 307 application/json

    Temporary Redirect

    Hide headers attributes Show headers attributes
    • Access-Control-Allow-Origin string

      Specify the origin(s) allowed to access the resource

    • Access-Control-Allow-Methods string

      Specify the HTTP methods allowed when accessing the resource

    • Access-Control-Allow-Headers string

      Specify the headers allowed when accessing the resource

    • Access-Control-Allow-Credentials boolean

      Indicates whether the browser should include credentials

    • Access-Control-Expose-Headers string

      Headers exposed to the client

    Hide response attribute Show response attribute object
    • redirect_to string(uri) | null

      The URL to redirect to to get the data returned by the AddOn that was previously stored.

GET /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{PayloadSid}/Data.json
curl \
 --request GET 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{PayloadSid}/Data.json' \
 --user "username:password"
Response examples (307)
{
  "redirect_to": "http://example.com"
}