Start column refresh
⚠️ DEPRECATED: This endpoint is deprecated and will be removed in a future version. Please migrate to the new Datasets API instead.
This endpoint queues a job to refresh the list of columns for a model.
Request schema
Path parameters
source_id
integerrequired
ID of the source
model_id
integerrequired
ID of the model
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
POST
https://app.getcensus.com/api/v1/sources/{source_id}/models/{model_id}/refresh_columns
POST /api/v1/sources/{source_id}/models/{model_id}/refresh_columns HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Successfully enqueued the column refresh job.
200
refresh_key
integer
They key that can be used to check the status of the refresh job.
example:
{ "refresh_key": 1647978948 }