getRecipeCollection

GET {{baseUrl}}/wave/recipes

Retrieve a listing of all recipes.

For additional information, see the Recipes List Resource.

Request Params

KeyDatatypeRequiredDescription
folderIdstring(Optional) Filters the collection to include only recipes associated with the specified folder ID.
formatstring(Optional) Filters the collection to include only recipes of the specified format.
lastModifiedAfterstring(Optional) Filters the collection to include only recipes with a last modified data after the given value.
lastModifiedBeforestring(Optional) Filters the collection to include only recipes with a last modified data before the given value.
licenseTypestring(Optional) The response includes assets with this license type. The default is EinsteinAnalytics.
nextScheduledAfterstring(Optional) Filters the collection to include only recipes with a scheduled run after the given value.
nextScheduledBeforestring(Optional) Filters the collection to include only recipes with a scheduled run before the given value.
pagestring(Optional) Generated token that indicates the view of recipes to be returned.
pageSizestring(Optional) Number of items to be returned in a single page. Minimum is 1, maximum is 200, and the default is 25.
qstring(Optional) Search terms. Individual terms are separated by spaces. A wildcard is automatically appended to the last token in the query string. If the user’s search query contains quotation marks or wildcards, those symbols are automatically removed from the query string in the URL along with any other special characters.
sortstring(Optional) Sort order to apply to the collection results.
statusstring(Optional) Filters the collection to include only recipes with the specified statuses.

RESPONSES

status: OK

{"nextPageUrl":"\u003cstring\u003e","recipes":[{"assetSharingUrl":"\u003cstring\u003e","createdBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"createdDate":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003cstring\u003e","label":"\u003cstring\u003e","lastAccessedDate":"\u003cstring\u003e","lastModifiedBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"lastModifiedDate":"\u003cstring\u003e","name":"\u003cstring\u003e","namespace":"\u003cstring\u003e","permissions":{"create":"\u003cboolean\u003e","manage":"\u003cboolean\u003e","modify":"\u003cboolean\u003e","view":"\u003cboolean\u003e"},"type":"\u003cstring\u003e","url":"\u003cstring\u003e"},{"assetSharingUrl":"\u003cstring\u003e","createdBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"createdDate":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003cstring\u003e","label":"\u003cstring\u003e","lastAccessedDate":"\u003cstring\u003e","lastModifiedBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"lastModifiedDate":"\u003cstring\u003e","name":"\u003cstring\u003e","namespace":"\u003cstring\u003e","permissions":{"create":"\u003cboolean\u003e","manage":"\u003cboolean\u003e","modify":"\u003cboolean\u003e","view":"\u003cboolean\u003e"},"type":"\u003cstring\u003e","url":"\u003cstring\u003e"}],"totalSize":"\u003cinteger\u003e","url":"\u003cstring\u003e"}