![SICK TDC-E Operating Instructions Manual Download Page 49](http://html.mh-extra.com/html/sick/tdc-e/tdc-e_operating-instructions-manual_1264338049.webp)
CONFIGURATION OF THE DEVICE SETTINGS
7
49
8027311 / V1-0/2022-04|SICK
Subject to change without notice
O P E R A T I N G I N S T R U C T I O N S | TDC-E (Telematic Data Collector)
REST API – queries
GET/networking/modem
GET/networking/modem/{modem}
GET/networking/modem/{modem}/details
GET/networking/modem/{modem}/apn
GET/networking/modem/{modem}/statistics
GET/networking/modem/{modem}/messages
REST API – settings
GET/networking/modem/{modem}
{
"segment": "string",
"segmentType": "wan",
"persist": true,
"name": "string",
"type": "bridge",
"enabled": true,
"state": "connected"
}
GET/networking/modem/{modem}/apn
{
"apn": "string",
"user": "string",
"password": "string",
"dialString": "string"
}
POST/networking/modem/{modem}/sms/messages
{
"phoneNumber": "string",
"content": "string"
}
REST API
modem