Authorization: ********************
{
"metric": "demand",
"date_range": {
"type": "absolute",
"start": "2023-07-19",
"end": "2024-07-22"
},
"filter": {
"type": "rule",
"dimension": "apprenticeship_level",
"operator": "eq",
"target": {
"type": "object",
"id": 0,
"name": "string"
},
"taxonomy_id": 0
},
"breakdown": [
{
"dimension": "apprenticeship_level",
"taxonomy_id": 0,
"location_type_id": 0
}
]
}
curl --location --request POST 'https://api.intelligence.adzuna.com/api/v1.1/gb/query-builder/run-query/' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"metric": "demand",
"date_range": {
"type": "absolute",
"start": "2023-07-19",
"end": "2024-07-22"
},
"filter": {
"type": "rule",
"dimension": "apprenticeship_level",
"operator": "eq",
"target": {
"type": "object",
"id": 0,
"name": "string"
},
"taxonomy_id": 0
},
"breakdown": [
{
"dimension": "apprenticeship_level",
"taxonomy_id": 0,
"location_type_id": 0
}
]
}'
{
"metric": "demand",
"key_metrics": {
"metric_value": {
"demand": 0
}
},
"breakdown_dimension": "apprenticeship_level",
"breakdown": [
{
"metric_value": {
"demand": 0
},
"breakdown_value": {
"id": 0,
"name": "string"
}
}
],
"raw": [
{
"date": "2019-08-24T14:15:22Z",
"metric_value": {
"demand": 0
},
"breakdown_value": {
"id": 0,
"name": "string"
}
}
]
}