Market
This endpoint gets the details of a single market.
GET
/
dev
/
markets
/
{market_id}
Authorization
Path
curl --request GET \
--url https://o2iren52nf.execute-api.eu-west-2.amazonaws.com/dev/markets/{market_id} \
--header 'x-api-key: <x-api-key>'
{
"id": 1,
"name": "Sustainability Consulting",
"subtitle": "Initial view of specialist consulting",
"description": "This study maps out the sustainable consulting market. Exploring companies that offer a variety of services within the sector such as sustainability analytics and ESG data collection",
"date_created": "2020-12-09T00:00:00.000Z",
"company_count": 189,
"header_image_url": "https://ailsa-study-thumbnails.s3.eu-west-2.amazonaws.com/esg%402x.jpg",
"review_status": "published"
}
Path
market_id
string
This is the id of the market
Response
id
number
A unique identifier for the market.
name
string
The main title or name of the market.
subtitle
string
A short, supplementary title providing additional context about the market.
description
string
A detailed description outlining the purpose and content of the market, including the types of services provided.
date_created
date
The timestamp of when the market was created, in ISO 8601 format.
company_count
number
The total number of companies that are part of this market.
header_image_url
string
The URL to the thumbnail representing the market.
review_status
string
The current review status of the market. Intended for back-office use. Values include “published”, “draft”, “reviewing”.
curl --request GET \
--url https://o2iren52nf.execute-api.eu-west-2.amazonaws.com/dev/markets/{market_id} \
--header 'x-api-key: <x-api-key>'
{
"id": 1,
"name": "Sustainability Consulting",
"subtitle": "Initial view of specialist consulting",
"description": "This study maps out the sustainable consulting market. Exploring companies that offer a variety of services within the sector such as sustainability analytics and ESG data collection",
"date_created": "2020-12-09T00:00:00.000Z",
"company_count": 189,
"header_image_url": "https://ailsa-study-thumbnails.s3.eu-west-2.amazonaws.com/esg%402x.jpg",
"review_status": "published"
}