Sidebar
Decode
A decode is a reusable definition that maps incoming device input data to a standard format in the digital customer platform.Attributes
These are all attributes that can be read and updated through the API
| Name | Description | Permissions |
|---|---|---|
| code | A short identifier or value used to represent the item. | READ ONLY |
| name | The display name of the item. | READ ONLY |
| description | A brief explanation of what the item is or does. | READ ONLY |
Get Decode by ID
GEThttps://360digital.ngr-world.com/connect/v1/resources/decode/[ID]Returns a specific Decode by ID.
Relations
It is possible to get related objects from Decodes.
GEThttps://360digital.ngr-world.com/connect/v1/resources/decode/[ID]/[RELATION]This table shows all available resources that can be queried
| Relation | Objecttype | Relationtype | |
|---|---|---|---|
| datastream | Datastream | many:many | Show details |
Update Decode
POSThttps://360digital.ngr-world.com/connect/v1/resources/decode/[ID]Update fields of Decode by ID. The fields must be sent as x-www-form-urlencoded parameter.
Create Decode
PUThttps://360digital.ngr-world.com/connect/v1/resources/decodeCreate a new Decode.
Delete Decode
DELETEhttps://360digital.ngr-world.com/connect/v1/resources/decode/[ID]Delete the resource Decode by ID.
This action can not be reverted!
