Script Debugger API (SDAPI) 2.0
SDAPI is a RESTful API that enables you to remotely access the functionality of the Demandware script debugging engine. It enables you to access resources using HTTP requests and HTTP responses. Each resource is addressed by its unique URL, which includes the API version. Data is transported using request or header parameters, or within the request body as a JSON document with a defined structure.
To get started with SDAPI, please read the following topics:
- HTTP MethodsβDescribes HTTTP methods used to request resources.
- HTTP status codes and faultsβDescribes status codes and faults returned in SDAPI responses.
- Client application identificationβDescribes how to uniquely identify your client application. (A client ID is mandatory for all requests.)
- URL SchemaβDescribes how to construct requests.
- BreakpointsβDescribes how to create, delete, and fetch breakpoints.
- Script ThreadsβDescribes how to interact with script threads.
- Variables and Object MembersβDescribes how to view the values of variables in the context of a script thread.
- Evaluating expressionsβDescribes how to evaluate an expression in the context of a script thread.