Logo
DeltaTrak API Documentation

List

GET {{baseUrl}}/product

List all products and shared products

■ Pulls back products belonging to account, plus products shared with account
(explicit & receiver sharing)
■ Each location node should contain the account ID that it belongs to
■ Since alarm criteria are defined at the product level, include array of alarm
criteria definitions associated with each product

 

Body PARAM

Key Datatype Required Description 
id
string
configuration
string Filter by enabled or disabled (optional)
hide_share
string Filter shared products (optional)



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status





Curl
curl -X GET 'https://axeecknwif.execute-api.us-east-1.amazonaws.com/prod//product?id=string&configuration=boolean&hide_share=boolean' -H 'Authorization: eyJhbGciOiJub25lIn0.eyJvcmdhbml6YXRpb25JRCI6IjY0NGE3YmQxMDQzZTc1MDAwODZlNGQ4MCIsInVzZXJJRCI6IiNVU0VSUy5TX0FETUlOIyIsImlhdCI6MTY4NTAzODc0MiwiaXNzIjoidXJuOmZsYXNodHJhazppc3N1ZXIiLCJhdWQiOiJ1cm46dXNlcjphdWRpZW5jZSIsImV4cCI6MjAwMDYxNDc0Mn0.'

ENDPOINTS