listClientApplicationChangedAssets

get

/ccadmin/v1/clientApplications/{application}/changedAssets

Retrieve any changed assets for OSF Design Studio since a particular time provided.

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds. This will be split into six parts; Components, Containers, Layouts, Slots, Styles, and Text Snippets.
Body ()
Root Schema : listClientApplicationChangedAssets_response
Type: object
Show Source

400 Response

Following model is returned when operation fails. See individual error codes for details; 211000 - Date format cannot be parsed properly. Make sure it's ISO-8601 compatible. 211001 - Since date cannot be after until date or current time. 211002 - Until date cannot be before since date or deployment time.
Body ()
Root Schema : listClientApplicationChangedAssets_badRequest
Type: object
Show Source

500 Response

Following model is returned when operation fails - ApplicationId cannot be null.
Body ()
Root Schema : listClientApplicationChangedAssets_InvalidIdresponse
Type: object
Show Source

Default Response

The error response.
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top