Authorization: ********************{
"filters": [
{
"fieldName": "string",
"textSearch": {
"value": "string",
"matchingType": 1
},
"dateSearch": {
"from": "string",
"to": "string"
},
"boundingBoxSearch": {
"swLat": 0,
"swLng": 0,
"neLat": 0,
"neLng": 0
},
"radiusSearch": {
"centrelat": 0,
"centreLng": 0,
"radius": 0
},
"boolSearch": {
"value": true
},
"multiValueSearch": {
"values": [
"string"
],
"matchingRules": 1
}
}
],
"LearningExperienceTypeId": [
0
],
"LearningExperienceCodes": [
"string"
]
}curl --location 'https://api.tahdah.me/pathways/instances' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"filters": [
{
"fieldName": "string",
"textSearch": {
"value": "string",
"matchingType": 1
},
"dateSearch": {
"from": "string",
"to": "string"
},
"boundingBoxSearch": {
"swLat": 0,
"swLng": 0,
"neLat": 0,
"neLng": 0
},
"radiusSearch": {
"centrelat": 0,
"centreLng": 0,
"radius": 0
},
"boolSearch": {
"value": true
},
"multiValueSearch": {
"values": [
"string"
],
"matchingRules": 1
}
}
],
"LearningExperienceTypeId": [
0
],
"LearningExperienceCodes": [
"string"
]
}'{
"instanceId": 0,
"instanceName": "string",
"learningExperienceId": 0,
"learningExperienceName": "string",
"learningExperienceTypeId": "string",
"learningExperienceTypeName": "string",
"maxBookings": 0,
"currentBookings": 0,
"availablePlaces": 0,
"acceptsBookings": true,
"metaData": [
{
"fieldName": "string",
"fieldType": "string",
"value": "string"
}
]
}