FindRecipes

Find recipes by query

Request
query Parameters
projects
Array of strings
  • An array of project IDs
creator
string
  • Filter by creator
title
string
  • Find by title
ontologies
Array of strings
  • An array of ontology IDs
pageOffset
number <double>
  • The number of pages to skip from the start
pageSize
number <double>
  • How many recipes in one page
Responses
200

Ok

get/recipes
Request samples
Response samples
application/json
{
  • "totalItemsCount": 0,
  • "items": [
    ],
  • "totalPagesCount": 0,
  • "hasNextPage": true
}