Search
Overview
The Search endpoint (also referred to as the "Object" endpoint) allows you to search for, and retrieve information about a specified item, or object, within the platform. The different methods provide several different ways of searching for the desired item.
-
Endpoint (North America): https://api.eccmp.com/services2/api/Object
-
Endpoint (Europe): https://api.ccmp.eu/services2/api/Object
-
Endpoint (Japan):https://api.marketingsuite.jp/services2/api/Object
For more details on how to set up a Search API request, please see the Search API Technical Guide.
GET Method
The Search endpoint supports the following GET operations. These operations are intended to retrieve information about an item.
Retrieve a List of All Item Types
This endpoint allows you to retrieve a list of all the valid item types.
Click here to see a sample response message in JSON format.
Retrieve an Item by Object ID
This endpoint allows you to retrieve an item by providing its Object ID.
Click here to see a sample response message in JSON format.
Retrieve an Item by Object Reference ID
This endpoint allows you to retrieve an item by providing its type and Object Reference ID.
Click here to see a sample response message in JSON format.
Retrieve Items by Name
This endpoint allows you to retrieve items by providing all or part of the display name.
Click here to see a sample response message in JSON format.
Retrieve Items by Item Type
This endpoint allows you to retrieve information about all items of a specified item type. Please see the GET method described above to retrieve a list of all the valid item types.
Click here to see a sample response message in JSON format.
Retrieve Items in a Folder
This endpoint allows you to retrieve information about all items in a Folder, of a specific item type. You must provide the Folder ID and a valid item type. You can also optionally further filter the results by providing all or part of the item name. Please see the GET method described above to retrieve a list of all the valid item types.
Click here to see a sample response message in JSON format.