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

pageNumberinteger required

Current page number.

pageSizeinteger required

Number of items to return in results array.

totalResultsinteger required

Total number of items.

_linksLinks required— unresolved $ref

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 Routing enum value from the allOf[subschema #1]/results/items/status response property for the response status 200

      response-property-enum-value-removed

    • removed the RoutingError enum value from the allOf[subschema #1]/results/items/status response property for the response status 200

      response-property-enum-value-removed