Return an audit of all changes to the pipeline
GET {{baseUrl}}/crm/v3/pipelines/:objectType/:pipelineId/audit
Return a reverse chronological list of all mutations that have occurred on the pipeline identified by {pipelineId}
.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"results":[{"action":"\u003cstring\u003e","identifier":"\u003cstring\u003e","portalId":"\u003cinteger\u003e","rawObject":{},"fromUserId":"\u003cinteger\u003e","message":"\u003cstring\u003e","timestamp":"\u003cdateTime\u003e"},{"action":"\u003cstring\u003e","identifier":"\u003cstring\u003e","portalId":"\u003cinteger\u003e","rawObject":{},"fromUserId":"\u003cinteger\u003e","message":"\u003cstring\u003e","timestamp":"\u003cdateTime\u003e"}]}