Error
A valid request URL is required to generate request examples{
"results": {
"fields": [
{
"previewLabel": "<string>",
"upstreamLabel": "<string>",
"fieldType": "<string>",
"fieldName": "<string>",
"tableName": "<string>",
"exploreName": "<string>",
"change": "added"
}
],
"upstreamProjectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
Get upstream diff
Diff a preview project against the project it was copied from, using the catalog index. Detects added/removed fields and label changes; does not detect SQL-only field changes.
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
upstreamDiff
Error
A valid request URL is required to generate request examples{
"results": {
"fields": [
{
"previewLabel": "<string>",
"upstreamLabel": "<string>",
"fieldType": "<string>",
"fieldName": "<string>",
"tableName": "<string>",
"exploreName": "<string>",
"change": "added"
}
],
"upstreamProjectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?