Skip to main content
GET
/
api
/
v1
/
testimonial
/
list
/
{operatorId}
[
  {
    "id": "<string>",
    "operatorId": "<string>",
    "updatedTs": "2023-11-07T05:31:56Z",
    "createdTs": "2023-11-07T05:31:56Z",
    "isIdEmpty": true,
    "createdBy": "<string>",
    "hidden": true,
    "deleted": true,
    "affiliateId": "<string>",
    "affiliateName": "<string>",
    "image": {
      "id": "<string>",
      "operatorId": "<string>",
      "updatedTs": "2023-11-07T05:31:56Z",
      "createdTs": "2023-11-07T05:31:56Z",
      "isIdEmpty": true,
      "createdBy": "<string>",
      "hidden": true,
      "deleted": true,
      "url": "<string>",
      "cdnUrl": "<string>",
      "key": "<string>",
      "height": 123,
      "width": 123,
      "alt": "<string>",
      "size": 123
    },
    "text": "<string>",
    "website": "<string>",
    "url": "<string>",
    "approved": true,
    "enabled": true
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Headers

X-Api-Key
string

Path Parameters

operatorId
string
required

The unique identifier of the operator.

Response

200 - application/json

Success

text
string
required
Minimum length: 1
website
string
required
Minimum length: 1
url
string<uri>
required
Minimum length: 1
id
string | null
operatorId
string | null
updatedTs
string<date-time>
createdTs
string<date-time> | null
isIdEmpty
boolean
createdBy
string | null
hidden
boolean
deleted
boolean
affiliateId
string | null
affiliateName
string | null
image
object
approved
boolean | null
enabled
boolean | null
I