All Downloads are FREE. Search and download functionalities are using the official Maven repository.

isallo-client-api-codegen.2.1.3.source-code.user.json Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
{
  "apiVersion": "0.4.0",
  "swaggerVersion": "1.2",
  "basePath": "http://visallo-dev:8889",
  "resourcePath": "/user",
  "apis": [
    {
      "path": "/user/me",
      "operations": [
        {
          "method": "GET",
          "summary": "Gets the current user info",
          "type": "ClientApiUser",
          "nickname": "getMe"
        }
      ]
    },
    {
      "path": "/user/all",
      "operations": [
        {
          "method": "GET",
          "summary": "Gets all the users",
          "type": "ClientApiUsers",
          "nickname": "getAll",
          "parameters": [
            {
              "name": "q",
              "description": "Query",
              "required": false,
              "type": "string",
              "paramType": "query"
            },
            {
              "name": "workspaceId",
              "description": "The workspaceId to check for users",
              "required": false,
              "type": "string",
              "paramType": "query"
            }
          ]
        },
        {
          "method": "POST",
          "summary": "Gets many users by id",
          "type": "ClientApiUsers",
          "nickname": "getManyByIds",
          "consumes": [
            "multipart/form-data"
          ],
          "parameters": [
            {
              "name": "userIds[]",
              "description": "User ids to get",
              "required": true,
              "type": "List[string]",
              "paramType": "form"
            }
          ]
        }
      ]
    },
    {
      "path": "/user",
      "operations": [
        {
          "method": "GET",
          "summary": "Gets a user by user name (Admin only)",
          "type": "ClientApiUser",
          "nickname": "getByUserName",
          "parameters": [
            {
              "name": "user-name",
              "description": "Query",
              "required": true,
              "type": "string",
              "paramType": "query"
            }
          ]
        }
      ]
    }
  ],
  "models": {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy