v1

latestOpenAPI 3.1.02026-08-04370473.5 KB

Search

post/WorkplaceSearch

Headers

galaxy-ap-namestring

Access Profile Name

galaxy-ap-passwordstring

Access Profile Password

galaxy-search-typestring

Galaxy Search Type

galaxy-client-session-idstring

Session for ID Logging

galaxy-client-typestring

Required for Javascript Clients

Request body

RAW_BODYstring json

Response

200

searchCriteriaobject[]
totalRequestExecutionTimeMsinteger
requestIdstring
requestTypestring
requestTimestring
isErrorboolean

Example response

{
  "workplaceRecords": [
    {
      "requestId": 1939394947293749200,
      "fullName": "JOHN DOE",
      "firstName": "JOHN",
      "lastName": "DOE",
      "professionalTitles": "CLIENT PARTNER,DIRECTOR OF STRATEGY,PRODUCT MANAGER - ECOSYSTEM,FOUNDER,ADJUNCT PROFESSOR OF BUSINESS,STRATEGIST AND PRESIDENT,CONSULTING MANAGER (STRATEGY CONSULTANT),PROJECT MANAGEMENT CONSULTANT,TELECOMMUNICATIONS ANALYST,NEW ASSOCIATE TECHNOLOGY ANALYST",
      "names": [
        {
          "firstName": "JOHN",
          "lastName": "DOE",
          "fullName": "JOHN DOE"
        }
      ],
      "education": [
        {
          "school": "Springfield University",
          "degree": "BS",
          "startDate": "1988",
          "schoolStartDate": "0001-01-01T00:00:00",
          "endDate": "1992",
          "schoolEndDate": "0001-01-01T00:00:00"
        }
      ],
      "currentEmployment": [
        {
          "employer": "HOT DOG, LLC",
          "jobTitle": "DIRECTOR",
          "level": "DIRECTOR-LEVEL",
          "department": "Marketing and Product",
          "startDate": "2015",
          "duration": "6 years 10 months",
          "professionalTitles": [
            "CLIENT PARTNER"
          ],
          "type": "Privately Held",
          "website": "WEBSITE.COM",
          "companySocialUrl": "www.linkedin.com/company/hot-dog-llc",
          "founded": "2008",
          "size": "11-50",
          "socialFollowers": "461 or more"
        }
      ],
      "personLocation": [
        {
          "city": "HOUSTON",
          "state": "TX",
          "qualityOrder": 1
        }
      ],
      "workExperience": [
        {
          "expJobOrder": 1,
          "expJobTitle": "CLIENT PARTNER",
          "expCompany": "OTHER COMPANY, INC.",
          "expDuration": "5 months",
          "company": {
            "companyName": "OTHER COMPANY, INC.",
            "companyParentIndustry": "Media and Entertainment",
            "companyIndustry": "Media Production",
            "companyType": "Partnership",
            "companySize": "1-10",
            "companyFounded": "2007",
            "companyWebSite": "WWW.WEBSITE.COM",
            "companySocialUrl": "www.linkedin.com/company/othercompany",
            "companyHeadQuarters": "Westville, VA"
          }
        }
      ],
      "personUrls": [
        "https://www.linkedin.com/in/johndoe"
      ],
      "socialConnections": "500+"
    }
  ],
  "counts": {
    "searchResults": 1
  },
  "pagination": {
    "currentPageNumber": 1,
    "resultsPerPage": 1,
    "totalPages": 1,
    "totalResults": 134
  },
  "totalRequestExecutionTimeMs": 2089,
  "requestId": "688f57c1-2b06-4b50-a10a-16a1d8c7d76a",
  "requestType": "WorkplaceSearch",
  "requestTime": "2023-04-06T13:47:25.3444121-07:00"
}