- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 12:33 PM - edited 02-14-2024 12:34 PM
Hello,
I'm having trouble extracting the gid from the highlighted text in the response body.
Response: {"data":[{"gid":"1206582039905837","assignee":{"gid":"1203482360254605","name":"test"},"due_on":"2024-02-28","name":"update website total rewards","notes":"upgrade site and subsite","permalink_url":"","projects"[{"gid":"1206559999430612","resource_type":"project"}]}]}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 12:41 PM
This seemed to work for me. try adding [i] after projects.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 12:41 PM
This seemed to work for me. try adding [i] after projects.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 12:43 PM
Thank you, @The Machine !
It's working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 01:20 PM - edited 02-14-2024 01:21 PM
@The MachineOnly a few created records are getting project ids inserted. Do you have an idea why this is happening?
I checked the response body and the data has projects gid for all the tasks.