Notifications

List available notifications

List available notifications.

get/v1/notifications/inbox

Query parameters

page[before]string
Example:ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ

Request the next page of data, starting with the item before this parameter.

page[after]string
Example:ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ

Request the next page of data, starting with the item after this parameter.

Filters a collection of notifications.

Response

A paginated list response for a collection of notifications

Example response

{
  "data": [
    {
      "id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
      "created_at": "2022-11-04T20:10:06.927Z",
      "updated_at": "2022-11-04T20:10:06.927Z"
    }
  ],
  "meta": {
    "page": {
      "size": 10
    }
  }
}

Changes

Changed in 6 of the 75 revisions of this API.20101

  • c80d57ed14ab421See the full diff
    • the meta response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the required property meta/next from the response with the 200 status

      response-required-property-removed

    • removed the required property meta/previous from the response with the 200 status

      response-required-property-removed

    • removed the required property meta/size from the response with the 200 status

      response-required-property-removed

    • removed the optional property meta/first from the response with the 200 status

      response-optional-property-removed

    • removed the optional property meta/last from the response with the 200 status

      response-optional-property-removed

    • added CursorMeta subschema #2 to the meta response property anyOf list for the response status 200

      response-property-any-of-added

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

    • added the new type enum value to the allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/rule response property for the response status 400

      response-property-enum-value-added

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/source became nullable for the status 400

      response-property-became-nullable

    • the response property detail became nullable for the status 401

      response-property-became-nullable

    • the response property instance became nullable for the status 401

      response-property-became-nullable

    • the response property meta/first became nullable for the status 200

      response-property-became-nullable

    • the response property meta/last became nullable for the status 200

      response-property-became-nullable

    • the response property status became nullable for the status 401

      response-property-became-nullable

    • the response property title became nullable for the status 401

      response-property-became-nullable

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

    • for the query request parameter filter, the type/format of property description was specialized from / to object/

      request-parameter-property-type-specialized

    • for the query request parameter filter, the type/format of property namespace was specialized from / to object/

      request-parameter-property-type-specialized

    • for the query request parameter filter, the type/format of property region was specialized from / to object/

      request-parameter-property-type-specialized

    • for the query request parameter filter, the type/format of property status was specialized from / to object/

      request-parameter-property-type-specialized

    • for the query request parameter filter, the type/format of property title was specialized from / to object/

      request-parameter-property-type-specialized

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

    • for the query request parameter filter, the type/format of property description was changed from object/ to /

      request-parameter-property-type-changed

    • for the query request parameter filter, the type/format of property namespace was changed from object/ to /

      request-parameter-property-type-changed

    • for the query request parameter filter, the type/format of property region was changed from object/ to /

      request-parameter-property-type-changed

    • for the query request parameter filter, the type/format of property status was changed from object/ to /

      request-parameter-property-type-changed

    • for the query request parameter filter, the type/format of property title was changed from object/ to /

      request-parameter-property-type-changed

    • added the new cloud-gateways enum value to the data/items/namespace response property for the response status 200

      response-property-enum-value-added

    • added the new gateway-manager enum value to the data/items/namespace response property for the response status 200

      response-property-enum-value-added

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