Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Private content search

 

Endpoint ID:

9004

Method:

URL:

POST: /user/dp-key/{dpKey}/content/search
POST: /user/ext-key/{extKey}/{extType}/content/search

 dp-keydialogportal™ master key that uniquely identifies the account to connect content.
 ext-keyExternal key that uniquely identifies the account to connect content.
 ext-typeType of external key

Request body:

None.

Response body:

JSON data with information about the content and entity.

Example
{
   "entityID": 12345,
   "contentID": 4567
}

Status codes:

201

Created

 404.1User not found
 404.2External user could not be found
 404.4Content not found
  • No labels