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
  • Set to true to view published/live assets, set to false to view unpublished/preview assets
  • ISO-8601 timestamp for when to start checking assets since.
  • ISO-8601 timestamp for when to end checking assets until.
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
  • Default Value: core-commerce-reference-store
    The application related to this particular asset.
  • Default Value: /asset/components/example-web-content
    The directory path of a particular asset.
  • Default Value: 100099
    The repository id of the asset.
  • Default Value: example-web-content
    The name of a particular asset.

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
  • Default Value: 211000/211001/211002
    The numerical code identifying the error.
  • Default Value: 211000 - Malformed Date/ 211001 - Invalid Since Date/ 211002 - Invalid Until Date
    The localized message describing the error
  • Default Value: 400
    The HTTP status code

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