Get all app platforms
GET/v3/reputation/app_platforms
Get all app platforms
Request
Query Parameters
page number
Possible values: >= 1
Default value: 1
Page of results
limit number
Possible values: >= 1 and <= 50
Default value: 50
Number of records you would like in a request
Responses
- 200
 
Successful
- */*
 
- Schema
 - Example (from schema)
 
Schema
Array [
]
has_next_page boolean
data
object[]
id number
data_fetch_address string
location string
is_active boolean
platform_id number
created_at date
updated_at date
{
  "has_next_page": true,
  "data": [
    {
      "id": 1,
      "data_fetch_address": "https://www.configured_platform.com",
      "location": "Location 1",
      "is_active": true,
      "platform_id": 1,
      "created_at": "2022-02-28T07:25:44.268Z",
      "updated_at": "2022-02-28T07:25:44.268Z"
    }
  ]
}
Loading...