Lightfield integration (Productivity, AI). Imported from open-connector.
https://api.lightfield.app/v1/auth/validate
/v1/objects
/v1/objects/{entitySlug}
| Param | Type | Required | Description |
|---|---|---|---|
| entitySlug | string | required | The custom object type slug. |
| limit | integer | optional | Maximum number of records to return. Lightfield allows 1 to 25. |
| offset | integer | optional | Number of records to skip for offset pagination. |
| filters | object | optional | Lightfield filter query parameters keyed by raw field expression, such as $emai… |
/v1/objects/{entitySlug}/values/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| entitySlug | string | required | The custom object type slug. |
| id | string | required | The Lightfield record ID to retrieve. |
/v1/accounts
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of records to return. Lightfield allows 1 to 25. |
| offset | integer | optional | Number of records to skip for offset pagination. |
| filters | object | optional | Lightfield filter query parameters keyed by raw field expression, such as $emai… |
/v1/accounts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Lightfield record ID to retrieve. |
/v1/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of records to return. Lightfield allows 1 to 25. |
| offset | integer | optional | Number of records to skip for offset pagination. |
| filters | object | optional | Lightfield filter query parameters keyed by raw field expression, such as $emai… |
/v1/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Lightfield record ID to retrieve. |
/v1/opportunities
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of records to return. Lightfield allows 1 to 25. |
| offset | integer | optional | Number of records to skip for offset pagination. |
| filters | object | optional | Lightfield filter query parameters keyed by raw field expression, such as $emai… |
/v1/opportunities/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Lightfield record ID to retrieve. |