CarpoolWorld REST API - Trip list
→ Developers
→ REST Api
REST API: Trip list
Retrieve a list of trips for a specific traveler.
Resource information
https://www.carpoolworld.com/rest_trip_list.html
Request/Response Formats (IOFormat)
XML or JSON
Version
2
HTTP Methods
POST or GET
Resource description
Use POST or GET https://www.carpoolworld.com/rest_trip_list.html/IOFormat/VersionResource URL
https://www.carpoolworld.com/rest_trip_list.html/IOFormat/VersionParameters
partner_name | required | Your developer partner name |
partner_key | required | Your developer partner key |
traveler_name | required | A traveler name of your choice. Up to 20 characters. Letters (a-z), numbers (0-9) and underscores (_) are allowed |
traveler_password | required | A traveler password of your choice, if this is an existing traveler, the passwords must match. The password are stored encrypted in the carpoolworld database Up to 20 characters. |
Example request
JSON
XML
Responses
The response is formatted as followsJSON
XML
Success or error | Status | Description |
---|---|---|
9000 | Invalid partner or partner key | |
9001 | Invalid traveler login | |
9002 | ERRORlistsallerrors | |
1002 | trip details for traveler traveler_name |