cancel
Showing results for 
Search instead for 
Did you mean: 

OData service to get Account changes

0 Kudos

Hi,

Is there an OData service to get all changes made to an account, I mean all the changes (ChangedBy, Change Date/Time, ..., Value changed from, Value changed to) that appear in the 'Changes' tab of an account.

Thanks in advance for your help,

Bernard.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member462346
Participant
0 Kudos

Hi Bernard,

There was a collection for Changes in the OData V1 that you could use as:

https://<TenantURL>/sap/c4c/odata/v1/changedocument/ChangeDocumentCollection?$filter=ObjectUUID eq 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'

This may still work as a workaround, but other than that, the OData V2 no longer has this collection, so this is not supported anymore.

0 Kudos

Thanks Diego,

Sorry but I do not see any entity set named 'ChangeDocumentCollection' int the OData Console (see Attached file).

Best regards,

Bernard.

odata-console-1.pngodata-console2.png

former_member462346
Participant
0 Kudos

Hello Bernard,

That's correct, because the odata console is loading the OData V2, where this collection no longer exists. You'd have to use this URL directly in your browser.