Get Lead DetailsAsk AIget https://{host}/v2/leadsRetrieves the details of leads created in an org. You can use filter parameters to get personalized results.Query ParamsuserIdstringGet leads of a specific customer. Pass the user ID of the customer.statusstringGet leads of a specific status. Values: OPEN, ON_HOLD, WON, LOST, DELETED.substatusstringGet leads by lead sub-status.ownerstringFetch leads assigned to a specific associate. Pass the associate/staff ID (user id of the staff).limitstringLimit the number of results to retrieve.offsetstringNumber of rows (as per the data entered into the table) that you want omit from showing.entityTypestringGet leads of a specific entity. You also need to pass the entityCode accordingly. Pass entityType and e Values: ZONE, CONCEPT, STORE, TILL, STR_SERVER, ADMIN_USER, ASSOCIATE, STAFF.entityCodestringPass the code of the respective entityType. For example, if entityType is STORE, then entityCode should be store code by which you want to get leads.Responses 200200 400400Updated about 1 month ago