curl --request GET \
--url https://api.gospott.com/vacancies/{id} \
--header 'x-api-key: <api-key>'{
"stageTotals": {
"viewType": "vacancyStageTotals",
"totals": [
{
"type": "speculative",
"id": "<string>",
"name": "<string>",
"order": 123,
"total": 123
}
]
},
"customAttributes": [
{
"value": {
"viewType": "customImage",
"imageUrl": "<string>"
},
"attributeDefinitionId": "<string>",
"label": "<string>",
"description": "<string>",
"filledByAI": true,
"options": [
"<string>"
]
}
],
"clientPortalId": "<string>",
"lastRankedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"client": {
"viewType": "vacancyClient",
"client": {
"industry": "Accessible Architecture and Design",
"size": "1 employee",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"logoUrl": "<string>"
}
},
"name": {
"viewType": "vacancyName",
"name": "<string>"
},
"description": {
"viewType": "vacancyDescription",
"description": "<string>"
},
"stage": {
"viewType": "vacancyStage",
"stage": {
"id": "<string>",
"order": 123,
"name": "<string>",
"colorHex": "<string>"
}
},
"createdAt": {
"viewType": "vacancyCreatedAt",
"createdAt": "2023-11-07T05:31:56Z"
},
"startAt": {
"viewType": "vacancyStartAt",
"startAt": "2023-11-07T05:31:56Z"
},
"endAt": {
"viewType": "vacancyEndAt",
"endAt": "2023-11-07T05:31:56Z"
},
"salaryRange": {
"viewType": "vacancySalaryRange",
"salaryRange": {
"currency": "USD",
"min": 123,
"max": 123
}
},
"location": {
"viewType": "vacancyLocation",
"location": {
"type": "primary_home",
"street1": "<string>",
"street2": "<string>",
"postalCode": "<string>",
"city": "<string>",
"region": "<string>",
"state": "<string>",
"country": "<string>",
"rawCityCountry": "<string>",
"latitude": 123,
"longitude": 123,
"formattedAddress": "<string>"
}
},
"team": {
"viewType": "vacancyTeam",
"team": [
{
"userId": "<string>",
"name": "<string>",
"email": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
]
},
"employmentType": {
"employmentType": "fullTime",
"viewType": "vacancyEmploymentType"
},
"locationType": {
"locationType": "remote",
"viewType": "vacancyLocationType"
},
"clientTeam": {
"viewType": "<string>",
"clientTeam": [
{
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"middleName": "<string>",
"secondLastName": "<string>",
"avatarUrl": "<string>",
"candidateId": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"companyLogoUrl": "<string>"
}
]
},
"scorecard": {
"viewType": "vacancyScorecard",
"scorecards": [
{
"group_name": "<string>",
"attributes": [
{
"attribute": "<string>"
}
]
}
]
},
"nextTaskDue": {
"viewType": "vacancyNextTaskDue",
"nextTaskDue": {
"id": "<string>",
"content": "<string>",
"dueDate": "2023-11-07T05:31:56Z"
}
}
}Retrieve detailed information about a specific job including all custom attributes, job details, and metadata.
curl --request GET \
--url https://api.gospott.com/vacancies/{id} \
--header 'x-api-key: <api-key>'{
"stageTotals": {
"viewType": "vacancyStageTotals",
"totals": [
{
"type": "speculative",
"id": "<string>",
"name": "<string>",
"order": 123,
"total": 123
}
]
},
"customAttributes": [
{
"value": {
"viewType": "customImage",
"imageUrl": "<string>"
},
"attributeDefinitionId": "<string>",
"label": "<string>",
"description": "<string>",
"filledByAI": true,
"options": [
"<string>"
]
}
],
"clientPortalId": "<string>",
"lastRankedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"client": {
"viewType": "vacancyClient",
"client": {
"industry": "Accessible Architecture and Design",
"size": "1 employee",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"logoUrl": "<string>"
}
},
"name": {
"viewType": "vacancyName",
"name": "<string>"
},
"description": {
"viewType": "vacancyDescription",
"description": "<string>"
},
"stage": {
"viewType": "vacancyStage",
"stage": {
"id": "<string>",
"order": 123,
"name": "<string>",
"colorHex": "<string>"
}
},
"createdAt": {
"viewType": "vacancyCreatedAt",
"createdAt": "2023-11-07T05:31:56Z"
},
"startAt": {
"viewType": "vacancyStartAt",
"startAt": "2023-11-07T05:31:56Z"
},
"endAt": {
"viewType": "vacancyEndAt",
"endAt": "2023-11-07T05:31:56Z"
},
"salaryRange": {
"viewType": "vacancySalaryRange",
"salaryRange": {
"currency": "USD",
"min": 123,
"max": 123
}
},
"location": {
"viewType": "vacancyLocation",
"location": {
"type": "primary_home",
"street1": "<string>",
"street2": "<string>",
"postalCode": "<string>",
"city": "<string>",
"region": "<string>",
"state": "<string>",
"country": "<string>",
"rawCityCountry": "<string>",
"latitude": 123,
"longitude": 123,
"formattedAddress": "<string>"
}
},
"team": {
"viewType": "vacancyTeam",
"team": [
{
"userId": "<string>",
"name": "<string>",
"email": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
]
},
"employmentType": {
"employmentType": "fullTime",
"viewType": "vacancyEmploymentType"
},
"locationType": {
"locationType": "remote",
"viewType": "vacancyLocationType"
},
"clientTeam": {
"viewType": "<string>",
"clientTeam": [
{
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"middleName": "<string>",
"secondLastName": "<string>",
"avatarUrl": "<string>",
"candidateId": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"companyLogoUrl": "<string>"
}
]
},
"scorecard": {
"viewType": "vacancyScorecard",
"scorecards": [
{
"group_name": "<string>",
"attributes": [
{
"attribute": "<string>"
}
]
}
]
},
"nextTaskDue": {
"viewType": "vacancyNextTaskDue",
"nextTaskDue": {
"id": "<string>",
"content": "<string>",
"dueDate": "2023-11-07T05:31:56Z"
}
}
}API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Successfully retrieved job details
Show child attributes
vacancyStageTotals Show child attributes
Show child attributes
Show child attributes
vacancyClient Show child attributes
Accessible Architecture and Design, Accessible Hardware Manufacturing, Accommodation and Food Services, Accounting, Administration of Justice, Administrative and Support Services, Advertising Services, Agricultural Chemical Manufacturing, Agriculture, Construction, Mining Machinery Manufacturing, Air, Water and Waste Program Management, Aviation & Aerospace, Airlines and Aviation, Abrasives and Nonmetallic Minerals Manufacturing, Alternative Dispute Resolution, Alternative Fuel Vehicle Manufacturing, Alternative Medicine, Ambulance Services, Amusement Parks and Arcades, Animal Feed Manufacturing, Animation, Animation and Post-production, Apparel Manufacturing, Apparel & Fashion, Appliances, Electrical, and Electronics Manufacturing, Architecture and Planning, Architectural and Structural Metal Manufacturing, Armed Forces, Artificial Rubber and Synthetic Fiber Manufacturing, Artists and Writers, Arts & Crafts, Audio and Video Equipment Manufacturing, Automation Machinery Manufacturing, Automotive, Aviation and Aerospace Component Manufacturing, Baked Goods Manufacturing, Banking, Bars, Taverns and Nightclubs, Bed and Breakfasts, Hostels, Homestays, Beverage Manufacturing, Biomass Electric Power Generation, Biotechnology, Biotechnology Research, Blockchain Services, Blogs, Boilers, Tanks, and Shipping Container Manufacturing, Book and Periodical Publishing, Book Publishing, Breweries, Broadcast Media Production and Distribution, Building Construction, Building Equipment Contractors, Building Finishing Contractors, Building Materials, Building Structure and Exterior Contractors, Business Consulting and Services, Business Content, Business Intelligence Platforms, Business Supplies & Equipment, Cable and Satellite Programming, Capital Markets, Caterers, Chemical Manufacturing, Chemical Raw Materials Manufacturing, Child Day Care Services, Chiropractors, Circuses and Magic Shows, Civic and Social Organizations, Civil Engineering, Claims Adjusting, Actuarial Services, Clay and Refractory Products Manufacturing, Climate Data and Analytics, Climate Technology Product Manufacturing, Coal Mining, Collection Agencies, Commercial and Industrial Equipment Rental, Commercial and Industrial Machinery Maintenance, Commercial and Service Industry Machinery Manufacturing, Commercial Real Estate, Communications Equipment Manufacturing, Community Development and Urban Planning, Community Services, Computer and Network Security, Computer Games, Computer Hardware, Computer Hardware Manufacturing, Computer Networking, Computer Networking Products, Computers and Electronics Manufacturing, Conservation Programs, Construction, Construction Hardware Manufacturing, Consumer Electronics, Consumer Goods, Consumer Goods Rental, Consumer Services, Correctional Institutions, Cosmetics, Cosmetology and Barber Schools, Courts of Law, Credit Intermediation, Cutlery and Handtool Manufacturing, Dairy, Dairy Product Manufacturing, Dance Companies, Data Infrastructure and Analytics, Data Security Software Products, Defense and Space Manufacturing, Defense & Space, Dentists, Design, Design Services, Desktop Computing Software Products, Digital Accessibility Services, Distilleries, E-learning, E-Learning Providers, Economic Programs, Education, Education Administration Programs, Education Management, Electric Lighting Equipment Manufacturing, Electric Power Generation, Electric Power Transmission, Control, and Distribution, Electrical Equipment Manufacturing, Electronic and Precision Equipment Maintenance, Embedded Software Products, Emergency and Relief Services, Energy Technology, Engineering Services, Engines and Power Transmission Equipment Manufacturing, Entertainment, Entertainment Providers, Environmental Quality Programs, Environmental Services, Equipment Rental Services, Events Services, Executive Offices, Executive Search Services, Fabricated Metal Products, Facilities Services, Family Planning Centers, Farming, Farming, Ranching, Forestry, Fashion Accessories Manufacturing, Financial Services, Fine Art, Fine Arts Schools, Fire Protection, Fisheries, Flight Training, Food and Beverage Manufacturing, Food and Beverage Retail, Food and Beverage Services, Food & Beverages, Food Production, Footwear and Leather Goods Repair, Footwear Manufacturing, Forestry and Logging, Fossil Fuel Electric Power Generation, Freight and Package Transportation, Fruit and Vegetable Preserves Manufacturing, Fuel Cell Manufacturing, Fundraising, Funds and Trusts, Furniture, Furniture and Home Furnishings Manufacturing, Gambling Facilities and Casinos, Geothermal Electric Power Generation, Glass Product Manufacturing, Glass, Ceramics and Concrete Manufacturing, Golf Courses and Country Clubs, Government Administration, Government Relations, Government Relations Services, Graphic Design, Ground Passenger Transportation, Health and Human Services, Health, Wellness & Fitness, Higher Education, Highway, Street, and Bridge Construction, Historical Sites, Holding Companies, Home Health Care Services, Horticulture, Hospitality, Hospitals, Hospitals and Health Care, Hotels and Motels, Household Appliance Manufacturing, Household and Institutional Furniture Manufacturing, Household Services, Housing and Community Development, Housing Programs, Human Resources, Human Resources Services, HVAC and Refrigeration Equipment Manufacturing, Hydroelectric Power Generation, Import & Export, Individual and Family Services, Industrial Automation, Industrial Machinery Manufacturing, Industry Associations, Information Services, Information Technology & Services, Insurance, Insurance Agencies and Brokerages, Insurance and Employee Benefit Funds, Insurance Carriers, Interior Design, International Affairs, International Trade and Development, Internet Marketplace Platforms, Internet News, Internet Publishing, Interurban and Rural Bus Services, Investment Advice, Investment Banking, Investment Management, IT Services and IT Consulting, IT System Custom Software Development, IT System Data Services, IT System Design Services, IT System Installation and Disposal, IT System Operations and Maintenance, IT System Testing and Evaluation, IT System Training and Support, Janitorial Services, Landscaping Services, Language Schools, Laundry and Drycleaning Services, Law Enforcement, Law Practice, Leasing Non-residential Real Estate, Leasing Residential Real Estate, Leather Product Manufacturing, Legal Services, Legislative Offices, Leisure, Travel & Tourism, Libraries, Lime and Gypsum Products Manufacturing, Loan Brokers, Luxury Goods & Jewelry, Machinery Manufacturing, Magnetic and Optical Media Manufacturing, Manufacturing, Maritime, Maritime Transportation, Marketing Services, Market Research, Mattress and Blinds Manufacturing, Measuring and Control Instrument Manufacturing, Meat Products Manufacturing, Mechanical Or Industrial Engineering, Media and Telecommunications, Media Production, Medical and Diagnostic Laboratories, Medical Device, Medical Equipment Manufacturing, Medical Practices, Mental Health Care, Metal Ore Mining, Metal Treatments, Metal Valve, Ball, and Roller Manufacturing, Metalworking Machinery Manufacturing, Military and International Affairs, Mining, Mobile Computing Software Products, Mobile Food Services, Mobile Gaming Apps, Motor Vehicle Manufacturing, Motor Vehicle Parts Manufacturing, Movies and Sound Recording, Movies, Videos, and Sound, Museums, Museums, Historical Sites, and Zoos, Music, Musicians, Nanotechnology Research, Natural Gas Distribution, Natural Gas Extraction, Newspaper Publishing, Nonmetallic Mineral Mining, Non-profit Organization Management, Non-profit Organizations, Nonresidential Building Construction, Nuclear Electric Power Generation, Nursing Homes and Residential Care Facilities, Office Administration, Office Furniture and Fixtures Manufacturing, Oil and Coal Product Manufacturing, Oil and Gas, Oil Extraction, Oil, Gas, and Mining, Online and Mail Order Retail, Online Audio and Video Media, Online Media, Operations Consulting, Optometrists, Outpatient Care Centers, Outsourcing and Offshoring Consulting, Outsourcing/Offshoring, Packaging and Containers Manufacturing, Packaging & Containers, Paint, Coating, and Adhesive Manufacturing, Paper and Forest Product Manufacturing, Paper & Forest Products, Pension Funds, Performing Arts, Performing Arts and Spectator Sports, Periodical Publishing, Personal and Laundry Services, Personal Care Product Manufacturing, Personal Care Services, Pet Services, Pharmaceutical Manufacturing, Philanthropic Fundraising Services, Philanthropy, Photography, Physical, Occupational and Speech Therapists, Physicians, Pipeline Transportation, Plastics and Rubber Product Manufacturing, Plastics Manufacturing, Political Organizations, Postal Services, Primary and Secondary Education, Primary Metal Manufacturing, Printing Services, Professional Organizations, Professional Services, Professional Training and Coaching, Program Development, Public Assistance Programs, Public Health, Public Policy, Public Policy Offices, Public Relations and Communications Services, Public Safety, Racetracks, Radio and Television Broadcasting, Rail Transportation, Railroad Equipment Manufacturing, Ranching, Ranching and Fisheries, Real Estate, Real Estate Agents and Brokers, Real Estate and Equipment Rental Services, Recreational Facilities, Regenerative Design, Religious Institutions, Renewable Energy Equipment Manufacturing, Renewable Energy Power Generation, Renewable Energy Semiconductor Manufacturing, Renewables & Environment, Repair and Maintenance, Research, Research Services, Residential Building Construction, Restaurants, Retail, Retail Apparel and Fashion, Retail Appliances, Electrical, and Electronic Equipment, Retail Art Dealers, Retail Art Supplies, Retail Books and Printed News, Retail Building Materials and Garden Equipment, Retail Florists, Retail Furniture and Home Furnishings, Retail Gasoline, Retail Groceries, Retail Health and Personal Care Products, Retail Luxury Goods and Jewelry, Retail Motor Vehicles, Retail Musical Instruments, Retail Office Equipment, Retail Office Supplies and Gifts, Retail Pharmacies, Retail Recyclable Materials & Used Merchandise, Reupholstery and Furniture Repair, Robotics Engineering, Robot Manufacturing, Rubber Products Manufacturing, Satellite Telecommunications, Savings Institutions, School and Employee Bus Services, Seafood Product Manufacturing, Secretarial Schools, Securities and Commodity Exchanges, Security and Investigations, Security Guards and Patrol Services, Security Systems Services, Semiconductor Manufacturing, Semiconductors, Services for Renewable Energy, Services for the Elderly and Disabled, Sheet Music Publishing, Shipbuilding, Shuttles and Special Needs Transportation Services, Sightseeing Transportation, Skiing Facilities, Smart Meter Manufacturing, Soap and Cleaning Product Manufacturing, Social Networking Platforms, Software Development, Solar Electric Power Generation, Sound Recording, Space Research and Technology, Specialty Trade Contractors, Spectator Sports, Sporting Goods, Sporting Goods Manufacturing, Sports and Recreation Instruction, Sports Teams and Clubs, Spring and Wire Product Manufacturing, Staffing and Recruiting, Steam and Air-Conditioning Supply, Strategic Management Services, Subdivision of Land, Sugar and Confectionery Product Manufacturing, Surveying and Mapping Services, Taxi and Limousine Services, Technical and Vocational Training, Technology, Information and Internet, Technology, Information and Media, Telecommunications, Telecommunications Carriers, Telephone Call Centers, Temporary Help Services, Textile Manufacturing, Theater Companies, Think Tanks, Tobacco, Tobacco Manufacturing, Translation and Localization, Transportation Equipment Manufacturing, Transportation, Logistics, Supply Chain and Storage, Transportation Programs, Transportation/Trucking/Railroad, Travel Arrangements, Truck Transportation, Trusts and Estates, Turned Products and Fastener Manufacturing, Urban Transit Services, Utilities, Utilities Administration, Utility System Construction, Vehicle Repair and Maintenance, Venture Capital and Private Equity Principals, Veterinary, Veterinary Services, Vocational Rehabilitation Services, Warehousing, Warehousing and Storage, Waste Collection, Waste Treatment and Disposal, Water Supply and Irrigation Systems, Water, Waste, Steam, and Air Conditioning Services, Wellness and Fitness Services, Wholesale, Wholesale Alcoholic Beverages, Wholesale Apparel and Sewing Supplies, Wholesale Appliances, Electrical, and Electronics, Wholesale Building Materials, Wholesale Chemical and Allied Products, Wholesale Computer Equipment, Wholesale Drugs and Sundries, Wholesale Food and Beverage, Wholesale Footwear, Wholesale Furniture and Home Furnishings, Wholesale Hardware, Plumbing, Heating Equipment, Wholesale Import and Export, Wholesale Luxury Goods and Jewelry, Wholesale Machinery, Wholesale Metals and Minerals, Wholesale Motor Vehicles and Parts, Wholesale Paper Products, Wholesale Petroleum and Petroleum Products, Wholesale Photography Equipment and Supplies, Wholesale Raw Farm Products, Wholesale Recyclable Materials, Wind Electric Power Generation, Wineries, Wine & Spirits, Wireless Services, Women's Handbag Manufacturing, Wood Product Manufacturing, Writing and Editing, Zoos and Botanical Gardens The size of the company
1 employee, 2-10 employees, 11-50 employees, 51-200 employees, 201-500 employees, 501-1,000 employees, 1,001-5,000 employees, 5,001-10,000 employees, 10,001+ employees Show child attributes
vacancySalaryRange Show child attributes
USD, EUR, GBP, JPY, CNY, INR, SAR, AED, NOK, SEK, DKK, MXN, BRL, ARS, AUD, CAD, NZD, EGP, CHF, SGD, HKD, KRW, TWD, THB, VND, IDR, ILS, TRY, ZAR, RUB, PLN, HUF, RON, BGN, CZK Show child attributes
vacancyLocation Show child attributes
primary_home, secondary_home, primary_work, headquarters, regional_office Show child attributes
Show child attributes
Show child attributes
Show child attributes
vacancyScorecard Show child attributes