Is it possible to retrieve the HTML job description via the API?
61 views
Skip to first unread message
Naomi Choi
unread,
Jun 17, 2013, 12:05:05 PM6/17/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cats...@googlegroups.com
Currently, when I add "description" as a display_column, the API returns a plain text description, not the same as the "Source" description in the UI that has HTML tags.
Aaron Baluczynski
unread,
Jun 17, 2013, 12:13:04 PM6/17/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cats...@googlegroups.com
Hi Naomi,
I'm not sure why get_joborders (plural) doesn't include HTML in the description, but get_joborder (singular) will return the HTML description. Set "result" to at least "normal."
Naomi Choi
unread,
Jun 24, 2013, 11:59:35 AM6/24/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cats...@googlegroups.com
Thanks Aaron. I was able to use get_joborders (plural) like you mentioned to get the HTML in the description. Do you know if this is considered a bug, or by design?