Misskey · Example Payload

Misskey Post___Admin___Emoji___List Remote Example

No description provided. **Credential required**: *Yes* / **Permission**: *read:admin:emoji*

Open-SourceSocial NetworksFediverseActivityPubDecentralized

Misskey Post___Admin___Emoji___List Remote Example is an example object payload from Misskey, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

endpointmethodoperationIdsummarydescriptionrequestBodyresponseExample

Example Payload

Raw ↑
{
  "endpoint": "/admin/emoji/list-remote",
  "method": "POST",
  "operationId": "post___admin___emoji___list-remote",
  "summary": "admin/emoji/list-remote",
  "description": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *read:admin:emoji*",
  "requestBody": {
    "contentType": "application/json",
    "example": {},
    "schema": {
      "type": "object",
      "properties": {
        "query": {
          "type": [
            "string",
            "null"
          ],
          "default": null
        },
        "host": {
          "type": [
            "string",
            "null"
          ],
          "default": null,
          "description": "Use `null` to represent the local host."
        },
        "limit": {
          "type": "integer",
          "minimum": 1,
          "maximum": 100,
          "default": 10
        },
        "sinceId": {
          "type": "string",
          "format": "misskey:id"
        },
        "untilId": {
          "type": "string",
          "format": "misskey:id"
        }
      }
    }
  },
  "responseExample": {
    "status": "400",
    "contentType": "application/json",
    "example": {}
  }
}