List connections
List the connections for a company.
Path parameters
Unique identifier for your SMB in Codat.
Unique identifier for a 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 5 of the 52 revisions of this API.412
- ▲
the response property
///became optional for the statusresponse-property-became-optional
- ▲
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ●
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○