Changes to Listar metas

GET /api/management/goals

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 79 revisions of this API.1320

  1. 4a6533a9991423
  2. 1641fb026e281
  3. ff81bfa4170f13
  4. 78982b5a3f6c14

What changed

  • 4a6533a9991423See the full diff
    • deleted the query request parameter filter[step_id]

      request-parameter-removed

    • removed the optional property // from the response with the status

      response-optional-property-removed

    • added the new optional query request parameter filter[funnel_step_id]

      new-optional-request-parameter

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • removed the optional property // from the response with the status

      response-optional-property-removed

  • ff81bfa4170f13See the full diff
    • the query request parameter filter[status] was restricted to a list of enum values

      request-parameter-became-enum

    • added the new enum value completed to the query request parameter filter[status]

      request-parameter-enum-value-added

    • added the new enum value inactive to the query request parameter filter[status]

      request-parameter-enum-value-added

    • added the new enum value active to the query request parameter filter[status]

      request-parameter-enum-value-added

    • added the new optional query request parameter filter[comparison_mode]

      new-optional-request-parameter

    • added the new optional query request parameter filter[end_date_lte]

      new-optional-request-parameter

    • added the new optional query request parameter filter[periodicity]

      new-optional-request-parameter

    • added the new optional query request parameter filter[start_date_gte]

      new-optional-request-parameter

    • added the new optional query request parameter filter[status]

      new-optional-request-parameter

    • added the new optional query request parameter filter[step_id]

      new-optional-request-parameter

    • added the new optional query request parameter filter[title]

      new-optional-request-parameter

    • added the new optional query request parameter filter[trashed]

      new-optional-request-parameter

    • added the new optional query request parameter filter[type]

      new-optional-request-parameter

    • added the new optional query request parameter filter[user_id]

      new-optional-request-parameter

    • added the new optional query request parameter page

      new-optional-request-parameter

    • added the new optional query request parameter perPage

      new-optional-request-parameter

    • added the new optional query request parameter sort

      new-optional-request-parameter

    • added the media type application/json for the response with the status

      response-media-type-added