curl --location --request GET 'https://api.ticaret.pro/meta/threads?metaAssetId&channel&q&page&limit' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"accountId": "string",
"metaAssetId": "string",
"channel": "string",
"externalThreadId": "string",
"participantId": "string",
"participantName": "string",
"subject": "string",
"status": "string",
"lastMessage": {
"property1": "string",
"property2": "string"
},
"lastMessageAt": "2019-08-24T14:15:22.123Z",
"unreadCount": 0,
"metadata": {
"property1": "string",
"property2": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"entityVersion": "2019-08-24T14:15:22.123Z",
"participant": {
"id": "string",
"name": "string",
"username": "string",
"profilePictureUrl": "string"
},
"asset": {
"id": "string",
"channel": "facebook_page",
"metaAssetId": "string",
"parentMetaAssetId": "string",
"name": "string",
"username": "string",
"phoneNumber": "string",
"profilePictureUrl": "string",
"capabilities": {
"messaging": true,
"comments": true,
"publishing": true
}
},
"crmInboxLink": {
"id": "string",
"accountId": "string",
"channel": "provider_whatsapp",
"sourceType": "wa_session",
"sourceId": "string",
"customer": {
"id": "string",
"accountId": "string",
"title": "string",
"shortName": "string",
"sector": "string",
"city": "string",
"notes": "string",
"source": "string",
"taxOffice": "string",
"taxNumber": "string",
"status": "active",
"primaryRepresentativeUserId": "string",
"primaryTeamGroupId": "string",
"representative": {
"id": "string",
"email": "string",
"displayName": "string",
"status": "string"
},
"team": {},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"contacts": [
{
"id": "string",
"accountId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"displayName": "string",
"email": "string",
"role": "string",
"title": "string",
"profession": "string",
"notes": "string",
"phones": [
{
"type": "string",
"label": "string",
"value": "string",
"normalized": "string",
"whatsappJid": "string",
"isWhatsapp": true,
"isPrimary": true
}
],
"isPrimary": true,
"status": "active",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"status": "string",
"source": {
"channel": "provider_whatsapp",
"sourceType": "wa_session",
"sourceId": "string",
"label": "string",
"status": "string",
"meta": {
"property1": "string",
"property2": "string"
},
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"metadata": {
"property1": "string",
"property2": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}
],
"page": 0,
"limit": 0,
"total": 0,
"asset": {
"id": "string",
"channel": "facebook_page",
"metaAssetId": "string",
"parentMetaAssetId": "string",
"name": "string",
"username": "string",
"phoneNumber": "string",
"profilePictureUrl": "string",
"capabilities": {
"messaging": true,
"comments": true,
"publishing": true
}
}
}
}