Get indicators settings

GET {{baseUrl}}/iq/settings/indicators?category_id=<string>&type=guiding_sentences&page_size=30&next_page_token=<string>

Get the account's indicators settings.

Prerequisites: * The account must be a paid account.

Scopes: account:read:admin,iq_account:read:admin

Rate Limit Label: Medium

Request Params

KeyDatatypeRequiredDescription
category_idstringThe category id of indicators:
typestringThe type of indicators:
  • basic &mdash; Identify basic keyword phrases.
  • advanced &mdash; Identify advanced keyword phrases.
  • guiding_sentences &mdash; Identify guiding sentences. | | page_size | number | | The number of records returned within a single API call. | | next_page_token | string | | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:30,&quot;indicators&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;category_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;category_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;advanced&quot;,&quot;mentioned_by&quot;:&quot;prospects&quot;,&quot;enabled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;created_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;last_modified_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;last_modified_user_name&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;category_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;category_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;advanced&quot;,&quot;mentioned_by&quot;:&quot;prospects&quot;,&quot;enabled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;created_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;last_modified_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;last_modified_user_name&quot;:&quot;\u003cstring\u003e&quot;}]}