Get list privileges

GET /api/lists/privileges

Spaces method and path for this operation:

get /s/{space_id}/api/lists/privileges

Refer to Spaces for more information.

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • is_authenticated boolean Required
    • listItems object Required
      Hide listItems attributes Show listItems attributes object
      • application object Required
        Hide application attribute Show application attribute object
        • * boolean Additional properties
      • cluster object Required
        Hide cluster attribute Show cluster attribute object
        • * boolean Additional properties
      • has_all_requested boolean Required
      • index object Required
        Hide index attribute Show index attribute object
        • * object Additional properties
          Hide * attribute Show * attribute object
          • * boolean Additional properties
      • username string Required
    • lists object Required
      Hide lists attributes Show lists attributes object
      • application object Required
        Hide application attribute Show application attribute object
        • * boolean Additional properties
      • cluster object Required
        Hide cluster attribute Show cluster attribute object
        • * boolean Additional properties
      • has_all_requested boolean Required
      • index object Required
        Hide index attribute Show index attribute object
        • * object Additional properties
          Hide * attribute Show * attribute object
          • * boolean Additional properties
      • username string Required
  • 400 application/json

    Invalid input data response

    One of:
  • 401 application/json

    Unsuccessful authentication response

    Hide response attributes Show response attributes object
    • error string Required
    • message string Required
    • statusCode integer Required
  • 403 application/json

    Not enough privileges response

    Hide response attributes Show response attributes object
    • error string Required
    • message string Required
    • statusCode integer Required
  • 500 application/json

    Internal server error response

    Hide response attributes Show response attributes object
    • message string Required
    • status_code integer Required
GET /api/lists/privileges
curl \
 --request GET 'https://localhost:5601/api/lists/privileges' \
 --header "Authorization: $API_KEY"