/
interoperability_key_get ()

interoperability_key_get ()

Function prototype

interoperability_key_get (session, key_data)

API Version

2.7.29 and higher

Supported interfaces

SOAP, REST

Description

Returns information about an interoperability key

Required permissions: The active user must be a super-administrator

Input parameters:

  • session: is the session token obtained in the session_init() call

  • app_id: ID of the interoperability key

Output parameters:

  • result: Information of the interoperability key

    • name: String with the name assigned to the key.

    • code: internal code that will be assigned to the key.

    • app_id: Id of the interoperability key.

    • private_key: private key of the interoperability key.

    • comments: free text up to 512 characters.

    • language: a 2 letter ISO code of the language to be used as the default language when an external system interacts with the Linkcare platform

    • creation_date: date of creation (in the session local timezone) of the key.

    • modification_date: date of the last modification (in the session local timezone) of the key.

  • ErrorMsg: If any error occurs, then this value contains a description of the error translated to the current language

  • ErrorCode: If any error occurs, then this value contains any of the standard ERROR CODES

Request example

interoperability_key_set ( “LCAAAAAAAAAAAA”, "FCEkRors7XHK")

Response

The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API

Return Error codes

ERROR CODE

 

ERROR CODE

 

INVALID_TOKEN

The session token provided is not valid

INSUFFICIENT_PRIVILEGES

The session user does not have the necessary privileges to execute this function

INTEROPERABILITY.KEY.NOT_FOUND

The ID of the interoperability key was not found



Related content