Start fields refresh
This endpoint queues a job to refresh the list of fields for a given destination object.
Request schema
Path parameters
destination_id
integerrequired
ID of the destination to update
object_full_name
stringrequired
full_name of the destination object
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
POST
https://app.getcensus.com/api/v1/destinations/{destination_id}/objects/{object_full_name}/refresh_fields
POST /api/v1/destinations/{destination_id}/objects/{object_full_name}/refresh_fields HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Successfully enqueued the fields refresh job.
200
refresh_key
integer
They key that can be used to check the status of the refresh job.
example:
{ "refresh_key": 1647978948 }