Placewise API
Get startedExplore
Get startedExplore
Performance Cloud 🗗
Placewise 🗗
ExplorePublic APIManagement APIUsers APIOperations APIMessaging APIReporting API
ML APIData API
ExplorePublic APIManagement APIUsers APIOperations APIMessaging APIReporting API
ML APIData API
  1. Geo API
  • Introduction
  • Filter parameter specification
  • Data formats
    • Records
    • Timeseries
  • Reports
    • Members
      • members (records)
      • members_count (records)
      • members_grouped_count (records)
      • member_balance (timeseries)
      • members_count_snapshot (timeseries)
      • members_count_history (timeseries)
    • Sendings
      • sendings (records)
      • sendings_events_history (timeseries)
      • sendings_recipients_statistics (timeseries)
      • sendings_links (records)
      • sendings_links_stats (records)
      • Examples
        • sendings - find sending by reporting_id
        • sendings_events_history - show sending events
        • sendings_recipients_statistics - show recipients by age groups
    • Links
      • links_visits_history (timeseries)
  • Geo API
    • Find Locations Coordinates
      POST
    • List places
      POST
    • Show place
      GET
  • Metadata
    POST
  • Field metadata
    POST
  • Query (records)
    POST
  • Query (timeseries)
    POST
  • Query (records) export
    POST
  • Query (timeseries) export
    POST
  • Tenants query (records) export
    POST
  • Tenants query (timeseries) export
    POST
  1. Geo API

Show place

Pending
GET
https://api.mpc.dev.placewise.com/v1/locations/places/{id}
API Permit:Geo:Api:Locations:Places:Show
API Context:Global
Authorizations:UserToken
Show information about single place by id

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C#
Ruby
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/locations/places/' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '

Responses

🟢200Success
application/json
Body

Example
{
    "place": {
        "id": 1,
        "precision": "city",
        "country": "NO",
        "postcode": "15887-8207",
        "city": "New Mariana",
        "district": "Colthaven",
        "state": "New Jersey",
        "suburb": "Anika Expressway",
        "county": "Clark County",
        "latitude": "3.7269",
        "longitude": "-137.5605",
        "polygon": [
            [
                -43.1404,
                -29.7503
            ],
            [
                -29.0275,
                -66.685
            ],
            [
                -86.3984,
                -31.4684
            ]
        ],
        "created_at": "2022-11-05T16:25:58.099512Z",
        "updated_at": "2022-11-15T16:25:58.099512Z"
    }
}
🟠404Record Not Found
Previous
List places
Next
Metadata
Built with