Skip to main content

Listofitems

List of items

items object[]required

List of items

  • Array [
  • cursor_tokenstring

    The cursor token generated by Mambu

    Possible values: <= 255 characters

    event_typestring

    Specifies the event-type of the cursor

    Possible values: <= 255 characters

    offsetstringrequired

    The offset of this batch.

    partitionstringrequired

    The partition this batch belongs to.

  • ]
  • Listofitems
    {
    "items": [
    {
    "cursor_token": "string",
    "event_type": "string",
    "offset": "string",
    "partition": "string"
    }
    ]
    }