getClientApplication
get
/ccadmin/v1/clientApplications/{application}/assets
downloads all the assets of application as zip
Request
Supported Media Types
- application/json
Path Parameters
-
application(required): string
The OSF application being queried.
Query Parameters
-
live: boolean
Set to true to view published/live assets, set to false to view unpublished/preview assets
Response
Supported Media Types
- application/x-zip-compressed
200 Response
a zip file containing all the assets of the application gets downloaded
404 Response
Following model is returned when operation fails.
Root Schema : getClientApplication_failureResponse
Type:
Show Source
object
-
errorCode:
string
The error codeExample:
00000000
-
message:
string
The HTTP error messageExample:
Application {application} not found
-
status:
string
The HTTP status codeExample:
404
Default Response
The error response.
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code