For AI agents: visit https://quotecloud.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Status Value Description creating Initial status of all documents sent Status of a document after sent read Status of a document when recipient has opened it needsAction Status if bounced, commented on or revised signed Status when document is signed accepted Status when document is accepted paid Status when document is paid or part paid lost Status when document is lost closed Status when document is lost or expired
Text
query getDocumentsWithChangedStatus {
documentStatusChanged(status:creating) {
id
name
status
owner {
id
name
firstname
surname
mobile
email
teamId
team
companyId
company
}
recipients {
id
email
firstName
lastName
phone
address
company
accountNumber
}
notes {
id
category
type
actionedBy
read
message
dateTime
additionalData
}
revisions {
id
name
owner {
id
name
firstname
surname
mobile
email
teamId
team
companyId
company
}
notes {
id
category
type
actionedBy
read
message
dateTime
additionalData
}
customField1
customField2
customField3
customField4
customField5
customField6
customField7
customField8
customField9
customField10
forecastConfidence
forecastMonth
totalMarkup
totalMargin
totalMinimumCost
totalProductCost
pdfDocument
formSubmittions
}
customField1
customField2
customField3
customField4
customField5
customField6
customField7
customField8
customField9
customField10
forecastConfidence
forecastMonth
totalMarkup
totalMargin
totalMinimumCost
totalProductCost
pdfDocument
formSubmittions
}
}