POST /Token/Resolve/{id}/
Resolves the given token to a string representation of the resolved value.
Request
Method |
Request URI |
POST |
/API/Token/Resolve/{id}/?sessionId=value |
URI Parameters
URI Parameter |
Description |
sessionId |
Current session ID.
|
Path Parameters
Path Parameter |
Description |
id |
The ID of the token to resolve.
|
Request Body
Response
Response Body
A System.String object containing the resolve parameter string representation, or a status code indicating the problem.