Briefs in REST API
67.0
Manage and modify Marketing Cloud Next briefs synchronously by using REST API.
This table lists the brief-related use cases that REST API supports.
| Supported Use Case | HTTP Verb | URI |
|---|---|---|
| Create a brief | POST | /services/data/{apiVersion}/sobjects/brief |
| Get a brief | GET | /services/data/{apiVersion}/sobjects/brief/{briefId} |
| Delete a brief | DELETE | /services/data/{apiVersion}/sobjects/brief/{briefId} |
| Update a brief | PATCH | /services/data/{apiVersion}/sobjects/brief/{briefId} |
| Get updated briefs | GET | /services/data/{apiVersion}/sobjects/brief/updated/ |
| Get deleted briefs | GET | /services/data/{apiVersion}/sobjects/brief/deleted/ |
https://{subdomain}.my.salesforce.com
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!