JLinkedinCompanies::getCompanies
Method to retrieve companies using a company ID, a universal name, or an email domain.
Signature
public function getCompanies([integer
$id = null,
[string
$name = null,
[string
$domain = null,
[string
$fields = null]]]] )
Parameters
-
$id
- The unique internal numeric company identifier.
-
$name
- The unique string identifier for a company.
-
$domain
- Company email domains.
-
$fields
- Request fields beyond the default ones.
Returns
- array
- The decoded JSON response
Errors/Exceptions
-
RuntimeException