GET /resources/resourceversionkey
Returns the ResourceVersion Key for console resources.
Authorization Roles/Permissions: Anyone can run this operation.
Note: The CSRF header is never required for this operation, regardless of platform settings.
This topic includes the following sections:
HTTP Method
GET
URL
{protocol}//{hostname}/resources/resourceversionkey
Sample Request
The example below shows a request for the ResourceVersionKey value.
Sample Request URL
http://acmepaymentscorp.com/resources/resourceversionkey
Sample request headers
Accept: text/plain
Sample request body
Not applicable.
Request Headers
For general information on request header values, refer to HTTP Request Headers.
Header | Description |
---|---|
Accept | Any value that matches text/plain is valid; for example, */*. |
Request Parameters
None.
Response
If successful, this operation returns HTTP status code 200, with the ResourceVersionKey value.
Sample Response
The sample response below shows successful completion of this operation.
Sample response headers
Status Code: 200 OK Content-Type: text/plain Date: Tue, 08 Oct 2019 21:36:20 GMT
Sample response body
_VS01MvGXHgmmy8YHzSf8bfA
Response Headers
For general information on response header values, refer to HTTP Response Headers.
Header | Description |
---|---|
Content-Type | text/plain |
Response Body
Name | Type | Description |
---|---|---|
ResourceVersionKey | String | The unique ID for the resource version. |
Error Codes/Messages
If the call is unsuccessful an error code/message is returned. One or more examples of possible errors for this operation are shown below.
Item | Value |
---|---|
404 |
The resource could not be found. For example, you might get this if the Accept header is set to a wrong value. |
500 | An error occurred processing the call. |
More information about Akana API Platform API error messages.