Получить комментарии по депозитному контракту
Метод возвращает массив комментариев по депозитному контракту.
Path Parameters
contractId int64 required
contractId
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
body string
creationDate date-time
id int64
userId int32
[
{
"body": "string",
"creationDate": "2024-11-20T07:47:08.433Z",
"id": 0,
"userId": 0
}
]
Unauthorized
Forbidden
Not Found
Loading...