{"@context": "https://schema.org", "@type": "WebAPI", "name": "Pims API", "description": "Hereafter is the documentation of the private API of [Pims: Pointages Intelligents pour le Monde du Spectacle](https://pims.io). This API is designed for 3rd-party softwares, editors and partners. Its main purpose is to give access the core data of a Pims customer (i.e. events, ticket counts and pro", "provider": {"@type": "Organization", "name": "pims.io"}, "documentation": "https://cdn.pims.io/api/swagger.json"}
Hereafter is the documentation of the private API of [Pims: Pointages Intelligents pour le Monde du Spectacle](https://pims.io). This API is designed for 3rd-party softwares, editors and partners. Its main purpose is to give access the core data of a Pims customer (i.e. events, ticket counts and pro
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://demo.pims.io/api/v1
auth: b a s i c
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
Hereafter is the documentation of the private API of [Pims: Pointages Intelligents pour le Monde du Spectacle](https://pims.io). This API is designed for 3rd-party softwares, editors and partners. Its main purpose is to give access the core data of a Pims customer (i.e. events, ticket counts and promotions). ## Authentication The API uses [basic access authentication](https://en.wikipedia.org/wik
| method | path | what the vendor says it does |
|---|---|---|
GET | /categories | Find all categories Categories |
GET | /categories/{category_id} | Get one category by ID Categories |
GET | /channels | Find all channels Channels |
GET | /channels/{channel_id} | Get one channel by ID Channels |
GET | /events | Find all events Events |
GET | /events/{event_id} | Get one event by ID Events |
GET | /events/{event_id}/capacities | Find all capacities for one event Capacities |
GET | /events/{event_id}/capacities/{capacity_id} | Get one capacity by ID Capacities |
GET | /events/{event_id}/categories | Find all categories for one event Categories |
GET | /events/{event_id}/categories/{category_id} | Get one event category by ID Categories |
GET | /events/{event_id}/channels | Find all channels for one event Channels |
GET | /events/{event_id}/channels/{channel_id} | Get one event channel by ID Channels |
GET | /events/{event_id}/promotions | Find all promotions for one event Promotions |
GET | /events/{event_id}/ticket-counts | Find all ticket counts for one event Counts |
GET | /events/{event_id}/ticket-counts/detailed | Find all detailed ticket counts for one event Counts |
GET | /events/{event_id}/ticket-counts/detailed/{ticket_count_id} | Get one detailed ticket count by ID Counts |
GET | /events/{event_id}/ticket-counts/{ticket_count_id} | Get one ticket count by ID Counts |
GET | /price-ranges | Find all price ranges Price ranges |
GET | /price-ranges/{price_range_id} | Get one price range by ID Price ranges |
GET | /promotions | Find all promotions Promotions |
GET | /promotions/{promotion_id} | Get one promotion by ID Promotions |
GET | /series | Find all series Series |
GET | /series/{series_id} | Get one series by ID Series |
GET | /series/{series_id}/events | Find all events for one series Events |
GET | /series/{series_id}/promotions | Find all promotions for one series Promotions |
GET | /venues | Find all venues Venues |
GET | /venues/{venue_id} | Get one venue by ID Venues |
GET | /venues/{venue_id}/events | Find all events for one venue Events |
specification origin: https://cdn.pims.io/api/swagger.json
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.