listServerSideExtensions
get
/ccadmin/v1/sse
Lists the OOTB Server Side Extensions
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : listServerSideExtensions_response
Type:
Show Source
object
-
items:
array items
List of all OOTB server Side Extensions
Nested Schema : items
Type:
Show Source
object
-
description:
string
Description of the OOTB Server Side Extension
-
directory:
string
Directory in which OOTB Server Side Extension resides
-
fileName:
string
Name of the OOTB Server Side Extension File
-
id:
string
Repository ID of the OOTB Server Side Extension
-
name:
string
name of the file
-
version:
string
version of the OOTB Server Side Extension
Example Response (application/json)
[
{
"fileName":"punchout-app.zip",
"name":"@oracle-commerce-cloud/punchout-app",
"description":"ssePunchoutApp",
"id":"sse100001",
"version":"18.4.0",
"directory":"punchout"
},
{
"fileName":"punchout-lib.zip",
"name":"@oracle-commerce-cloud/punchout-lib",
"description":"ssePunchoutLib",
"id":"sse100002",
"version":"18.4.0",
"directory":"punchout"
}
]
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|13201||
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