Help with API response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 05:07 AM - edited 08-06-2024 06:18 AM
Hi All,
Can someone please help me with the below script, I want to push targetName in an array.
From API response, I am only able to read count but not targetName or lenght. Please refer below screenshots. (alert('res' + response.count + response.targetName + response.lenght );)
SCRIPT INCLUDE :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 05:19 AM
Hello @Ankita9793 ,
To help you better, Can you also provide the code defined in function - getSupervisor ?
Regards,
Shubham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 06:19 AM
Hi @ShubhamGarg
Sure, Please find below code.