Skip to content

Commit 440298b

Browse files
Fix object-field-references links
1 parent b6932ee commit 440298b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

docs/kb/api-version-3/export.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A procedure is a query and execution plan used to retrieve the data. Each object
4141

4242
### Fields
4343

44-
Select the visitor activity fields you want to export. Following are the fields that are available for visitor activity: [/../object-field-references/#visitor-activity](../../object-field-references/#visitor-activity). The value for `fields` must be an array of strings of the available fields.
44+
Select the visitor activity fields you want to export. Following are the fields that are available for visitor activity: [../../object-field-references/#visitor-activity](../../object-field-references/#visitor-activity). The value for `fields` must be an array of strings of the available fields.
4545

4646
#### Abilities
4747

@@ -75,7 +75,7 @@ Retrieves all visitor activity records with a `created_at` value that is equal o
7575

7676
* **created_after**: Selects visitor activities that were created after the specified time. The value can be `today`, `yesterday`, `last_7_days`, `this_month`, `last_month`, or a custom time specified in [GNU Date Input Syntax](http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html) format.
7777
* **created_before**: (Optional) Selects visitor activities that were created before the specified time. This value must be after the value in `created_after`. If this argument is not specified, then no upper boundary is used in the query, and all data after the `created_after` is returned. The value can be `today`, `yesterday`, `last_7_days`, `this_month`, `last_month`, or a custom time specified in [GNU Date Input Syntax](http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html) format.
78-
* **type**: (Optional) Selects visitor activities of the specified types. If this argument is not specified, then all of the visitor activities belonging to any type is returned. See a list of available [Visitor Activity Types](../object-field-references.md#visitor-activity-types) in [Visitor Activity](../object-field-references.md#visitor-activity) in [Object Field References](../object-field-references.md).
78+
* **type**: (Optional) Selects visitor activities of the specified types. If this argument is not specified, then all of the visitor activities belonging to any type is returned. See a list of available [Visitor Activity Types](../../object-field-references.md#visitor-activity-types) in [Visitor Activity](../../object-field-references.md#visitor-activity) in [Object Field References](../../object-field-references.md).
7979
* **prospectOnly**: (Optional) Selects only those visitor activities associated with a prospect. When this field is set to `false`, all visitor activities with and without a prospect are returned. The values can be `true` or `false`.
8080

8181
### filter_by_updated_at
@@ -86,7 +86,7 @@ Retrieves all visitor activity records with an `updated_at` value that is equal
8686

8787
* **updated_after**: Selects visitor activities that were updated after the specified time. The value can be `today`, `yesterday`, `last_7_days`, `this_month`, `last_month`, or a custom time specified in [GNU Date Input Syntax](http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html) format.
8888
* **updated_before**: (Optional) Selects visitor activities that were updated before the specified time. This value must be after the value in `updated_after`. If this argument is not specified, then no upper boundary is used in the query, and all data after the `updated_after` is returned. The value can be `today`, `yesterday`, `last_7_days`, `this_month`, `last_month`, or a custom time specified in [GNU Date Input Syntax](http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html) format.
89-
* **type**: (Optional) Selects visitor activities of the specified types. If this argument is not specified, then all visitor activities belonging to any type are returned. See a list of available [Visitor Activity Types](../object-field-references.md#visitor-activity-types) in [Visitor Activity](../object-field-references.md#visitor-activity) in [Object Field References](../object-field-references.md).
89+
* **type**: (Optional) Selects visitor activities of the specified types. If this argument is not specified, then all visitor activities belonging to any type are returned. See a list of available [Visitor Activity Types](../../object-field-references.md#visitor-activity-types) in [Visitor Activity](../../object-field-references.md#visitor-activity) in [Object Field References](../../object-field-references.md).
9090
* **prospectOnly**: (Optional) Selects only those visitor activities associated with a prospect. When this field is set to `false`, all visitor activities with and without a prospect are returned. The values can be `true` or `false`.
9191

9292
__NOTE:__ The range between updated_after and updated_before cannot exceed 1 year. When updated_before is not specified, the current date is used to gauge the interval.
@@ -95,7 +95,7 @@ __NOTE:__ The range between updated_after and updated_before cannot exceed 1 yea
9595

9696
### Fields
9797

98-
Select the prospect fields that you want to export. Following are the fields that are available for prospect: [/../object-field-references/#list-membership](/../object-field-references/#list-membership) The value for `fields` must be an array of strings of the available fields.
98+
Select the prospect fields that you want to export. Following are the fields that are available for prospect: [../../object-field-references/#list-membership](../../object-field-references#list-membership) The value for `fields` must be an array of strings of the available fields.
9999

100100

101101
### Abilities
@@ -149,7 +149,7 @@ __NOTE:__ The range between created_after and created_before or updated_after an
149149

150150
### Fields
151151

152-
Select the prospect fields that you want to export. Following are the fields that are available for prospect: [/../object-field-references/#prospect](/../object-field-references/#prospect) The value for `fields` must be an array of strings of the available fields.
152+
Select the prospect fields that you want to export. Following are the fields that are available for prospect: [/../object-field-references/#prospect](../../object-field-references/#prospect) The value for `fields` must be an array of strings of the available fields.
153153

154154
_**Note**_: The `grade` and `notes` fields are not available through this api.
155155

docs/kb/api-version-4/export.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A procedure is a query and execution plan used to retrieve the data. Each object
4141

4242
### Fields
4343

44-
Select the visitor activity fields you want to export. Following are the fields that are available for visitor activity: [/../object-field-references/#visitor-activity](../../object-field-references/#visitor-activity). The value for `fields` must be an array of strings of the available fields.
44+
Select the visitor activity fields you want to export. Following are the fields that are available for visitor activity: [../../object-field-references/#visitor-activity](../../object-field-references/#visitor-activity). The value for `fields` must be an array of strings of the available fields.
4545

4646

4747
#### Abilities
@@ -75,7 +75,7 @@ Retrieves all visitor activity records with a `created_at` value that is equal o
7575

7676
* **created_after**: Selects visitor activities that were created after the specified time. The value can be `today`, `yesterday`, `last_7_days`, `this_month`, `last_month`, or a custom time specified in [GNU Date Input Syntax](http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html) format.
7777
* **created_before**: (Optional) Selects visitor activities that were created before the specified time. This value must be after the value in `created_after`. If this argument is not specified, then no upper boundary is used in the query, and all data after the `created_after` is returned. The value can be `today`, `yesterday`, `last_7_days`, `this_month`, `last_month`, or a custom time specified in [GNU Date Input Syntax](http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html) format.
78-
* **type**: (Optional) Selects visitor activities of the specified types. If this argument is not specified, then all of the visitor activities belonging to any type is returned. See a list of available [Visitor Activity Types](../object-field-references.md#visitor-activity-types) in [Visitor Activity](../object-field-references.md#visitor-activity) in [Object Field References](../object-field-references.md).
78+
* **type**: (Optional) Selects visitor activities of the specified types. If this argument is not specified, then all of the visitor activities belonging to any type is returned. See a list of available [Visitor Activity Types](../../object-field-references.md#visitor-activity-types) in [Visitor Activity](../../object-field-references.md#visitor-activity) in [Object Field References](../../object-field-references.md).
7979
* **prospectOnly**: (Optional) Selects only those visitor activities associated with a prospect. When this field is set to `false`, all visitor activities with and without a prospect are returned. The values can be `true` or `false`.
8080

8181
### filter_by_updated_at
@@ -86,7 +86,7 @@ Retrieves all visitor activity records with an `updated_at` value that is equal
8686

8787
* **updated_after**: Selects visitor activities that were updated after the specified time. The value can be `today`, `yesterday`, `last_7_days`, `this_month`, `last_month`, or a custom time specified in [GNU Date Input Syntax](http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html) format.
8888
* **updated_before**: (Optional) Selects visitor activities that were updated before the specified time. This value must be after the value in `updated_after`. If this argument is not specified, then no upper boundary is used in the query, and all data after the `updated_after` is returned. The value can be `today`, `yesterday`, `last_7_days`, `this_month`, `last_month`, or a custom time specified in [GNU Date Input Syntax](http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html) format.
89-
* **type**: (Optional) Selects visitor activities of the specified types. If this argument is not specified, then all visitor activities belonging to any type are returned. See a list of available [Visitor Activity Types](../object-field-references.md#visitor-activity-types) in [Visitor Activity](../object-field-references.md#visitor-activity) in [Object Field References](../object-field-references.md).
89+
* **type**: (Optional) Selects visitor activities of the specified types. If this argument is not specified, then all visitor activities belonging to any type are returned. See a list of available [Visitor Activity Types](../../object-field-references.md#visitor-activity-types) in [Visitor Activity](../../object-field-references.md#visitor-activity) in [Object Field References](../../object-field-references.md).
9090
* **prospectOnly**: (Optional) Selects only those visitor activities associated with a prospect. When this field is set to `false`, all visitor activities with and without a prospect are returned. The values can be `true` or `false`.
9191

9292
__NOTE:__ The range between updated_after and updated_before cannot exceed 1 year. When updated_before is not specified, the current date is used to gauge the interval.
@@ -96,7 +96,8 @@ __NOTE:__ The range between updated_after and updated_before cannot exceed 1 yea
9696

9797
### Fields
9898

99-
Select the prospect fields that you want to export. Following are the fields that are available for prospect: [/../object-field-references/#list-membership](/../object-field-references/#list-membership) The value for `fields` must be an array of strings of the available fields.
99+
Select the prospect fields that you want to export. Following are the fields that are available for prospect: [../../object-field-references/#list-membership](../../object-field-references#list-membership) The value for `fields` must be an array of strings of the available fields.
100+
100101

101102

102103
### Abilities
@@ -150,7 +151,7 @@ __NOTE:__ The range between created_after and created_before or updated_after an
150151

151152
### Fields
152153

153-
Select the prospect fields that you want to export. Following are the fields that are available for prospect: [/../object-field-references/#prospect](/../object-field-references/#prospect) The value for `fields` must be an array of strings of the available fields.
154+
Select the prospect fields that you want to export. Following are the fields that are available for prospect: [/../object-field-references/#prospect](../../object-field-references/#prospect) The value for `fields` must be an array of strings of the available fields.
154155

155156

156157
_**Note**_: The `grade` and `notes` fields are not available through this api.

0 commit comments

Comments
 (0)