CarpoolWorld REST API - Trip list

Version:

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
HTTP Methods
POST or GET

Resource description

Use POST or GET https://www.carpoolworld.com/rest_trip_list.html/IOFormat

Resource URL

https://www.carpoolworld.com/rest_trip_list.html/IOFormat

Parameters

partner_namerequiredYour developer partner name
partner_keyrequiredYour developer partner key
traveler_namerequiredA traveler name of your choice.
Up to 20 characters. Letters (a-z), numbers (0-9) and underscores (_) are allowed
traveler_passwordrequiredA 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 follows

JSON

XML

Success or errorStatusDescription
9000Invalid partner or partner key
9001Invalid traveler login
9002ERRORlistsallerrors
0000Initialize
1002trip details for traveler traveler_name
9999Finalize