Hi, @bhrzk1!
You can use this query:
{
card (id:"498937947") {
url
}
}
Hi, @bhrzk1!
You can use this query:
{
card (id:"498937947") {
url
}
}
Thanks for the answer but it only returns the URL of the card not the same as share url
Do you say the URL for creating new cards? Would it be the ‘publicForm’ parameter?
You get all the data from the public link with the code below:
{
pipe (id: 301598209) {
id
name
publicForm {
active
afterSubmitMessage
backgroundColor
backgroundImage
brandColor
canHidePipefyLogo
description
displayPipefyLogo
logo
organizationName
reuseLastSubmissionResponse
showSubmitAnotherResponseButton
submitButtonText
submitterEmailCollectionEnabled
submitterEmailCollectionMethod
title
url
}
}}
The public link for the current phase is not yet available via API.