Skip to main content

idps

Overview

Nameidps
TypeResource
Idokta.inlinehook.idps

Fields

NameDatatype
idstring
namestring
_linksobject
channelobject
createdstring
lastUpdatedstring
statusstring
typestring
versionstring

Methods

NameAccessible byRequired ParamsDescription
getSELECTinlineHookId, subdomainGets an inline hook by ID
listSELECTsubdomainSuccess
insertINSERTsubdomainSuccess
deleteDELETEinlineHookId, subdomainDeletes the Inline Hook matching the provided id. Once deleted, the Inline Hook is unrecoverable. As a safety precaution, only Inline Hooks with a status of INACTIVE are eligible for deletion.
activateEXECinlineHookId, subdomainActivates the Inline Hook matching the provided id
deactivateEXECinlineHookId, subdomainDeactivates the Inline Hook matching the provided id
executeEXECinlineHookId, subdomainExecutes the Inline Hook matching the provided inlineHookId using the request body as the input. This will send the provided data through the Channel and return a response if it matches the correct data contract. This execution endpoint should only be used for testing purposes.
updateEXECinlineHookId, subdomainUpdates an inline hook by ID