Changes to Get List configuration

GET /v1/subscriber_list/{list_id}/

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

Changed in 3 of the 7 revisions of this API.136

  1. 9a5a2cd152ae1
  2. a686fddb4e0c22
  3. 8bd2574bd2c314

What changed

    • added the pattern ^[a-z0-9_-]+$ to the path request parameter list_id

      request-parameter-pattern-added

  • a686fddb4e0c22See the full diff
    • removed the optional property sync_task/active_version/query_text from the response with the 200 status

      response-optional-property-removed

    • removed the optional property sync_task/draft_version/query_text from the response with the 200 status

      response-optional-property-removed

    • added the optional property sync_task/active_version/query to the response with the 200 status

      response-optional-property-added

    • added the optional property sync_task/draft_version/query to the response with the 200 status

      response-optional-property-added

  • 8bd2574bd2c314See the full diff
    • added the new dynamic_list enum value to the list_type response property for the response status 200

      response-property-enum-value-added

    • added the optional property is_enabled to the response with the 200 status

      response-optional-property-added

    • added the optional property query to the response with the 200 status

      response-optional-property-added

    • added the optional property sync_task to the response with the 200 status

      response-optional-property-added

    • removed the query_based enum value from the list_type response property for the response status 200

      response-property-enum-value-removed