La /customResources l’endpoint ti consente di esporre le risorse personalizzate Campaign in REST. Based on this API, an integration between custom entities and external endpoints is available.
The /customResources endpoint has exactly the same behavior as /profileAndServices endpoint.
Le risorse personalizzate esposte in questa API sono:
Le risorse personalizzate disponibili in /profileAndServicesExt non sono esposte nell'API /customResources.
Here is an example to retrieve the metadata from a custom resource:
GET /customResources/resourceType/<customResourceName>
To perform a creation, update or deletion, the GET, POST, PATCH, DELETE are used.
POST /customResources/<customResourceName>
L’endpoint e i flussi di lavoro API per la privacy (/privacy/privacyTool?lang=it) non gestiscono le risorse personalizzate non collegate all’entità profilo.
Sarà tua responsabilità gestire e ripulire eventuali PII per queste risorse personalizzate. For more information on privacy tool, click here.