Hook List
blobcity>hook list ds
blobcity>hook list ds.collection
Fetches all the hooks currently registered on the datastore or collection as per the request.
Response Structure
id | data | type | operation | url |
---|---|---|---|---|
akirjc | ds | event | insert | http:// |
lfuwme | ds.collection | transaction | update | https:// |
The first line is the header row. All subsequent lines provides details that help identify the
registered hooks. Each hook is given a 6 character alpha-numeric id. The id’s are unique
across all hooks registered. The id is auto-defined by the database and cannot be specified
or changed. The id is required for deleting or unregistering a specific hook.
Only header row is printed if no hooks are present on the specified datastore or collection.
Updated about 6 years ago