rulebooks

List all rulebooks

get/rulebooks/

Query parameters

namestring

Filter by rulebook name.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

project_idnumber

Filter by rulebook's project id.

Response

Return a list of rulebooks.

countinteger
nextstring uri nullable
previousstring uri nullable
page_sizeinteger nullable
pageinteger nullable

Example response

{
  "count": 123,
  "next": "/eda/api/v1/example/?page=51&page_size=100",
  "previous": "/eda/api/v1/example/?page=49&page_size=100",
  "page_size": 100,
  "page": 50
}

Changes

Changed in 4 of the 8 revisions of this API.118

    • the endpoint scheme security EDAJWTAuthentication was added to the API

      api-security-added

    • the endpoint scheme security jwtAuth was added to the API

      api-security-added

    • added the required property results/items/organization_id to the response with the 200 status

      response-required-property-added

    This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security cookieAuth was added to the API

      api-security-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • f84d9240fdf211See the full diff
    • removed the optional property results/items/path from the response with the 200 status

      response-optional-property-removed

    • the endpoint scheme security cookieAuth was removed from the API

      api-security-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 62d33b79083413See the full diff
    • removed the required property results/items/organization_id from the response with the 200 status

      response-required-property-removed

    • the endpoint scheme security EDAJWTAuthentication was removed from the API

      api-security-removed

    • the endpoint scheme security jwtAuth was removed from the API

      api-security-removed

    • added the optional property results/items/path to the response with the 200 status

      response-optional-property-added

    This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog