Is there a way to add a hyperlink attachment to an equipment record through the API?
Solved! Go to Solution.
Is there a way to add a hyperlink attachment to an equipment record through the API?
Solved! Go to Solution.
Solved by rosalesduquej. Go to Solution.
Hi Justin,
I think you can, by just adding the uri_reference parameter to the hash of your equipment call.
Very similar to how you add it when you create an Issue.
"uri_references":
[{
"name": "Yahoo!",
"path": "http://www.yahoo.com",
"caption": "Yahoo"
}]
I know it is not documented, I have let know the Field Team about it.
Try it and let me know how it goes.
Hi Justin,
I think you can, by just adding the uri_reference parameter to the hash of your equipment call.
Very similar to how you add it when you create an Issue.
"uri_references":
[{
"name": "Yahoo!",
"path": "http://www.yahoo.com",
"caption": "Yahoo"
}]
I know it is not documented, I have let know the Field Team about it.
Try it and let me know how it goes.
Can't find what you're looking for? Ask the community or share your knowledge.