Retrieve a list of payloads belonging to the AddOnResult
A single Add-on results' payload
Retrieve a list of payloads belonging to the AddOnResult
Path parameters
-
The SID of the Account that created the Recording AddOnResult Payload resources to read.
-
The SID of the recording to which the AddOnResult resource that contains the payloads to read belongs.
-
The SID of the AddOnResult to which the payloads to read belongs.
Query parameters
-
PageSize integer
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Minimum value is
1
, maximum value is1000
.
GET /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads.json \
--user "username:password"
Response examples (200)
{
"end": 42,
"first_page_uri": "https://example.com",
"next_page_uri": "https://example.com",
"page": 42,
"page_size": 42,
"payloads": [
{
"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": {}
}
],
"previous_page_uri": "https://example.com",
"start": 42,
"uri": "https://example.com"
}
Response examples (200)
{
"end": 42,
"first_page_uri": "https://example.com",
"next_page_uri": "https://example.com",
"page": 42,
"page_size": 42,
"payloads": [
{
"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": {}
}
],
"previous_page_uri": "https://example.com",
"start": 42,
"uri": "https://example.com"
}