I've created devices and managed them with Node-RED. And receiving real-time data in my IoT platform board. So i wanted to access those data by REST API which i found this: https://docs.internetofthings.ibmcloud.com/apis/swagger/v0002-beta/info-mgmt-beta.html
Specially wanted to use this
/device/types/{typeId}/devices/{deviceId}/state/{applicationInterfaceId}
And i created schema by following this: https://developer.ibm.com/courses/labs/create-device-schema-internet-things-platform-service-ibm-bluemix-dwc013/
Then i requested to /api/v0002/applicationinterfaces
, /api/v0002/schemas
.
But both result was:
{"results": [], "meta": {"total_rows": 0}}
How can i create schema and application interface?