getClientContactHistoryById
getClientContactHistoryById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
clientId int64
comment string
contactType object
conversation object
conversationResult object
date date-time
difficultFinSituationReason object
id int64
nonPaymentReason object
note string
revTimestamp int64
revType string
Possible values: [CREATE
, DELETE
, EDIT
]
revUserId int64
successful boolean
userId int64
[
{
"clientId": 0,
"comment": "string",
"contactType": {
"active": true,
"id": 0,
"name": "string"
},
"conversation": {
"active": true,
"id": 0,
"name": "string"
},
"conversationResult": {
"active": true,
"id": 0,
"name": "string",
"statusDuration": 0
},
"date": "2025-03-31T15:16:26.068Z",
"difficultFinSituationReason": {
"active": true,
"id": 0,
"name": "string"
},
"id": 0,
"nonPaymentReason": {
"active": true,
"id": 0,
"name": "string"
},
"note": "string",
"revTimestamp": 0,
"revType": "CREATE",
"revUserId": 0,
"successful": true,
"userId": 0
}
]
Unauthorized
Forbidden
Not Found
GET /dicts/client-contacts-history/:id
Request
Request
curl / cURL
curl -L -X GET '//localhost/dicts/client-contacts-history/:id' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/dicts/client-contacts-history/:id' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/dicts/client-contacts-history/:id' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/dicts/client-contacts-history/:id' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/dicts/client-contacts-history/:id' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/dicts/client-contacts-history/:id' \
-H 'Accept: */*'