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.