List pull operations
Gets the pull operation history (datasets) for a given company.
Query parameters
Page number. Read more.
Number of records to return in a page. Read more.
Codat query string. Read more.
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 2 of the 52 revisions of this API.10
- ○
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
- ○
- ○
added the optional property
validationto the response with the400statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the401statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the402statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the403statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the404statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the429statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the500statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the503statusresponse-optional-property-added
- ○