Fetch profiles with corresponding data
Endpoints
Network Mapper API
Find connected profiles with their connection details
POST
Fetch profiles with corresponding data
To see a full response of the POST endpoint of Network Mapper API see Models > Profile
Authorizations
Body
application/json
Search query in the ElasticSearch Query DSL format. Find mapping here
Example:
{
"match": {
"profile_info.job_title": { "query": "Data Scientist" }
}
}
