v1

latestOpenAPI 3.0.02026-08-063939255.2 KB
Candidate

Information on candidate comments

get/candidate/{id}/comment

Path parameters

idinteger required

Ідентифікатор кандидата

Query parameters

pageinteger
per_pageinteger

Headers

tokenstring required

Api token

Response

ОК

errorboolean
codeinteger
messagesstring[]

Example response

{
  "result": {
    "current_page": 1,
    "data": [
      {
        "text": "Some comment",
        "author_id": 1,
        "created_at": "2022-01-22 12:32:44",
        "updated_at": "2022-01-23 12:00:00"
      }
    ],
    "first_page_url": "https://hurma.work/api/path?page=1",
    "from": 1,
    "last_page": 1,
    "last_page_url": "https://hurma.work/api/path?page=1",
    "next_page_url": "https://hurma.work/api/path?page=1",
    "path": "https://hurma.work/api/path",
    "per_page": 12,
    "to": 4,
    "total": 4
  },
  "code": 200
}
All 39 operations