Storyden
Profiles

Profile List

Query and search profiles.

Query and search profiles.

GET/profiles
storyden-session<token>

In: cookie

Query Parameters

q?string

Search query string.

Length0 <= length
page?string

Pagination query parameters.

Response Body

curl -X GET "https://loading/api/profiles?q=string&page=string"
{
  "page_size": 0,
  "results": 0,
  "total_pages": 0,
  "current_page": 0,
  "next_page": 0,
  "profiles": [
    {
      "id": "cc5lnd2s1s4652adtu50",
      "createdAt": "string",
      "updatedAt": "2019-08-24T14:15:22Z",
      "deletedAt": "2019-08-24T14:15:22Z",
      "misc": {},
      "joined": "2019-08-24T14:15:22Z",
      "suspended": "2019-08-24T14:15:22Z",
      "handle": "Southclaws",
      "name": "Barnaby Keene",
      "roles": [
        {
          "id": "cc5lnd2s1s4652adtu50",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "deletedAt": "2019-08-24T14:15:22Z",
          "misc": {},
          "name": "string",
          "colour": "string",
          "permissions": [
            "CREATE_POST"
          ],
          "badge": true,
          "default": true
        }
      ],
      "bio": "<body><p>hi, my name is</p><p>southclaws</p></body>",
      "image": "string",
      "followers": 0,
      "following": 0,
      "like_score": 0,
      "interests": [
        {
          "name": "string",
          "colour": "string",
          "item_count": 0
        }
      ],
      "links": [
        {
          "text": "string",
          "url": "string"
        }
      ],
      "invited_by": {
        "id": "cc5lnd2s1s4652adtu50",
        "joined": "2019-08-24T14:15:22Z",
        "suspended": "2019-08-24T14:15:22Z",
        "handle": "Southclaws",
        "name": "Barnaby Keene"
      },
      "meta": {}
    }
  ]
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}