Subscriber
Create Subscriber of Application
Request
Field
Value
URL
https://platform.antares.id:8443/~/antares-cse/antares-id/your-application-ID
or
https://platform.antares.id:8443/~/antares-cse/your-application-ID
Note: your-application-ID
must be starting with CAE
. e.g. CAE760571675
Method
POST
Header
Key
Value
X-M2M-Origin
antares-access-key
Content-Type
application/json;ty=23
Accept
application/json
Body
Response
Result
Create Subscriber of Device
Request
Field
Value
URL
https://platform.antares.id:8443/~/antares-cse/antares-id/device-name
or
https://platform.antares.id:8443/~/antares-cse/your-device-ID
Note: your-application-ID
must be starting with CAE
. e.g. CAE760571675
Method
POST
Header
Key
Value
X-M2M-Origin
antares-access-key
Content-Type
application/json;ty=23
Accept
application/json
Body
Response
Result
Retrieve All Subscribers ID of an Application
Request
Field
Value
URL
https://platform.antares.id:8443/~/antares-cse/antares-id/application-name?fu=1&ty=23
or
https://platform.antares.id:8443/~/antares-cse/your-application-ID?fu=1&ty=23
Note: your-application-ID
must be starting with CAE
. e.g. CAE760571675
Method
GET
Header
Key
Value
X-M2M-Origin
antares-access-key
Content-Type
application/json
Accept
application/json
Response
Retrieve Particular Subscriber of an Application
Request
Field
Value
URL
https://platform.antares.id:8443/~/antares-cse/antares-id/your-application-name/subscriber-name
or
https://platform.antares.id:8443/~/antares-cse/your-subscriber-ID
Note: your-subscriber-ID
must be starting with sub
. e.g. sub-123456789
Method
GET
Header
Key
Value
X-M2M-Origin
antares-access-key
Content-Type
application/json
Accept
application/json
Response
Retrieve All Subscribers ID of a Device
Request
Field
Value
URL
https://platform.antares.id:8443/~/antares-cse/antares-id/application-name/device-name?fu=1&ty=23
or
https://platform.antares.id:8443/~/antares-cse/your-device-ID?fu=1&ty=23
Note: your-device-ID
must be starting with CNT
. e.g. CNT-842419289
Method
GET
Header
Key
Value
X-M2M-Origin
antares-access-key
Content-Type
application/JSON
Accept
application/JSON
Response
Result
Retrieve Particular Subscriber of a Device
Request
Field
Value
URL
https://platform.antares.id:8443/~/antares-cse/antares-id/your-application-name/your-device-name/subscriber-name
or
https://platform.antares.id:8443/~/antares-cse/your-subscriber-ID
Note: your-subscriber-ID
must be starting with sub
. e.g. sub-123456789
Method
GET
Header
Key
Value
X-M2M-Origin
antares-access-key
Content-Type
application/json
Accept
application/json
Response
Delete Subscriber of Application
Field
Value
URL
https://platform.antares.id:8443/~/antares-cse/antares-id/your-application-name/subscriber-name
or
https://platform.antares.id:8443/~/antares-cse/your-subscriber-ID
Note: your-subscriber-ID
must be starting sub
. e.g. sub-123456789
Method
DELETE
Header
Key
Value
X-M2M-Origin
antares-access-key
Content-Type
application/json
Accept
application/json
Delete Subscriber of Device
Field
Value
URL
https://platform.antares.id:8443/~/antares-cse/antares-id/your-application-name/your-device-name/subscriber-name
or
https://platform.antares.id:8443/~/antares-cse/your-subscriber-ID
Note: your-subscriber-ID
must be starting with sub
. e.g. sub-123456789
Method
DELETE
Header
Key
Value
X-M2M-Origin
antares-access-key
Content-Type
application/json
Accept
application/json
Last updated