Search Contacts
Searches for Contacts in Social Gateway
GET /api/v2/contact
Input Parameters
Name | Type | Description |
---|---|---|
count |
integer |
Retrieve count results |
index |
integer |
Retrieve results starting from this position in the result set |
order_by |
string |
Order results based on this attribute |
order_dir |
string |
Either ASC or DESC |
crm_id |
string |
Search by crmId |
name |
string |
Search by name |
updated_since |
date |
Search for contacts that were updated since a particular date and time. (use date format: 2015-05-11T16:03:57-0300) |
Response Sample
Status: 200 OK
{
"success": true,
"total": 1236,
"items": [
{
"id": 43,
"name": "Juan Perez",
"first_name": "Juan",
"last_name": "Perez",
"client_id": "4234534625",
"extended_value": "53242354352253",
"cases": 3,
"profiles": [
{
"id": 113,
"source": "email",
"name": "Juan Perez",
"ext_id": "jp@socialgateway.net",
"user_name": "aram@socialgateway.net",
"tags": [
"spam"
],
"creation_date": "2015-02-20T16:32:51-0300",
"update_date": "2015-05-11T15:53:54-0300",
"updated_by": "api"
},
{
"id": 292,
"source": "twitter",
"name": "Juan Perez",
"ext_id": "42416688",
"user_name": "juanperez7010",
"image_url": "http://pbs.twimg.com/profile_images/542701207/165901190_9e133991fb_o_normal.jpg",
"about": "",
"location": "Mexico",
"followers": 436,
"following": 2000,
"creation_date": "2015-05-11T16:03:57-0300"
},
{
"id": 5,
"source": "facebook",
"name": "Gatu Bela",
"ext_id": "100003438147119",
"user_name": "gatu.bela.129",
"gender": "female",
"image_url": "http://graph.facebook.com/100003438147119/picture",
"tags": [
"aaaee"
],
"creation_date": "2015-01-08T00:39:42-0300",
"update_date": "2015-05-11T16:04:55-0300",
"updated_by": "support"
}
],
"url": "http://master.local2.socialgateway.net:8080/contact/43",
"tags": [
"spam"
],
"notes": [
{
"date": 1431371012000,
"text": "este cliente es ficticio",
"userName": "support"
}
],
"creation_date": "2015-02-20T16:32:51-0300",
"update_date": "2015-05-11T16:03:57-0300",
"updated_by": "support"
},
{
"id": 44,
"name": "Juan Perez",
"first_name": "Juan",
"last_name": "Perez",
"client_id": "4234534625",
"extended_value": "53242354352253",
"cases": 3,
"profiles": [
{
"id": 113,
"source": "email",
"name": "Juan Perez",
"ext_id": "jp@socialgateway.net",
"user_name": "aram@socialgateway.net",
"tags": [
"spam"
],
"creation_date": "2015-02-20T16:32:51-0300",
"update_date": "2015-05-11T15:53:54-0300",
"updated_by": "api"
},
{
"id": 292,
"source": "twitter",
"name": "Juan Perez",
"ext_id": "42416688",
"user_name": "juanperez7010",
"image_url": "http://pbs.twimg.com/profile_images/542701207/165901190_9e133991fb_o_normal.jpg",
"about": "",
"location": "Mexico",
"followers": 436,
"following": 2000,
"creation_date": "2015-05-11T16:03:57-0300"
},
{
"id": 5,
"source": "facebook",
"name": "Gatu Bela",
"ext_id": "100003438147119",
"user_name": "gatu.bela.129",
"gender": "female",
"image_url": "http://graph.facebook.com/100003438147119/picture",
"tags": [
"aaaee"
],
"creation_date": "2015-01-08T00:39:42-0300",
"update_date": "2015-05-11T16:04:55-0300",
"updated_by": "support"
}
],
"url": "http://master.local2.socialgateway.net:8080/contact/43",
"tags": [
"spam"
],
"notes": [
{
"date": 1431371012000,
"text": "este cliente es ficticio",
"userName": "support"
}
],
"creation_date": "2015-02-20T16:32:51-0300",
"update_date": "2015-05-11T16:03:57-0300",
"updated_by": "support"
}
]
}