Перейти к основному содержимому

getLeadCustomStatusById

getLeadCustomStatusById

Path Parameters
    id int64 required

    id

Responses

OK


Schema
    id int64
    name string
GET /dicts/lead-custom-statuses/:id

Request

Base URL
//localhost
id — path required
curl / cURL
curl -L -X GET '//localhost/dicts/lead-custom-statuses/:id' \
-H 'Accept: */*'