API Reference > Part III: Authenticate using Application Integration > Technical content > Retrieve the technical content of an object
  

Retrieve the technical content of an object

Use a REST API to retrieve the technical content of an object.

Endpoint and method

The following table describes the connection properties for the API:
Property
Description
Endpoint
/api/v1/integration/technicalContent/<objectId>
<objectId>: Required. Enter the system generated identifier of the Data Marketplace object for which you want to retrieve the API payload.
For more information about how you can retrieve the system generated unique identifier of an object, see Frequently Asked Questions.
Method
GET
For more information about how you can call an API, see Authenticate using Application Integration.

Request

The API has no payload.

Example request

The following example shows how you can use an API to retrieve the technical content:
https://{{CDMP_URL}}/api/v1/integration/technicalContent/794a215f-5479-4b55-8e1b-a4866ec9fe82

Response

When you pass the API query parameters in the REST client, the client displays a response for the parameter values that you have entered.
The following example shows the response of the API call:

{
"content": "string"
}
The following table describes the parameters of each technical content that is retrieved:
Parameter
Description
content
Specialized payload information that allows Data Marketplace to interface with non-Informatica products.