get https://api.paradox.ai/api/v1/public/company/locations
Get all company locations
Results
Calling the /company/locations
endpoint will return all the job locations that belong to that company.
Note: This endpoint includes /company/ where the other location endpoints do not.
By default, all the locations are returned.
The result will have the following keys:
Key | Description |
---|---|
oid | encrypted id of job location |
updated_at | Last timestamp when location was updated |
created_at | timestamp when location was created |
location_id | id of the location |
name | name of the location |
addr_1 | Address 1 of the location |
addr_2 | Address 2 of the location |
zip_code | zipcode of the location |
latitude | latitude co-ordinates of the location |
longitude | longitude co-ordinates of the location |
phone_number | AI phone number assigned to the location |
status | The status of the location. Possible values are 1 (Active), 2 (Pending) & 3 (Deleted) |
conversation_id | id of the conversation assigned to the location |
is_remote | 1 if location is assigned as remote |