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
| Parameter | Type | Required | Description |
|---|---|---|---|
| metadata_id | string | Yes | The Metadata record to link |
Example
{
"metadata_id": "md_6DXWVhevFPsUpUyCpS30L"
}
Errors
| Error Code | HTTP Code | Possible Cause |
|---|---|---|
| BAD_REQUEST | 400 | Required parameters not provided. Enum value provided does not correspond to an available type. |
| ENTITY_NOT_FOUND | 400 | Any of the provided Ids do not exist. |
Updated 4 months ago