Get All Social Contexts
Returns a list of all Social Contexts.
Resource Information
This service uses the tomcat application on port 8080 by default.
The context for this API is /crafter-social
, please prefix the API URLs with this context.
HTTP Verb
|
GET
|
URL
|
/api/3/system/context/all |
Response Formats
|
JSON |
Example
Request
GET .../api/3/system/context/all
Response
Status 200 OK
1[
2 {
3 "contextName": "Default",
4 "_id": "f5b143c2-f1c0-4a10-b56e-f485f00d3fe9"
5 }
6]
Responses
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|
|
401
|
{ "message" : "User must be logged in" } |
|
403
|
{ "message" : "Current subject does not have
permission to execute global action ..." }
|
|
500
|
{ "message" : "Internal server error" } |