API OverviewAPI Reference
developer.placewise.comapp.placewise.complacewise.com
API OverviewAPI Reference
developer.placewise.comapp.placewise.complacewise.com
IndexPublic APIManagement APIUsers APIOperations APIMessaging APIReporting APIML APIData APISystem API
IndexPublic APIManagement APIUsers APIOperations APIMessaging APIReporting APIML APIData APISystem API
  1. Mobile App Configuration Schema
  • Mobile App Configuration Schema
    • Show Mobile App Configuration Schema
      GET
  1. Mobile App Configuration Schema

Show Mobile App Configuration Schema

GET
https://api.mpc.dev.placewise.com/v1/system/mobile_app/configuration_schema
API Permit:System:Api:MobileApp:ConfigurationSchema:Show
API Context:Customer
Authorizations:UserToken

Request

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C#
Ruby
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.mpc.dev.placewise.com/v1/system/mobile_app/configuration_schema' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "schema": {
        "value": {},
        "created_at": "2022-11-15T16:25:58.099512Z",
        "updated_at": "2022-11-15T16:25:58.099512Z"
    }
}
Built with