Fetch a list of Change Logs.

GET {{baseUrl}}/v1/changelogs?limit=50&offset=0&searchText=<string>&q=<string>

Request Params

KeyDatatypeRequiredDescription
limitnumberThe number of results to retrieve.
offsetnumberThe offset of the results retrieved. The CDO Public API uses the offset field to determine the index of the first result retrieved, and will retrieve limit results from the offset specified.
searchTextstringThe searchText parameter serves as a flexible search option that allows for text-based filtering across all fields of the Change Log object. This parameter can be used independently to search for entries containing the specified text, or in combination with the q query parameter for more targeted results. When used with q, the search conditions of searchText are logically ANDed with the q parameter's criteria, ensuring that the returned entries satisfy both sets of conditions.
qstringThe query to execute. Use the Lucene Query Syntax to construct your query.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;limit&quot;:&quot;\u003cinteger\u003e&quot;,&quot;offset&quot;:&quot;\u003cinteger\u003e&quot;,&quot;items&quot;:[{&quot;uid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;status&quot;:&quot;UNKNOWN&quot;,&quot;entityUid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;events&quot;:[{&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;diff&quot;:&quot;\u003cstring\u003e&quot;,&quot;username&quot;:&quot;\u003cstring\u003e&quot;,&quot;date&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;action&quot;:&quot;UNKNOWN&quot;,&quot;changeRequestUid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;changeRequestName&quot;:&quot;\u003cstring\u003e&quot;},{&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;diff&quot;:&quot;\u003cstring\u003e&quot;,&quot;username&quot;:&quot;\u003cstring\u003e&quot;,&quot;date&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;action&quot;:&quot;UNKNOWN&quot;,&quot;changeRequestUid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;changeRequestName&quot;:&quot;\u003cstring\u003e&quot;}]},{&quot;uid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;status&quot;:&quot;UNKNOWN&quot;,&quot;entityUid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;events&quot;:[{&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;diff&quot;:&quot;\u003cstring\u003e&quot;,&quot;username&quot;:&quot;\u003cstring\u003e&quot;,&quot;date&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;action&quot;:&quot;ERROR&quot;,&quot;changeRequestUid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;changeRequestName&quot;:&quot;\u003cstring\u003e&quot;},{&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;diff&quot;:&quot;\u003cstring\u003e&quot;,&quot;username&quot;:&quot;\u003cstring\u003e&quot;,&quot;date&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;action&quot;:&quot;ERROR&quot;,&quot;changeRequestUid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;changeRequestName&quot;:&quot;\u003cstring\u003e&quot;}]}]}