PaySar
  1. PaySar
PaySar
  • CLIENT
    • PaySar
      • Create Paysar
        POST
      • GET PAYSAR
        GET
      • GetUser Payser
        GET
      • Replay Paysar
        PUT
      • Reply Paysar
        GET
    • Image
      • Get Images
    • Auth
      • Register
      • Login
      • Logout
    • User
      • getUser
      • Get Public User
      • Update User
      • GetAllUser
    • Feedback
      • createfeedback
    • Blog
      • Blog
      • Get Blog
      • like blog
  1. PaySar

GET PAYSAR

Developing
GET
v1/api/paysar
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:3200/v1/api/paysar?limit=5&page=3'
Response Response Example
Success
[
  {
    "paysar_id": 4,
    "title": "LOVE",
    "content": "Love encompasses a range of strong and positive emotional and mental states, from the most sublime virtue or good habit, the deepest interpersonal affection, to the simplest pleasure.[1] An example of this range of meanings is that the love of a mother differs from the love of a spouse, which differs from the love for food. Most commonly, love refers to a feeling of strong attraction and emotional attachment.[2]",
    "sent_date": "2023-12-16T22:05:41.000Z"
  },
  {
    "paysar_id": 5,
    "title": "CHIT TAL",
    "content": "Love encompasses a range of strong and positive emotional and mental states, from the most sublime virtue or good habit, the deepest interpersonal affection, to the simplest pleasure.[1] An example of this range of meanings is that the love of a mother differs from the love of a spouse, which differs from the love for food. Most commonly, love refers to a feeling of strong attraction and emotional attachment.[2]",
    "sent_date": "2023-12-16T22:06:03.000Z"
  },
  {
    "paysar_id": 6,
    "title": "Br lok ny ll",
    "content": "Love encompasses a range of strong and positive emotional and mental states, from the most sublime virtue or good habit, the deepest interpersonal affection, to the simplest pleasure.[1] An example of this range of meanings is that the love of a mother differs from the love of a spouse, which differs from the love for food. Most commonly, love refers to a feeling of strong attraction and emotional attachment.[2]",
    "sent_date": "2023-12-16T22:06:23.000Z"
  }
]

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
limit
string 
optional
Example:
5
page
string 
optional
Example:
3

Responses

🟢200OK
application/json
Body
object {0}
Previous
Create Paysar
Next
GetUser Payser
Built with