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

getGroupConventionById

getGroupConventionById

Path Parameters
    id int64 required

    id

Responses

OK


Schema
    contractIds int64[]
    date date
    groupId int64
    id int64
    name string
GET /main/group-conventions/:id

Request

Base URL
//localhost
id — path required
curl / cURL
curl -L -X GET '//localhost/main/group-conventions/:id' \
-H 'Accept: */*'