Website

Get thread

Last update: 29.01.2024

Get thread

 

AUTHORIZATIONS:> access_token
PATH PARAMETERS
threadId

required
integer

Responses

200

Status 200

RESPONSE SCHEMA: application/json
id
integer

Thread ID

advert_id
integer

Advert ID

interlocutor_id
integer

User ID whom is conversation with

total_count
integer

Total count of messages in thread

unread_count
integer

Count of unread messages in thread

created_at
string <date-time>

Time when thread was created

is_favourite
boolean

Is this thread marked as favourite

OLX Production Server

https://www.olx.ro/api/partner/threads/{threadId}
		GET
/threads/{threadId}

Response samples
200
Content type
application/json

{
"id": 1,
"advert_id": 1,
"interlocutor_id": 1,
"total_count": 1,
"unread_count": 0,
"created_at": "2018-01-30 08:26:36",
"is_favourite": false
}			
		
Copied to clipboard