getCurrentManagerCouple
getCurrentManagerCouple
Path Parameters
id int64 required
id
Query Parameters
date date
date
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
date date-time
id int64
mainManagerId int64
managerId int64
{
"date": "2024-11-20T07:47:13.822Z",
"id": 0,
"mainManagerId": 0,
"managerId": 0
}
Unauthorized
Forbidden
Not Found
GET /main/contracts/:id/manager-couples/current
Request
Request
curl / cURL
curl -L -X GET '//localhost/main/contracts/:id/manager-couples/current' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/main/contracts/:id/manager-couples/current' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/main/contracts/:id/manager-couples/current' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/main/contracts/:id/manager-couples/current' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/main/contracts/:id/manager-couples/current' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/main/contracts/:id/manager-couples/current' \
-H 'Accept: */*'