Api20100401AssignedAddOn

Retrieve a list of Add-on installations currently assigned to this Number.

Retrieve a list of Add-on installations currently assigned to this Number.

get/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json

Path parameters

AccountSidstring required

The SID of the Account that created the resources to read.

ResourceSidstring required

The SID of the Phone Number to which the Add-on is assigned.

Query parameters

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK

endinteger
first_page_uristring uri
next_page_uristring uri nullable
pageinteger
page_sizeinteger
previous_page_uristring uri nullable
startinteger
uristring uri

Changes

Changed in 3 of the 51 revisions of this API.3

  • v2010475b69553e341See the full diff
    • the // response's property type changed from object to no type for status

      response-property-type-changed

  • v201026011eceee1e1See the full diff
    • the // response's property type changed from no type to object for status

      response-property-type-changed

  • v2010ed1b16ce63781See the full diff
    • for the query request parameter PageSize, the format changed from no format to int64

      request-parameter-type-changed