Skip to main content

Returns the children of a message.

GET 

/api/v1/messages/:messageId/children

Returns the children of a message.

Request

Path Parameters

    messageId stringrequired

    Identifier of the message.

    Example: f532a53545103276b46876c473846d98648ee418468bce76df4868648dd73e5d

Responses

Successful operation.

Schema
    data objectrequired
    messageId stringrequired

    The message identifier of the given message that was used to look up its children.

    maxResults integerrequired

    The number of results it can return at most.

    count integerrequired

    The actual number of found results.

    childrenMessageIds string[]required

    The message identifiers of the found children.

Loading...