Placewise API
Get startedExplore
Get startedExplore
Performance Cloud 🗗
Placewise 🗗
  1. Common Models
  • Introduction
  • Global Headers
  • Common HTTP Error Codes
  • API Permits
  • Rate Limiting
  • Authorization
    • Token Authorization
    • Member Authorization
    • User Authorization
  • API Contexts
    • Customer Context
    • LoyaltyClub Context
    • Global Context
  • Common Concepts
    • Localization
    • System URLs
    • Params Validation
    • Pagination
    • Sorting
  • Common Models
    • Common Data Formats
    • Member Model
    • API Entity Model
    • Opening Hours Model
  1. Common Models

API Entity Model

Used to represent API entity related to given resource.
KeyTypeDescription
entity_typeenum: ["token", "user"]Type of entity
entity_idmiscID of entity

Example - token entity:#

{
    "entity_type": "token",
    "entity_id": 491
}

Example - user entity:#

{
    "entity_type": "token",
    "entity_id": "24ef9f75-90da-4bae-a5a7-b5361dda718a"
}
Previous
Member Model
Next
Opening Hours Model
Built with