Read who changed a project's settings, and to what
Every save made to this project’s settings, newest first, with the value on each side of each change — which is how a change is undone: patch the field back to its before. Filtered by the same permissions as getProjectSettings, so a save that touched a field you cannot read is still listed but shows only the changes you can see. Pass field to follow a single setting’s whole history.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The CloudChat instance the account lives in, e.g. 4. Sent as a header, and required: with accountId it forms the pair that names exactly one account, which accountId alone does not. listMyCloudChatAccounts returns the value to send here alongside each accountId.
Path Parameters
The ClaudIA project to act on, by name. Get the names from listMyClaudiaProjects — a project these credentials do not cover answers 404, indistinguishable from one that does not exist.
Query Parameters
The CloudChat account whose permissions decide what you may read and write here, e.g. 7. It is permission context, not the resource: the project is named in the path. Only unique within an instance, so it is always read together with the cloudchat-instance header — get the pair from listMyCloudChatAccounts. An account your credentials hold no editing claim for answers 403.
Follow one setting only, by its dotted path as getProjectSettings spells it (greetingsSettings.staticGreeting). A field you are not allowed to read is refused rather than answered empty. Omit to read every setting's history.
Page index, newest first. Page with hasMore from the response.
Page size. Capped at 100.
Response
One page of saves.