Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue
idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje08 FEB 20212.4New page properties macro.
Agnieszka03 JUNE 20212021 SummerrLANG
Antje18 FEB 20222022 Springtimeouts configuration
Antje24 NOV 20222022 Winter

add webhookk type dms.request.objects.contents


...

HTTP Method

Webhook Type

Evaluation Target of the Predicate

Description

Affected Requests
GET

The tenant name of the user who sent the request.

Insert excerpt
GET user.info (Webhook)
GET user.info (Webhook)
nopaneltrue

 Authentication process

POST

Objects provided by an import request body

Insert excerpt
POST dms.request.objects.upsert.storage-before (Webhook)
POST dms.request.objects.upsert.storage-before (Webhook)
nopaneltrue

POST /api/dms/objects

POST /api/dms/objects/{objectId}
PATCH /api/dms/objects/{objectId}

POST /api/dms/objects/{objectId}/contents/file

POST /api/dms/objects/{objectId}/versions/{versionNr}/actions/restore (as of 2022 Spring)

POST /api/dms/objects/tags/{name}/state/{state}?query=<SQL>

DELETE /api/dms/objects/{objectId}/tags/{name}
POST /api/dms/objects/{objectId}/tags/{name}/state/{state}
POST /api/dms/objects/{objectId}/tags/{name}/state/{state}?overwrite=true

POST
as of 2021 Autumn
dms.request.objects.upsert.database-beforeEnriched objects just before they are indexed

Insert excerpt
POST dms.request.objects.upsert.database-before (Webhook)
POST dms.request.objects.upsert.database-before (Webhook)
nopaneltrue

POST /api/dms/objects

POST /api/dms/objects/{objectId}
PATCH /api/dms/objects/{objectId}

POST /api/dms/objects/{objectId}/contents/file

POST /api/dms/objects/{objectId}/versions/{versionNr}/actions/restore (as of 2022 Spring)

POST /api/dms/objects/tags/{name}/state/{state}?query=<SQL>

DELETE /api/dms/objects/{objectId}/tags/{name}
POST /api/dms/objects/{objectId}/tags/{name}/state/{state}
POST /api/dms/objects/{objectId}/tags/{name}/state/{state}?overwrite=true

POSTdms.request.update.metadata (deprecated)Single object in the request body JSON list

Triggers upon metadata updates, before the JSON request body is evaluated and used to update the object.

Can be used to modify or validate the metadata, i.e., to facilitate role-based user authorization.

POST /api/dms/objects/{objectId}

PATCH /api/dms/objects/{objectId}

POSTdms.request.searchIncoming search queries

Insert excerpt
POST dms.request.search (Webhook)
POST dms.request.search (Webhook)
nopaneltrue

POST /api/dms/objects/search

POST /api/dms/objects/tags/{name}/state/{state}?query=<SQL>

POST
(as of 2022 Winter)
dms.request.objects.contentsDMS object as stored in the system including metadata properties, content stream properties and options sections.

Insert excerpt
POST dms.request.objects.contents (Webhook)
POST dms.request.objects.contents (Webhook)
nopaneltrue

Errors with a properly formatted body get the HTTP status code 404.

GET /api/dms/objects/{objectId}/contents/file
GET /api/dms/objects/{objectId}/versions/{versionNr}/contents/file

GET /api/dms/objects/{objectId}/contents/renditions​/text

GET /api/dms/objects/{objectId}/contents/renditions​/pdf
GET /api/dms/objects/{objectId}/versions/{versionNr}/contents/renditions​/pdf

POSTdms.request.objects.deleteThe active version of the object or the specific version that is to be deleted

Insert excerpt
POST dms.request.objects.delete (Webhook)
POST dms.request.objects.delete (Webhook)
nopaneltrue

DELETE /api/dms/objects/{objectId}
DELETE /api/dms/objects

DELETE /api/dms/objects/{objectId}/versions/{versionNr}

POSTdms.response.objectsObjects within a list of objects that is to be returned to the user, i.e., in search queries

Insert excerpt
POST dms.response.objects (Webhook)
POST dms.response.objects (Webhook)
nopaneltrue

POST /api/dms/objects

POST /api/dms/objects/{objectId}
PATCH /api/dms/objects/{objectId}
POST /api/dms/objects/{objectId}/contents/file

DELETE /api/dms/objects/{objectId}
DELETE /api/dms/objects

DELETE /api/dms/objects/{objectId}/tags/{name}

POST /api/dms/objects/{objectId}/tags/{name}/state/{state}
POST /api/dms/objects/tags/{name}/state/{state}?query=<SQL>
POST /api/dms/objects/{objectId}/tags/{name}/state/{state}?overwrite=true
POST /api/dms/objects/search
POST /api/dms/objects/{objectId}/actions/move/contents/repositories/{repositoryId}
POST /api/dms/objects/{objectId}/versions/{versionNr}/actions/move/contents/repositories/{repositoryId}

GET /api/dms/objects/{objectId}
GET /api/dms/objects/{objectId}/versions
GET /api/dms/objects/{objectId}/versions/{versionNr}

POST /api/dms/objects/{objectId}/versions/{versionNr}/actions/restore (as of 2022 Spring)

DELETE /api/dms/objects/{objectId}/versions/{versionNr}

POSTdms.response.objects.insertThe final object after import

Insert excerpt
POST dms.response.objects.insert (Webhook)
POST dms.response.objects.insert (Webhook)
nopaneltrue

POST /api/dms/objects
POSTdms.response.objects.updateThe object after the update

Insert excerpt
POST dms.response.objects.update (Webhook)
POST dms.response.objects.update (Webhook)
nopaneltrue

POST /api/dms/objects/{objectId}
PATCH /api/dms/objects/{objectId}

POST /api/dms/objects/{objectId}/contents/file

POST /api/dms/objects/{objectId}/versions/{versionNr}/actions/restore (as of 2022 Spring)

POST /api/dms/objects/tags/{name}/state/{state}?query=<SQL>

DELETE /api/dms/objects/{objectId}/tags/{name}

POST /api/dms/objects/{objectId}/tags/{name}/state/{state}

POST /api/dms/objects/{objectId}/tags/{name}/state/{state}?overwrite=true

POSTdms.response.objects.deleteThe active version of the object or the specific version that is deleted

Insert excerpt
POST dms.response.objects.delete (Webhook)
POST dms.response.objects.delete (Webhook)
nopaneltrue

DELETE /api/dms/objects/{objectId}
DELETE /api/dms/objects

DELETE /api/dms/objects/{objectId}/versions/{versionNr}

POSTdms.response.objects.searchSearch result entry

Insert excerpt
POST dms.response.objects.search (Webhook)
POST dms.response.objects.search (Webhook)
nopaneltrue

POST /api/dms/objects/search

...

Info
iconfalse

Read on

Section


Column
width25%

Preprocessing Metadata using Webhooks

Insert excerpt
Preprocessing Metadata using Webhooks
Preprocessing Metadata using Webhooks
nopaneltrue
 Keep reading


Column
width25%

System Hooks

Insert excerpt
System Hooks
System Hooks
nopaneltrue
 Keep reading


Column
width25%

Basic Use Case Flows

Insert excerpt
System Hooks
System Hooks
nopaneltrue
 Keep reading