Retrieve
Use this endpoint for the Applications method to retrieve Applications associated with your account in a list.
Retrieve a single application
In this example, we retrieve a single application using its Sid and print the application’s FriendlyName.
Path parameters
AccountSid
The Account ID that has the Application.
Sid
The Application ID that uniquely identifies the Application.
Response
sid
The unique identifier for the Application.
account_sid
The unique identifier for the Account that created this Application.
api_version
The version of the SignalWire API.
date_created
The date, in RFC 2822 GMT format, this Application was created.
date_updated
The date, in RFC 2822 GMT format, this Application was updated.
friendly_name
A named unique identifier for the resource.
uri
The URI for this Application.
voice_url
The URL to request when a phone number receives a call or fax.
voice_method
Whether the request to `VoiceUrl` is a `GET` or a `POST`. Default is `POST`.
voice_fallback_url
The URL SignalWire will request if errors occur when fetching the `VoiceUrl`.
voice_fallback_method
Whether the request to `VoiceFallbackUrl` is a `GET` or a `POST`. Default is `POST`.
status_callback
The URL to pass status updates to the Application.
status_callback_method
Whether the request to the `StatusCallback` URL is a `GET` or a `POST`. Default is `POST`.
voice_caller_id_lookup
Whether or not to look up a caller's ID from the database. Always null.
sms_url
The URL to request when an SMS is received.
sms_method
Whether the request to `SmsUrl` is a `GET` or a `POST`. Default is `POST`.
sms_fallback_url
The URL SignalWire will request if errors occur when fetching the `SmsUrl`.
sms_fallback_method
Whether the request to `SmsFallbackUrl` is a `GET` or a `POST`. Default is `POST`.
sms_status_callback
The URL to receive status updates for messages sent via this Application.
sms_status_callback_method
Whether the request to `SmsStatusCallback` is a `GET` or a `POST`. Default is `POST`.
message_status_callback
The URL to receive status updates for messages sent via this Application.
Response
Request examples
Retrieve all applications
Query parameters
FriendlyName
Filter by a named unique identifier for the resource.
Page
The page number to retrieve. Page numbers are zero-indexed, so the first page is 0.
PageSize
The number of results to return per page. The default is 50, and the maximum is 1000.
PageToken
A token used to retrieve a specific page of results.
Response
uri
The URI for this resource.
first_page_uri
The URI for the first page of results.
next_page_uri
The URI for the next page of results. Null if there are no more pages.
previous_page_uri
The URI for the previous page of results. Null if this is the first page.
page
The current page number. Zero-indexed.
page_size
The number of results per page.
applications
List of applications.
Response