Initiates a data storage re-indexing process
GET/v/reindex
- Requires Access Importer ApiKey permissions.
- Example URI: https://instancename.piminto.com/api/en-us/v/reindex
Equivalent API:
- Requires Access Manager ApiKey permissions.
- Example URI: https://instancename.piminto.com/api/en-us/pim/manage/reindex
Returns
Returns the message Re-index process was launched if the request for data storage re-indexing was successfully received and the process has been initiated in the background.
Request
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
status stringrequired
The status of the API request. A value of "OK" indicates that the request was successfully sent and processed.
status_message stringrequired
{
"status": "OK",
"status_message": "Re-index process was launched"
}
Loading...