GET /api/smart_proxies/:smart_proxy_id/autosign
Показать все записи автоматической подписи

Параметры

Имя параметра Описание
location_id
необязательно

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
необязательно

Set the current organization context for the request

Validations:

  • Must be a Integer


POST /api/smart_proxies/:smart_proxy_id/autosign
Create autosign entry

Параметры

Имя параметра Описание
location_id
необязательно

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
необязательно

Set the current organization context for the request

Validations:

  • Must be a Integer

id
обязательно

Autosign entry name

Validations:

  • Must be a String


DELETE /api/smart_proxies/:smart_proxy_id/autosign/:id
Delete autosign entry

Параметры

Имя параметра Описание
location_id
необязательно

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
необязательно

Set the current organization context for the request

Validations:

  • Must be a Integer

id
обязательно

Autosign entry name

Validations:

  • Must be a String