POST /a/graph/recommend

Body Parameters

Name Description Type Required
Category string
Limit integer
Neighbor string
Segment string

Body Example

{
  "Category": "string",
  "Limit": 10,
  "Neighbor": "string",
  "Segment": "string"
}

Response Example (200)

Response Type /definitions/restRecommendResponse

{
  "Nodes": [
    {
      "AppearsIn": [
        {
          "Path": "string",
          "WsLabel": "string",
          "WsScope": "string",
          "WsSlug": "string",
          "WsUuid": "string"
        }
      ],
      "Commits": [
        {
          "Data": "string",
          "Description": "string",
          "Event": {
            "Metadata": {},
            "Optimistic": true,
            "Silent": true,
            "Source": "[Recursive structure]",
            "Target": "[Recursive structure]",
            "Type": "string"
          },
          "Location": "[Recursive structure]",
          "MTime": "string",
          "OwnerUuid": "string",
          "Size": "string",
          "Uuid": "string"
        }
      ],
      "Etag": "string",
      "MTime": "string",
      "MetaStore": {},
      "Mode": 10,
      "Path": "string",
      "Size": "string",
      "Type": "string",
      "Uuid": "string"
    }
  ]
}
Auto generated by Pydio Cells Enterprise Distribution v4.4.0 on 3-Apr-2024
Back to top