Get an Item's Data Source Details
{ getItemConnectionString }
Retrieves the connection details of the content item.
Method
/API3/dataSources/getItemConnectionString
- Enterprise Admin
Input Parameters
Name
pyramidItemIdentifier
Object Type
Description
The item idenifier object.
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
The connection object representing the details of the data sources.. Note that the response is returned as a list of items of this object type.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP