Skip to main content

List companies attributes

List companies attributes

Query Parameters
per_page number REQUIRED

Possible values: value ≤ 100

offset number REQUIRED
created_before date-time
created_after date-time
updated_before date-time
updated_after date-time
Responses
200

Return a paginated list of companies attributes

Schema OPTIONAL
attributes object[]
id string
clientId string
createdAt date-time
updatedAt date-time
name string
type string

Possible values: [TEXT, NUMERIC, RATING, BOOLEAN, DATE, URL]

pageInfos object
next_offset number
per_page number
code number
messageStatus string
ListCompanyAttributes
GET /v1/attribute/company
per_page — query
offset — query
created_before — query
created_after — query
updated_before — query
updated_after — query
https://rest.harvestr.io
curl -L 'https://rest.harvestr.io/v1/attribute/company' \
-H 'Accept: application/json'