getGroupConventionById
getGroupConventionById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
contractIds int64[]
date date
groupId int64
id int64
name string
{
"contractIds": [
0
],
"date": "2025-04-15",
"groupId": 0,
"id": 0,
"name": "string"
}
Unauthorized
Forbidden
Not Found
GET /main/group-conventions/:id
Request
Request
curl / cURL
curl -L -X GET '//localhost/main/group-conventions/:id' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/main/group-conventions/:id' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/main/group-conventions/:id' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/main/group-conventions/:id' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/main/group-conventions/:id' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/main/group-conventions/:id' \
-H 'Accept: */*'