Projet

Général

Profil

Pelle API v10 » Historique » Version 5

« Précédent - Version 5/45 (diff) - Suivant » - Version actuelle
Nicolas BERTRAND, 07/09/2016 15:04


Pelle API v10

API Base URL

https://tuco.tdcpb.org/pelle/v1.0

Authentication

HTTP requests to the REST API are protected with HTTP Basic authentication

Example:

curl -u <username>:<pass> -H "Content-Type: application/json" -X GET https://tuco.tdcpb.org/pelle/v1.0/exhibitors

Resources

Parameters

List all exhibitors

GET exhibitors

sample:

{
  exhibitors:[
  {
    'cncid': '123456',
    'exhibitor_name': 'UN CINEMA'
    'city' : LA VILLE
  }
 ]
}