Manage data
List pull operations
Gets the pull operation history (datasets) for a given company.
get/companies/{companyId}/data/history
Query parameters
pageinteger
Example:1
Page number. Read more.
pageSizeinteger
Example:100
Number of records to return in a page. Read more.
querystring
Codat query string. Read more.
orderBystring
Example:-modifiedDate
Field to order results by. Read more.
Response
OK
Example response
{
"pageNumber": 1,
"pageSize": 10,
"totalResults": 1,
"_links": {
"self": {
"href": "/companies/{id}/data/{dataType}"
},
"current": {
"href": "/companies/{id}/data/{dataType}?page=1&pageSize=10"
}
}
}Changes
Changed in 1 of the 52 revisions of this API.2
- ○
removed the
Routingenum value from theallOf[subschema #1]/results/items/statusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
RoutingErrorenum value from theallOf[subschema #1]/results/items/statusresponse property for the response status200response-property-enum-value-removed
- ○