v1

latestOpenAPI 3.0.02026-08-06100301483.8 KB
Entity

Gets all companies

The optional name parameter returns companies that contain matching text in the Company Name, Company Short Name or Company Other Names fields in Infinity

The limit and offset Parameters can be used for paging purposes.

When supplied, the limit value should be greater than or equal to one. If the value is omitted, zero or a negative number then all results after the offset will be returned.

When supplied, the offset should be greater than or equal to zero. If the value is omitted or a negative number then results will start from the first page.

Results are ordered by LastUpdated date in descending order

get/Entity/Companies

Query parameters

lastUpdatedSincestring date-time nullable

Optionally filter companies updated since a specific date and time

namestring nullable

Optionally filter companies that have a matching name

websitestring nullable

Optionally filter companies that have a matching website

linkedInUrlstring nullable

Optionally filter companies that have a matching LinkedIn url

limitinteger nullable

Optionally limit the number of results to return in one request.

offsetinteger nullable

Optionally set the number of results to skip before returning the results.

Response

Idinteger required
Namestring required
ShortNamestring required
OtherNamesstring[] required
LinkedInUrlstring required
XingUrlstring required
FacebookProfileUrlstring required
TwitterProfileUrlstring required
IsActiveboolean required
Createdstring date-time required
LastUpdatedstring date-time required