Stella Platform Documentation

Stella Platform Documentation

  • Docs
  • API
  • FAQ
  • Languages iconEnglish
    • 中文

›REST API

Get Started

  • Introduction

Context Reference

  • Message Event
  • Member
  • Channel
  • Integrations
  • Agenda Meta
  • Group
  • Methods

REST API

  • Introduction and Prerequisite
  • Errors
  • Meta Object
  • API Methods

Meta Object

To use the API passed meta object in transform response or actions of targeted node, use the following code to access your meta.

this.agendaMeta

Example

The above sample API call show meta params like below

{
  "meta": {
    "orderId": "someOrderId",
    "name": "hello"
  }
}

To access in transform response or actions

return new promise((resolve, reject) => {
  // ...
  const orderId = this.agendaMeta.orderId // "someOrderId"
  const name = this.agendaMeta.name // "hello"
  // ...
})
← ErrorsAPI Methods →
Stella Platform Documentation
Docs
Get StartedBest PracticesAPI Reference
Community
FAQUser ShowcaseChat with Us
Copyright © 2020 Sanuker Inc. Limited