Get all key pages
Get a list of all the key pages
Query Parameters
- paramsIO object required
Responses
- 200
- 400
- 403
- 423
- 500
OK
- */*
- Schema
- Example (from schema)
Schema
- Array [
- dateCreated date-time
Date and time a key page is created
- id int64
Unique identifier of the given key page
- matchType string
Matching type for the given key page
- modificationDate date-time
Date and time a key page is modified
- name string required
Name of the key page
- relativeUrlRegExp string
Regular expression for the relative URL
- secondMatchType string
Second matching type for the given key page (if needed)
- siteId int64
Unique site identifier associated with the key page
- totalCount int32
Number of impressions for the key page
- ]
[
{
"dateCreated": "2024-12-20T15:04:33.249Z",
"id": 0,
"matchType": "string",
"modificationDate": "2024-12-20T15:04:33.249Z",
"name": "string",
"relativeUrlRegExp": "string",
"secondMatchType": "string",
"siteId": 0,
"totalCount": 0
}
]
Bad Request
- */*
- Schema
- Example (from schema)
Schema
- code string
- impersonator string
- message string
- name string
- status string
Possible values: [
SUCCESS
,ERROR
] - sub string
- time int64
- timestamp date-time
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-12-20T15:04:33.249Z"
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
- code string
- impersonator string
- message string
- name string
- status string
Possible values: [
SUCCESS
,ERROR
] - sub string
- time int64
- timestamp date-time
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-12-20T15:04:33.249Z"
}
Locked
- */*
- Schema
- Example (from schema)
Schema
- code string
- impersonator string
- message string
- name string
- status string
Possible values: [
SUCCESS
,ERROR
] - sub string
- time int64
- timestamp date-time
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-12-20T15:04:33.249Z"
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
- code string
- impersonator string
- message string
- name string
- status string
Possible values: [
SUCCESS
,ERROR
] - sub string
- time int64
- timestamp date-time
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-12-20T15:04:33.249Z"
}
Loading...