Presets

Fetch all presets

Fetches all the presets belonging to an organization.

get/presets

Query parameters

per_pagenumber

Number of results per page

page_nonumber

The page number from which you want your page search results to be displayed.

Response

Example response

successboolean required

Example response

{
  "success": true,
  "paging": {
    "total_count": 30,
    "start_offset": 1,
    "end_offset": 30
  }
}

Changes

Changed in 3 of the 50 revisions of this API.3