Keywords: Signals, API, ADT
Question from Users:
1.How can we know if the right table template has been used by Users in the Experiment?
Validation can be built within API request, the below endpoint:
Copy Unique Admin Defined Table Identifier of created by User table in an experiment:
Check Unique Admin Defined Table Template Identifier that you that you would like to verify:
Execute the mentioned above Get endpoint for the Unique Admin Defined Table Identifier to fetch a content of the ADT created by a User. Within returned .json file, you will see ''templateId'' tag. The validation can be done based on this Id. This ID can be compared with Unique Admin Defined Table Template Identifier to make sure User used a right table:
Comments
0 comments
Article is closed for comments.