GET /v1/Services/{ServiceSid}/Bindings

twilio.com:twilio_notify_v1

Summary:
Operation ID: ListBinding
Auth: unknown

Parameters (8)

EndDate (string, query, optional)

Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.

Identity (array, query, optional)

The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read.

Page (integer, query, optional)

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

Constraints: {'minimum': 0}

PageSize (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}

PageToken (string, query, optional)

The page token. This is provided by the API.

ServiceSid (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}$'}

StartDate (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`.

Tag (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.