To get Item ID, of any item By its Name under ZOHO Sprints.

To get Item ID, of any item By its Name under ZOHO Sprints.

Hello Everyone,

Search query - to get item ID by its name Under ZOHO Sprints.
Now, its possible to get item ID ,its project id as well as its sprints id of any of the item by its name under zoho sprints.

Follow the  procedure below:

        map1 = Map();
map1.put("action","orgitemlogs");
map1.put("viewtype","0");
map1.put("index","1");
map1.put("range","50");
        map1.put("searchby","name");
        map1.put("searchvalue","Tanu");
header = Map();
header.put("X-ZA-REQSIZE","large");
search_item = invokeurl
[
type :GET
parameters:map1
headers:header
connection:"zoho_conn"
];

Replace "Tanu" with item name that you have to search.
also replace "7001886756" with your team id.



Thanks & Regards
Divya Kaushik


      • Sticky Posts

      • Launching the API Guide for Zoho Sprints

        The term "API" stands for "Application Programming Interface". It is a set of rules that help you create and integrate applications that can access the data from a different server or an application. Breaking this definition further, it is a medium for two different platforms to interact with each other without any glitches. How important is an API to a customer? APIs play a significant role in our daily routine. Right from booking a cab to one's workplace, making an online money transfer to a friend,