Testing dynamic field selection (projections) and fuzzy partial matching.
?title=true&description=true&limit=1 {
"success": true,
"info": {
"total_records": 1,
"collections_available": [
"playbook",
"stories"
],
"selectors_applied": [
"title",
"description"
],
"filters_applied": {}
},
"data": {
"playbook": [
{
"id": "breaking-into-commercial-real-estate",
"collection": "playbook",
"data": {
"title": "Breaking Into Commercial Real Estate: A Beginner’s Guide",
"description": "Learn how first-time investors can select the right commercial property types, avoid common mistakes, and build a foundation for long-term success."
}
}
],
"stories": []
}
} ?author=Tim&limit=2 {
"success": true,
"info": {
"total_records": 0,
"collections_available": [
"playbook",
"stories"
],
"selectors_applied": "all",
"filters_applied": {
"author": "Tim"
}
},
"data": {
"playbook": [],
"stories": []
}
} ?collection=playbook&tags=Business&title=true&limit=2 {
"success": true,
"info": {
"total_records": 2,
"collections_available": [
"playbook",
"stories"
],
"selectors_applied": [
"title"
],
"filters_applied": {
"tags": "Business"
}
},
"data": {
"playbook": [
{
"id": "boring-businesses-that-quietly-make-millions",
"collection": "playbook",
"data": {
"title": "The Boring Businesses That Quietly Make Millions"
}
},
{
"id": "6-entrepreneur-mindsets-that-break-the-rules-of-business",
"collection": "playbook",
"data": {
"title": "6 Entrepreneur Mindsets That Break the Rules of Business"
}
}
]
}
} ?sortBy=title&order=asc&limit=3&title=true {
"success": true,
"info": {
"total_records": 3,
"collections_available": [
"playbook",
"stories"
],
"selectors_applied": [
"title"
],
"filters_applied": {}
},
"data": {
"playbook": [
{
"id": "10-best-profitable-small-business-startup-ideas-to-launch-in-2025",
"collection": "playbook",
"data": {
"title": "10 Best Profitable Small Business Startup Ideas to Launch in 2025"
}
},
{
"id": "10-essential-startup-tips-for-entrepreneurs-in-2025",
"collection": "playbook",
"data": {
"title": "10 Essential Startup Tips for Entrepreneurs In 2025"
}
},
{
"id": "6-entrepreneur-mindsets-that-break-the-rules-of-business",
"collection": "playbook",
"data": {
"title": "6 Entrepreneur Mindsets That Break the Rules of Business"
}
}
],
"stories": []
}
} Premium Selection