List Sequences
GET/targets/:target_id/sequences/
Request
Path Parameters
Identifier of the target.
Query Parameters
- content - Add content to response under
contentkey - target - Add target to response under
targetkey login- Loginnavigation- Navigation
Possible values: [content, target]
Extra fields to include in response:
Number of results to return per page.
Which field to use when ordering the results.
A page number within the paginated result set.
A search term.
Possible values: [login, navigation]
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
login- Loginnavigation- NavigationArray [
]
]
Total number of results.
Total number of pages.
Number of the current page.
The first page is 1.
Defaults to 1 if no specific page is requested.
Number of results returned per page.
results
object[]
A unique Base58 value identifying this object.
Possible values: <= 255 characters
Possible values: [login, navigation]
custom_field_mappings
object[]
Controls sensitivity and obfuscation of value field.
If true the field is masked on Interfaces and Audit logs.
When account's Secrets Obfuscation setting is also enabled, the API's field output will be OBFUSCATED_<HASH>.
Contents of a sequence of browser navigation steps recorded by Snyk API and Web Sequence Recorder
{
"count": 6,
"page_total": 1,
"page": 1,
"length": 10,
"results": [
{
"id": "string",
"name": "string",
"requires_authentication": true,
"type": "login",
"enabled": true,
"index": 0,
"custom_field_mappings": [
{
"name": "string",
"value": "string",
"value_is_sensitive": true
}
],
"content": "string"
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}