Skip to main content
GET
Read who changed a project's settings, and to what

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

cloudchat-instance
string
required

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

project
string
required

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

accountId
string
required

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.

field
string

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
integer<int32>
default:0

Page index, newest first. Page with hasMore from the response.

size
integer<int32>
default:20

Page size. Capped at 100.

Response

One page of saves.

One page of saves, newest first.

items
object[]
required

The saves on this page.

page
integer<int32>
required

Page index this page was read at.

Example:

0

size
integer<int32>
required

Page size actually applied (capped at 100).

Example:

20

hasMore
boolean
required

Whether another page follows.

Example:

false