Retrieve tag mappings for objects in the FrankieOne ecosystem. Results are scoped to the customer context provided in the request headers. Child organisations cannot access mappings belonging to sibling organisations.
Objects with no tag mappings are excluded from the response.
When no filters are provided, all tag mappings within the customer and child scope are returned,
paginated and sorted by the object mapping’s updatedAt descending (most recently updated first).
Within each object, tags are sorted by their mapping createdAt descending (newest first).
Filtering within a single parameter applies OR logic (e.g. objectTypes=ENTITY,TRANSACTION
returns mappings for either type). Filtering across different parameters applies AND logic
(e.g. objectTypes=ENTITY&objectIds=abc,def returns ENTITY mappings only for those IDs).
Duplicate objectIds are de-duplicated before processing.
Documentation Index
Fetch the complete documentation index at: https://docs.frankieone.com/llms.txt
Use this file to discover all available pages before exploring further.
Your API key provided by FrankieOne
"245c765b124a098d09ef8765...."
Your Customer ID provided by FrankieOne
"12345678-1234-1234-1234-123456789012"
Your Customer Child ID provided by FrankieOne
"87654321-4321-4321-4321-210987654321"
Open string that can be used to define the "channel" the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.
Username provided by API caller
"fred.flintstone@frankieone.com"
Filter tag mappings by object type. Supports multiple comma-separated values (OR logic).
The type of object being annotated.
ADDRESS, NAME, PHONE_NUMBER, EMAIL, DATE_OF_BIRTH, WEBSITE, SHAREHOLDER, OFFICIAL, UBO, REGISTRATION, SHAREHOLDING, SHARECAPITAL, DOCUMENT, DOCUMENT_ATTACHMENT, RESULT_PROCESS, RESULT_STEP, RESULT_WORKFLOW, SERVICE_PROFILE, AUDIT_EVENT, EXTERNAL_REFERENCE, RISK_ASSESSMENT, MATCHLIST Filter tag mappings by object ID. Supports multiple comma-separated values (OR logic). Duplicate IDs are de-duplicated before processing.
The page number that you want to retrieve for the list query
Limit the number of items that will be returned as part of the request
x >= 1OK
The unique request identifier for the API call made.
"01HN9XHZN6MGXM9JXG50K59Q85"
Meta information about the request and response returned during a list operation.
Tag mappings grouped by object. Only objects that have at least one tag mapping are included. Sorted by object mapping updatedAt descending.