JSON Service Response Structure For Canonized Tree
Request
POST https://canonizer.com/gettopictree
Parameteres : tree_type: "full or camp_tree", topic_num :" ", camp_num: " " , algo_id: " ", filter : " ", as_of_date : "1235421234", as_of : "as_of_date"
Accept: application/json
Content-Type: application/json
Response Format
{
"response_id": "123e4567-e89b-12d3-a456-426614174000",
"response_time": "157182410",
“active_camp_num”: “12”,
“active_topic_num”: “2”,
"active_topic_name" :"Software Development Team RFP",
"algo_id": "18",
"algo_name": "Canonizer Shares",
"topic_num":NULL,
"camp_num":NULL,
"tree_type": "full",
"filter": "0.001",
"as_of": "as_of_date",
"as_of_date": "1514222613",
"camps": [
{
"camp_num": "1",
“topic_num”: "34",
"camp_name": "Software Development Team RFP",
"score": "56",
“url”: ”https://canonizer.com/topic/34-Software-Development-Team-RFP/1-Agreement”
“is_selected” : true,
"has_child_camps": true,
"child_camps": [
{
"camp_num": "3",
“topic_num”: "34",
"camp_name": "15K Design Sprint or Discovery",
"score": "12",
“url”: ”https://canonizer.com/topic/34-Software-Development-Team-RFP/3-15K-Design-Sprint-or-Discovery”
“is_selected” : false,
"has_child_camps": true,
"child_camps": [
{
"camp_num": "6",
“topic_num”: "34",
"camp_name": "Consensus Design",
"score": "3",
“url”: ”https://canonizer.com/topic/34-Software-Development-Team-RFP/6-Consensus-Design”
“is_selected” : false,
"has_child_camps": true,
"child_camps": [
{
"camp_num": "4",
“topic_num”: "34",
"camp_name": "Talentelgia Technologies",
"score": "5",
“url”: ”https://canonizer.com/topic/34-Software-Development-Team-RFP/4-Talentelgia-Proposal”
“is_selected” : false,
"has_child_camps": false
},
{
"camp_num": "2",
“topic_num”: "34",
"camp_name": "Iffort Proposal",
"score": "5",
“url”: ”https://canonizer.com/topic/34-Software-Development-Team-RFP/2-Iffort-Proposal”
“is_selected” : false,
"has_child_camps": false
},
{
"camp_num": "8",
“topic_num”: "34",
"camp_name": "Code District Proposal",
"score": "5",
“url”: ”https://canonizer.com/topic/34-Software-Development-Team-RFP/8-Code-District-Proposal”
“is_selected” : false,
"has_child_camps": false
},
{
"camp_num": "5",
“topic_num”: "34",
"camp_name": "Zibtek Proposal",
"score": "5",
“url”: ”https://canonizer.com/topic/34-Software-Development-Team-RFP/5-Zibtek-Proposal”
“is_selected” : false,
"has_child_camps": false
}
]
},
{
"camp_num": "9",
“topic_num”: "34",
"camp_name": "Core Design Architecture",
"score": "5",
“url”: ”https://canonizer.com/topic/34-Software-Development-Team-RFP/9-Core-Design-Architecture”
“is_selected” : false,
"has_child_camps": false
}
]
}
]
}
]
}