Link Search Menu Expand Document

GatewayComms

Jan 1 2022 at 12:00 AM

  1. APIs within GatewayComms
    1. GatewayComms
      1. API Calls

This service is responsible for receiving gateway packets, processing them by determining which Endpoints are linked to the properties of the gateway and sending those gateway properties as Endpoints. The service then calculates triggers and functions that depend on those endpoints and then send those values in the same packet as those Endpoints.

APIs within GatewayComms

GatewayComms

API Calls

LastFor

POST

Permission

gateways:get

Accessible

Tenant only. See response and accessiblity information for more

URL

https://iotnxtinternal.commander.io/DAPI/v1/GatewayComms/LastFor

URL Params

None

Data Params

Example:
{
    "gatewayIds": {"string","string"}
}
  • gatewayIds: string[]

Success Response

Response message with the following codes and JSON body formats. Refer to the API Response Types Success Response. See response and accessiblity information for more

Error Response

Response message with the following codes and HTMLs body formats. Refer to the API Response Types Error Response. See response and accessiblity information for more

Notes

None