GET /v1/Services/{ServiceSid}/Bindings
Operation ID: ListBinding
Auth: unknown
Parameters (8)
(string, query, optional)
Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.
(array, query, optional)
The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read.
(integer, query, optional)
The page index. This value is simply for client state.
Constraints: {'minimum': 0}
(integer, query, optional)
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Constraints: {'minimum': 1, 'maximum': 1000}
(string, query, optional)
The page token. This is provided by the API.
(string, path, required)
The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to read the resource from.
Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^IS[0-9a-fA-F]{32}$'}
(string, query, optional)
Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`.
(array, query, optional)
Only list Bindings that have all of the specified Tags. The following implicit tags are available: `all`, `apn`, `fcm`, `gcm`, `sms`, `facebook-messenger`. Up to 5 tags are allowed.
No probe data for this endpoint yet.