metadata.links.get

Retrieves the Ids of entities linked to a metadata entity

POST http://api.kompliant.com/metadata.links.get (OpenAPI specification)

Usage Info

Use this endpoint when retrieve the ids from a Person, Bank Account, Business or Location entity linked to a metadata entity.

Request

Authentication: KSig1-HMAC-SHA256

Parameters

ParameterTypeRequiredDescription
metadata_idstringYesThe Metadata record to link

Example

{
  "metadata_id": "md_6DXWVhevFPsUpUyCpS30L"
}

Errors

Error CodeHTTP CodePossible Cause
BAD_REQUEST400Required parameters not provided.
Enum value provided does not correspond to an available type.
ENTITY_NOT_FOUND400Any of the provided Ids do not exist.