UsersnapResource Resource

Resource for Usersnap integration

GET /usersnap

Get the Usersnap settings

Response Codes
code condition
200 Usersnap settings are returned.
401 No valid sid and session secret cookie were provided.
403 User has insufficient permissions.
405 Feature usersnap is not activated.
Response Body
media type data type description
application/json UsersnapResponse (JSON) response containing the Usersnap settings

Example

Request
GET /usersnap
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
{
  "settings" : { },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}