v1
latestOpenAPI 3.0.32026-07-134103031.5 MBNavigation and Login Sequences
List Account's Sequences
get/targets/sequences/
Query parameters
enabledboolean
idstring[]
Identifiers of Asset Sequence to filter results. Multiple choices are possible by repeating the query_param.
include'content'
Extra fields to include in response:
- content - Add content to response under content key
is_id_404_validationboolean
If true, triggers custom response for id filter validation.
If any id filter is invalid, returns a 404 with the following content:
{
"detail": "Not Found",
"is_id_404_validation": true,
"invalid_ids": [
"9vebyEVLNoZX",
"6CuzJtJmMp48"
]
}
lengthinteger
Number of results to return per page.
namestring
orderingstring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
searchstring
A search term.
targetstring[]
A unique Base58 value identifying this object.
type'login' | 'navigation'
- login - Login
- navigation - Navigation
Response
Example response
{
"count": 6,
"page_total": 1,
"page": 1,
"length": 10
}