Skip to main content
POST
/
listPostUploadByName
List post uploads by name (public)
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/listPostUploadByName \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 1,
  "type": "about"
}
'

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

page
integer

Page number

Example:

1

page_limit
integer

Items per page (default 10)

Example:

10

Body

application/json
id
integer

User ID (NOT name)

Example:

1

type
string

Post type filter

Example:

"about"

Response

200

Post uploads