List
List the include and exclude configurations.
Query Parameters
- account object required
Responses
- 200
- 401
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- account_id int64 required
- flag Include or Exclude required
Possible values: [
INCLUDE
,EXCLUDE
]A flag which determines whether the URL is
INCLUDE
orEXCLUDE
. - id int64 required
- url The URL required
- ]
[
{
"account_id": 0,
"flag": "INCLUDE",
"id": 0,
"url": "string"
}
]
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- account_id int64 required
- flag Include or Exclude required
Possible values: [
INCLUDE
,EXCLUDE
]A flag which determines whether the URL is
INCLUDE
orEXCLUDE
. - id int64 required
- url The URL required
- ]
[
{
"account_id": 0,
"flag": "INCLUDE",
"id": 0,
"url": "string"
}
]
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- account_id int64 required
- flag Include or Exclude required
Possible values: [
INCLUDE
,EXCLUDE
]A flag which determines whether the URL is
INCLUDE
orEXCLUDE
. - id int64 required
- url The URL required
- ]
[
{
"account_id": 0,
"flag": "INCLUDE",
"id": 0,
"url": "string"
}
]
Loading...