Query by extractor endpoint, adhoc runs only.
Query by extractor endpoint, adhoc runs only.
Path Parameters
- extractorId string required
ExtractorId
Query Parameters
- url string required
Url
Responses
- 200
- 400
- 401
OK
- application/json;charset=UTF-8
- Schema
- Example (from schema)
Schema
- error string
- exceptionType string
- extractorData object
- pageData object
- runtimeConfigId string
- sequenceNumber int32
- timestamp int64
- url string
{
"error": "string",
"exceptionType": "string",
"extractorData": {},
"pageData": {},
"runtimeConfigId": "string",
"sequenceNumber": 0,
"timestamp": 0,
"url": "string"
}
Invalid ID supplied
- application/json;charset=UTF-8
- Schema
- Example (from schema)
Schema
- code int
Internal error code
- message string
A message containing a brief description of the error
- error string
(deprecated) A message containing a brief description of the error
{
"code": 0,
"message": "string",
"error": "string"
}
Unauthorized
- application/json;charset=UTF-8
- Schema
- Example (from schema)
Schema
- code int
Internal error code
- message string
A message containing a brief description of the error
- error string
(deprecated) A message containing a brief description of the error
{
"code": 0,
"message": "string",
"error": "string"
}
Loading...