This endpoint is deprecated. Please use specialized search endpoints outlined in other sections of the documentation.
An api for searching multiple entities on our platform. While this particular endpoint is convenient for finding multiple types of entities, we highly recommend using more granular search apis listed in the Users, Companies, and DCF sections.
OK
{- "results": [
- {
- "title": "Frederic Citizen",
- "type": "user",
- "description": "",
- "isFollowing": false,
- "isCompanyFollowing": {
- "corl": false
}, - "data": {
- "id": "5552a04804972e1f16dcc0d6",
- "type": "PERSON",
- "name": "Stan Sample",
- "avatar": null,
- "headline": null,
- "summary": null,
- "location": null,
- "username": "stan_sample",
- "social": null,
- "groups": null,
- "updatedAt": "2015-06-22T06:02:42.075Z",
- "createdAt": "2015-05-13T00:52:24.721Z"
}
}
], - "items": {
- "users": [
- {
- "id": "56159ebe6c11fef4510bfdc7",
- "name": "Frederic Citizen",
- "avatar": null,
- "background": null,
- "headline": "I <3 Networks",
- "summary": "IP Engineer",
- "location": "Mt Example, TX",
- "username": "fredcit",
- "social": null,
- "tags": [
- "#baseball",
- "#football"
], - "updatedAt": "2015-10-07T22:37:51.732Z",
- "createdAt": "2015-10-07T22:37:50.543Z",
- "companies": [
- {
- "id": "56159ebf6c11fef4510bfdcc",
- "name": "ExCo LLC",
- "avatar": null,
- "background": null,
- "headline": null,
- "summary": null,
- "location": null,
- "username": "exco",
- "followers": [
- "56159ebe6c11fef4510bfdc7"
], - "following": null,
- "tags": [ ],
- "verified": true,
- "company": {
- "website": null,
- "industry": null,
- "businessType": null,
- "companySize": null,
- "dateFounded": null,
- "markets": { },
- "asns": null,
- "regionalInternetRegistry": null,
- "clientId": null,
- "first": null,
- "last": null,
- "address": null,
- "city": null,
- "state": null,
- "zip": null,
- "addresses": null,
- "phone": null,
- "fax": null,
- "email": null,
- "country": null
}, - "linkUserCompany": { }
}
], - "linkUserCompany": {
- "56159ebf6c11fef4510bfdcc": {
- "id": "56159ebf6c11fef4510bfdcd",
- "userId": "56159ebe6c11fef4510bfdc7",
- "companyId": "56159ebf6c11fef4510bfdcc",
- "state": "ACTIVE",
- "roles": [
- "ADMIN"
], - "updatedAt": "2015-10-07T22:37:51.225Z",
- "createdAt": "2015-10-07T22:37:51.225Z",
- "deleted": false,
- "deletedAt": "1970-01-01T00:00:00.000Z",
- "permissions": {
- "groups": {
- "ADMIN": {
- "user-moderation": true,
- "company-actions": true,
- "company-update": true,
- "ports-edit": true,
- "ports-read": true,
- "connection-create": true,
- "connection-modify": true,
- "connection-read": true,
- "connection-delete": true,
- "order-query": true,
- "order-create": true,
- "order-modify": true,
- "order-delete": true
}
}
}
}
}, - "stats": {
- "followers": 0,
- "interconnections": 0,
- "posts": 1,
- "events": 1,
- "following": 1
}, - "isFollowing": false,
- "isCompanyFollowing": { }
}
], - "companies": [ ],
- "dataCenterFacilities": [ ]
}
}